Uses of Interface
org.hibernate.query.hql.spi.SqmCreationProcessingState
-
Packages that use SqmCreationProcessingState Package Description org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.hql.spi SPIs for HQL support.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree. -
-
Uses of SqmCreationProcessingState in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return types with arguments of type SqmCreationProcessingState Modifier and Type Method Description Stack<SqmCreationProcessingState>
SemanticQueryBuilder. getProcessingStateStack()
Constructors in org.hibernate.query.hql.internal with parameters of type SqmCreationProcessingState Constructor Description SqmPathRegistryImpl(SqmCreationProcessingState associatedProcessingState)
-
Uses of SqmCreationProcessingState in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return SqmCreationProcessingState Modifier and Type Method Description default SqmCreationProcessingState
SqmCreationState. getCurrentProcessingState()
SqmCreationProcessingState
SqmCreationProcessingState. getParentProcessingState()
The parent processing state.Methods in org.hibernate.query.hql.spi that return types with arguments of type SqmCreationProcessingState Modifier and Type Method Description Stack<SqmCreationProcessingState>
SqmCreationState. getProcessingStateStack()
Access to the stack of current creation processing state. -
Uses of SqmCreationProcessingState in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement SqmCreationProcessingState Modifier and Type Class Description class
SqmCreationProcessingStateImpl
class
SqmDmlCreationProcessingState
QuerySpecProcessingState implementation for DML statementsclass
SqmQueryPartCreationProcessingStateStandardImpl
Models the state related to parsing a sqm spec.Methods in org.hibernate.query.sqm.internal that return SqmCreationProcessingState Modifier and Type Method Description SqmCreationProcessingState
SqmCreationProcessingStateImpl. getParentProcessingState()
SqmCreationProcessingState
SqmQueryPartCreationProcessingStateStandardImpl. getParentProcessingState()
Constructors in org.hibernate.query.sqm.internal with parameters of type SqmCreationProcessingState Constructor Description SqmQueryPartCreationProcessingStateStandardImpl(SqmCreationProcessingState parentState, SqmQuery<?> processingQuery, SqmCreationState creationState)
-
Uses of SqmCreationProcessingState in org.hibernate.query.sqm.tree.domain
-
Uses of SqmCreationProcessingState in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from with parameters of type SqmCreationProcessingState Modifier and Type Method Description @Remove SqmAttributeJoin
SqmAttributeJoin. makeCopy(SqmCreationProcessingState creationProcessingState)
Deprecated.SqmCrossJoin<T>
SqmCrossJoin. makeCopy(SqmCreationProcessingState creationProcessingState)
SqmEntityJoin<T>
SqmEntityJoin. makeCopy(SqmCreationProcessingState creationProcessingState)
-