Package org.hibernate.query.sqm.internal
Package for the SQM-backed Query implementation details
-
Interface Summary Interface Description ParameterCollector todo (6.0) : how is this different fromParameterCollector
?SqmInterpretationsKey.CacheabilityInfluencers SqmInterpretationsKey.InterpretationsKeySource -
Class Summary Class Description AggregatedNonSelectQueryPlanImpl AggregatedSelectQueryPlanImpl<R> AppliedGraphs ConcreteSqmSelectQueryPlan<R> Standard Hibernate implementation of SelectQueryPlan for SQM-backedQuery
implementations, which means HQL/JPQL orCriteriaQuery
DomainParameterXref Maintains a cross-reference between SqmParameter and QueryParameter references.MultiTableDeleteQueryPlan MultiTableInsertQueryPlan MultiTableUpdateQueryPlan QuerySqmImpl<R> Query
implementation based on an SQMQuerySqmImpl.UniqueSemanticFilterQueryOption SimpleDeleteQueryPlan SimpleInsertQueryPlan SimpleSqmCopyContext SimpleUpdateQueryPlan SqmCreationOptionsStandard SqmCreationProcessingStateImpl SqmCriteriaNodeBuilder Acts as a JPACriteriaBuilder
by using SQM nodes as the JPA Criteria nodesSqmDmlCreationProcessingState QuerySpecProcessingState implementation for DML statementsSqmInterpretationsKey SqmJdbcExecutionContextAdapter ExecutionContext adapter delegating to a DomainQueryExecutionContextSqmMappingModelHelper Helper for dealing with Hibernate's "mapping model" while processing an SQM which is defined in terms of the JPA/SQM metamodelSqmPathVisitor GenericSemanticQueryWalker
that applies the providedConsumer
to allpaths
encountered during visitation.SqmQueryPartCreationProcessingStateStandardImpl Models the state related to parsing a sqm spec.SqmSelectionQueryImpl<R> SqmTreePrinter Printer for an SQM tree - for debugging purposeSqmUtil Helper utilities for dealing with SQM