Interface UCSBDateRepository
- All Superinterfaces:
org.springframework.data.repository.CrudRepository<UCSBDate,
,Long> org.springframework.data.repository.Repository<UCSBDate,
Long>
@Repository
public interface UCSBDateRepository
extends org.springframework.data.repository.CrudRepository<UCSBDate,Long>
The UCSBDateRepository is a repository for UCSBDate entities.
-
Method Summary
Modifier and TypeMethodDescriptionfindAllByQuarterYYYYQ
(String quarterYYYYQ) This method returns all UCSBDate entities with a given quarterYYYYQ.