Uses of Interface
org.autumnframework.service.jpa.repositories.JpaRepository
Packages that use JpaRepository
Package
Description
-
Uses of JpaRepository in org.autumnframework.service.jpa.repositories
Subinterfaces of JpaRepository in org.autumnframework.service.jpa.repositoriesModifier and TypeInterfaceDescriptioninterfaceJpaApiRepository<T extends JpaApiIdentifiable>A more specific default repository that includes looking up entities by API id -
Uses of JpaRepository in org.autumnframework.service.jpa.services.implementation
Classes in org.autumnframework.service.jpa.services.implementation with type parameters of type JpaRepositoryModifier and TypeClassDescriptionclassStandardService<T extends JpaIdentifiable,R extends JpaRepository<T>>