Interface GetRepositoryService<T extends JpaIdentifiable>
- Type Parameters:
T-
- All Superinterfaces:
GenericJpaGetRepositoryService<T,Long>
- All Known Subinterfaces:
ApiCRUDService<T>,CreateService<T>,CRUDService<T>,DeleteByApiIdService<T>,FullApiService<T>,FullService<T>,GetApiRepositoryService<T>,ReadFindByApiIdService<T>,ReadFindByApiIdsService<T>,ReadFindByIdService<T>,ReadFindByIdsService<T>,UpdateService<T>
- All Known Implementing Classes:
StandardApiService,StandardService
public interface GetRepositoryService<T extends JpaIdentifiable>
extends GenericJpaGetRepositoryService<T,Long>
This interfaces specifies that we return the default
-
Method Summary
-
Method Details
-
getRepository
JpaRepository<T> getRepository()- Specified by:
getRepositoryin interfaceGenericJpaGetRepositoryService<T extends JpaIdentifiable,Long>
-