Interface GenericJpaReadFindByIdService<T extends GenericIdentifiable<ID>,ID extends Serializable>

All Superinterfaces:
GenericJpaGetRepositoryService<T,ID>, GenericReadFindByIdService<T,ID>
All Known Subinterfaces:
CRUDService<T>, FullApiService<T>, FullService<T>, ReadFindByIdService<T>
All Known Implementing Classes:
StandardApiService, StandardService

public interface GenericJpaReadFindByIdService<T extends GenericIdentifiable<ID>,ID extends Serializable> extends GenericJpaGetRepositoryService<T,ID>, GenericReadFindByIdService<T,ID>
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final org.slf4j.Logger
     
  • Method Summary

    Modifier and Type
    Method
    Description
    default Optional<T>
     

    Methods inherited from interface org.autumnframework.service.jpa.services.genericdefault.shared.GenericJpaGetRepositoryService

    getRepository