Uses of Package
org.springframework.data.jpa.repository
Package
Description
Spring Data JPA specific converter infrastructure.
Interfaces and annotations for JPA specific repositories.
Query implementation to execute queries against JPA.
JPA repository implementations.
-
-
-
ClassDescriptionAnnotation to configure the JPA 2.1
EntityGraph
s that should be used on repository methods.Enum for JPA 2.1EntityGraph
types. -
ClassDescriptionAnnotation to configure the JPA 2.1
EntityGraph
s that should be used on repository methods.Interface for components to provide useful information about the current JPA setup within the currentApplicationContext
.JPA specific extension ofRepository
.Interface to allow execution ofSpecification
s based on the JPA criteria API.