Uses of Interface
org.springframework.data.jpa.repository.JpaRepository
Packages that use JpaRepository
Package
Description
Spring Data JPA specific converter infrastructure.
JPA repository implementations.
-
Uses of JpaRepository in org.springframework.data.envers.repository.support
Subinterfaces of JpaRepository in org.springframework.data.envers.repository.supportModifier and TypeInterfaceDescriptioninterfaceEnversRevisionRepository<T, ID extends Serializable, N extends Number & Comparable<N>>Deprecated. -
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 TypeClassDescriptionclassSimpleJpaRepository<T,ID> Default implementation of theCrudRepositoryinterface.
RevisionRepository.