Interface NamedEntityRepository<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>
- All Known Subinterfaces:
ChartOfAccountRepository,LedgerAccountRepository,LedgerRepository
@NoRepositoryBean public interface NamedEntityRepository<T> extends BaseEntityRepository<T>