Interface GetApiRepositoryService<T extends JpaApiIdentifiable>
- Type Parameters:
T-
- All Superinterfaces:
GenericJpaGetRepositoryService<T,,Long> GetRepositoryService<T>
- All Known Subinterfaces:
ApiCRUDService<T>,DeleteByApiIdService<T>,FullApiService<T>,ReadFindByApiIdService<T>,ReadFindByApiIdsService<T>
- All Known Implementing Classes:
StandardApiService
public interface GetApiRepositoryService<T extends JpaApiIdentifiable>
extends GetRepositoryService<T>
This interfaces specifies that we return the default
-
Method Summary
-
Method Details
-
getRepository
JpaApiRepository<T> getRepository()- Specified by:
getRepositoryin interfaceGenericJpaGetRepositoryService<T extends JpaApiIdentifiable,Long> - Specified by:
getRepositoryin interfaceGetRepositoryService<T extends JpaApiIdentifiable>
-