Uses of Interface
org.springframework.data.jpa.repository.JpaRepository
Packages that use JpaRepository
-
Uses of JpaRepository in org.springframework.data.jpa.repository.support
Subinterfaces of JpaRepository in org.springframework.data.jpa.repository.supportModifier and TypeInterfaceDescriptioninterfaceSPI interface to be implemented byJpaRepositoryimplementations.Classes in org.springframework.data.jpa.repository.support that implement JpaRepositoryModifier and TypeClassDescriptionclassQuerydslJpaRepository<T,ID extends Serializable> Deprecated.classSimpleJpaRepository<T,ID> Default implementation of theCrudRepositoryinterface.
QuerydslJpaPredicateExecutor