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