Uses of Interface
org.autumnframework.service.jpa.repositories.generic.GenericJPARepository
Packages that use GenericJPARepository
Package
Description
-
Uses of GenericJPARepository in org.autumnframework.service.jpa.repositories
Subinterfaces of GenericJPARepository in org.autumnframework.service.jpa.repositoriesModifier and TypeInterfaceDescriptioninterfaceJpaApiRepository<T extends JpaApiIdentifiable>A more specific default repository that includes looking up entities by API idinterfaceJpaRepository<T extends JpaIdentifiable>A repository with standard JpaRepository JpaSpecificationExecutor support and Long id usage.