Uses of Package
org.springframework.data.jpa.repository.query
Package
Description
Spring Data JPA specific converter infrastructure.
CDI support for Spring Data JPA Repositories.
Query implementation to execute queries against JPA.
JPA repository implementations.
-
ClassDescriptionA value type encapsulating an escape character for LIKE queries and the actually usage of it in escaping
String
s. -
ClassDescriptionJPA specific extension of
QueryMethod
.Provide aQueryRewriter
based upon theJpaQueryMethod
. -
ClassDescriptionAbstract base class to implement
RepositoryQuery
s.A value type encapsulating an escape character for LIKE queries and the actually usage of it in escapingString
s.EntityGraph configuration for JPA 2.1EntityGraph
s.JPA specific extension ofEntityMetadata
.Custom extension ofParameters
discovering additional query parameter annotations.CustomParameter
implementation adding parameters of typeTemporal
to the special ones.ParameterAccessor
based on anParameters
instance.Query creator to create aCriteriaQuery
from aPartTree
.Set of classes to contain query execution strategies.JPA specific extension ofQueryMethod
.A factory interface for creatingJpaQueryMethodFactory
instances.Value object to hold metadata about repository methods.ParameterBinder
is used to bind method parameters to aQuery
.This interface describes the API for enhancing a given Query.Provide aQueryRewriter
based upon theJpaQueryMethod
. -
ClassDescriptionA value type encapsulating an escape character for LIKE queries and the actually usage of it in escaping
String
s.JPA specific extension ofEntityMetadata
.A factory interface for creatingJpaQueryMethodFactory
instances.Provide aQueryRewriter
based upon theJpaQueryMethod
.