Uses of Package
org.springframework.data.jpa.repository
Package
Description
Spring Data JPA specific converter infrastructure.
Interfaces and annotations for JPA specific repositories.
CDI support for Spring Data JPA Repositories.
Query implementation to execute queries against JPA.
JPA repository implementations.
-
-
ClassDescriptionEnum for JPA 2.1
EntityGraph
types.Callback to rewrite a query and apply sorting and pagination settings that cannot be applied based on a regularly detectable scheme.AQueryRewriter
that doesn't change the query. -
ClassDescriptionCallback to rewrite a query and apply sorting and pagination settings that cannot be applied based on a regularly detectable scheme.
-
ClassDescriptionAnnotation to configure the JPA 2.1
EntityGraph
s that should be used on repository methods.Enum for JPA 2.1EntityGraph
types.Callback to rewrite a query and apply sorting and pagination settings that cannot be applied based on a regularly detectable scheme. -
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.