Uses of Package
org.springframework.data.jpa.repository.query
Packages that use org.springframework.data.jpa.repository.query
Package
Description
Spring Data JPA specific converter infrastructure.
Ahead-of-Time (AOT) generation for Spring Data JPA repositories.
CDI support for Spring Data JPA Repositories.
Query implementation to execute queries against JPA.
JPA repository implementations.
-
Classes in org.springframework.data.jpa.repository.query used by org.springframework.data.jpa.convertClassDescriptionA value type encapsulating an escape character for LIKE queries and the actually usage of it in escaping
Strings. -
Classes in org.springframework.data.jpa.repository.query used by org.springframework.data.jpa.repository.aotClassDescriptionInterface defining the contract to represent a declared query.Interface declaring a strategy to select a
QueryEnhancerfor a givenquery. -
Classes in org.springframework.data.jpa.repository.query used by org.springframework.data.jpa.repository.cdiClassDescriptionJPA specific extension of
QueryMethod.Provide aQueryRewriterbased upon theJpaQueryMethod. -
Classes in org.springframework.data.jpa.repository.query used by org.springframework.data.jpa.repository.queryClassDescriptionAbstract base class to implement
RepositoryQuerys.Interface defining the contract to represent a declared query.An extension toParametrizedQueryexposing query information about its inner structure such as whether constructor expressions (JPQL) are used or the default projection is used.A value type encapsulating an escape character for LIKE queries and the actually usage of it in escapingStrings.EntityGraph configuration for JPA 2.1EntityGraphs.JPA specific extension ofEntityMetadata.Custom extension ofParametersdiscovering additional query parameter annotations.ParameterAccessorbased on anParametersinstance.Configuration object holding configuration information for JPA queries within a repository.Query creator to create aCriteriaQueryfrom aPartTree.Set of classes to contain query execution strategies.JPA specific extension ofQueryMethod.A factory interface for creatingJpaQueryMethodFactoryinstances.Converts the givenBlobinto abyte[].Abstract base class for JPQL queries.Aliased expression.The root entity.Interface specifying an expression that can be rendered toString.A joined entity or element collection.An origin that is used to select data from. selection origins are used with paths to define where a path is anchored.Value object capturing parameter placeholder.Extension toJpqlQueryBuilder.Expressionthat contains aPropertyPath.WHEREpredicate.Interface specifying a predicate or expression that can be rendered toString.Context used during rendering.SELECTstatement.Fluent interface to build aJpqlQueryBuilder.Select.Fluent interface to build aJpqlQueryBuilder.Predicate.Delegate for keyset scrolling.Adapter to construct scroll queries.Value object to hold metadata about repository methods.A generic parameter binding with name or position information.Identifies a binding parameter by name, position or both.Value object capturing the expression of which a binding parameter originates.Value object capturing the method invocation parameter reference.Value type hierarchy to describe where a binding parameter comes from, either method call or an expression.Value object capturing the expression of which a binding parameter originates.Helper class to allow easy creation ofParameterBinding.PartTreeParameterBindings.A parsed and structured representation of a query providing introspection details about parameter bindings.A pre-parsed query implementingDeclaredQueryproviding information about parameter bindings.This interface describes the API for enhancing a given Query.Interface to describe the information needed to rewrite a query.Encapsulates different strategies for the creation of aQueryEnhancerfrom aParametrizedQuery.Interface declaring a strategy to select aQueryEnhancerfor a givenquery.Interface indicating an object that contains and exposes anquery string.Provide aQueryRewriterbased upon theJpaQueryMethod.Normalizes the score returned by a database to a similarity value and vice versa. -
Classes in org.springframework.data.jpa.repository.query used by org.springframework.data.jpa.repository.supportClassDescriptionA value type encapsulating an escape character for LIKE queries and the actually usage of it in escaping
Strings.JPA specific extension ofEntityMetadata.A factory interface for creatingJpaQueryMethodFactoryinstances.Interface declaring a strategy to select aQueryEnhancerfor a givenquery.Provide aQueryRewriterbased upon theJpaQueryMethod.