Uses of Interface
org.springframework.data.jpa.repository.JpaRepository
Package
Description
Spring Data JPA specific converter infrastructure.
JPA repository implementations.
-
Uses of JpaRepository in org.springframework.data.envers.repository.support
Modifier and TypeInterfaceDescriptioninterface
EnversRevisionRepository<T,
ID extends Serializable, N extends Number & Comparable<N>> Deprecated. -
Uses of JpaRepository in org.springframework.data.jpa.repository.support
Modifier and TypeInterfaceDescriptioninterface
SPI interface to be implemented byJpaRepository
implementations.Modifier and TypeClassDescriptionclass
QuerydslJpaRepository<T,
ID extends Serializable> Deprecated.Instead of this class useQuerydslJpaPredicateExecutor
class
SimpleJpaRepository<T,
ID> Default implementation of theCrudRepository
interface.
RevisionRepository
.