Hierarchy For Package org.springframework.data.jpa.repository.query
Class Hierarchy
- java.lang.Object
- org.springframework.data.jpa.repository.query.AbstractJpaQuery (implements org.springframework.data.repository.query.RepositoryQuery)
- org.springframework.data.jpa.repository.query.PartTreeJpaQuery
- org.springframework.data.jpa.repository.query.AbstractJpaQuery.TupleConverter (implements org.springframework.core.convert.converter.Converter<S,
T>) - org.springframework.data.repository.query.parser.AbstractQueryCreator<T,
S> - org.springframework.data.jpa.repository.query.JpaQueryCreator
- org.springframework.data.jpa.repository.query.JpaCountQueryCreator
- org.springframework.data.jpa.repository.query.JpaQueryCreator
- org.springframework.data.jpa.repository.query.BeanFactoryQueryRewriterProvider (implements org.springframework.data.jpa.repository.query.QueryRewriterProvider)
- org.springframework.data.jpa.repository.query.DefaultJpaEntityMetadata<T> (implements org.springframework.data.jpa.repository.query.JpaEntityMetadata<T>)
- org.springframework.data.jpa.repository.query.DefaultJpaQueryMethodFactory (implements org.springframework.data.jpa.repository.query.JpaQueryMethodFactory)
- org.springframework.data.jpa.repository.query.DelegatingQueryRewriter (implements org.springframework.data.jpa.repository.QueryRewriter)
- org.springframework.data.jpa.repository.query.EscapeCharacter
- org.springframework.data.jpa.repository.query.Jpa21Utils
- org.springframework.data.jpa.repository.query.JpaEntityGraph
- org.springframework.data.jpa.repository.query.JpaMetamodelEntityMetadata<T> (implements org.springframework.data.jpa.repository.query.JpaEntityMetadata<T>)
- org.springframework.data.jpa.repository.query.JpaQueryConfiguration
- org.springframework.data.jpa.repository.query.JpaQueryExecution
- org.springframework.data.jpa.repository.query.JpaQueryLookupStrategy
- org.springframework.data.jpa.repository.query.JpaResultConverters
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.AbstractJpqlQuery
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Select
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Entity (implements org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Origin)
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Join (implements org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Expression, org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Origin)
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.RenderContext
- org.springframework.data.jpa.repository.query.JSqlParserQueryEnhancer (implements org.springframework.data.jpa.repository.query.QueryEnhancer)
- org.springframework.data.jpa.repository.query.KeysetScrollDelegate
- org.springframework.data.jpa.repository.query.Meta
- org.springframework.data.repository.query.Parameter
- org.springframework.data.jpa.repository.query.JpaParameters.JpaParameter
- org.springframework.data.jpa.repository.query.ParameterBinding
- org.springframework.data.jpa.repository.query.ParameterBinding.PartTreeParameterBinding
- org.springframework.data.jpa.repository.query.ParameterMetadataProvider
- org.springframework.data.repository.query.Parameters<S,
T> (implements org.springframework.data.util.Streamable<T>) - org.springframework.data.jpa.repository.query.JpaParameters
- org.springframework.data.repository.query.ParametersParameterAccessor (implements org.springframework.data.repository.query.ParameterAccessor)
- org.springframework.data.jpa.repository.query.JpaParametersParameterAccessor
- org.springframework.data.jpa.repository.query.PreprocessedQuery (implements org.springframework.data.jpa.repository.query.DeclaredQuery)
- org.springframework.data.jpa.repository.query.QueryEnhancerFactories
- org.springframework.data.jpa.repository.query.QueryEnhancerSelector.DefaultQueryEnhancerSelector (implements org.springframework.data.jpa.repository.query.QueryEnhancerSelector)
- org.springframework.data.repository.query.QueryMethod
- org.springframework.data.jpa.repository.query.JpaQueryMethod
- org.springframework.data.jpa.repository.query.QueryUtils
- org.springframework.data.jpa.repository.query.ScrollDelegate<T>
- org.springframework.data.jpa.repository.query.SimilarityNormalizer
- java.lang.Throwable (implements java.io.Serializable)
- java.lang.Exception
- java.lang.RuntimeException
- org.springframework.data.jpa.repository.query.InvalidJpaQueryMethodException
- org.springframework.core.NestedRuntimeException
- org.springframework.dao.DataAccessException
- org.springframework.dao.NonTransientDataAccessException
- org.springframework.dao.InvalidDataAccessResourceUsageException
- org.springframework.data.jpa.repository.query.BadJpqlGrammarException
- org.springframework.dao.InvalidDataAccessResourceUsageException
- org.springframework.dao.NonTransientDataAccessException
- org.springframework.dao.DataAccessException
- java.lang.RuntimeException
- java.lang.Exception
- org.springframework.data.jpa.repository.query.AbstractJpaQuery (implements org.springframework.data.repository.query.RepositoryQuery)
Interface Hierarchy
- org.springframework.data.repository.core.EntityMetadata<T>
- org.springframework.data.jpa.repository.query.JpaEntityMetadata<T>
- org.springframework.data.jpa.repository.query.JpaQueryMethodFactory
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Origin
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Renderable
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Expression
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.AliasedExpression
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.PathExpression
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Predicate
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Expression
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.Selection
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.SelectStep
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.WhereStep
- org.springframework.data.jpa.repository.query.KeysetScrollDelegate.QueryStrategy<E,
P> - org.springframework.data.jpa.repository.query.KeysetScrollSpecification.ParameterFactory
- org.springframework.data.jpa.repository.query.ParameterBinding.BindingIdentifier
- org.springframework.data.jpa.repository.query.ParameterBinding.ParameterOrigin
- org.springframework.data.jpa.repository.query.QueryEnhancer
- org.springframework.data.jpa.repository.query.QueryEnhancer.QueryRewriteInformation
- org.springframework.data.jpa.repository.query.QueryEnhancerFactory
- org.springframework.data.jpa.repository.query.QueryEnhancerSelector
- org.springframework.data.jpa.repository.query.QueryProvider
- org.springframework.data.jpa.repository.query.DeclaredQuery
- org.springframework.data.jpa.repository.query.ParametrizedQuery
- org.springframework.data.jpa.repository.query.EntityQuery
- org.springframework.data.jpa.repository.query.QueryRewriterProvider
Annotation Interface Hierarchy
- org.springframework.data.jpa.repository.query.Procedure (implements java.lang.annotation.Annotation)
Enum Class Hierarchy
- java.lang.Object
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
- org.springframework.data.jpa.repository.query.JpaResultConverters.BlobToByteArrayConverter (implements org.springframework.core.convert.converter.Converter<S,
T>)
- org.springframework.data.jpa.repository.query.JpaResultConverters.BlobToByteArrayConverter (implements org.springframework.core.convert.converter.Converter<S,
- java.lang.Enum<E> (implements java.lang.Comparable<T>, java.lang.constant.Constable, java.io.Serializable)
Record Class Hierarchy
- java.lang.Object
- java.lang.Record
- org.springframework.data.jpa.repository.query.JpqlQueryBuilder.ParameterPlaceholder
- org.springframework.data.jpa.repository.query.KeysetScrollSpecification<T> (implements org.springframework.data.jpa.domain.Specification<T>)
- org.springframework.data.jpa.repository.query.ParameterBinding.Expression (implements org.springframework.data.jpa.repository.query.ParameterBinding.ParameterOrigin)
- org.springframework.data.jpa.repository.query.ParameterBinding.MethodInvocationArgument (implements org.springframework.data.jpa.repository.query.ParameterBinding.ParameterOrigin)
- org.springframework.data.jpa.repository.query.ParameterBinding.Synthetic (implements org.springframework.data.jpa.repository.query.ParameterBinding.ParameterOrigin)
- java.lang.Record