Interface TimeBasedEntityRepository<T>
-
- All Superinterfaces:
BaseEntityRepository<T>,org.springframework.data.repository.CrudRepository<T,String>,org.springframework.data.repository.PagingAndSortingRepository<T,String>,org.springframework.data.repository.Repository<T,String>
@NoRepositoryBean public interface TimeBasedEntityRepository<T> extends BaseEntityRepository<T>