Uses of Interface
org.hibernate.query.hql.spi.SqmCreationProcessingState
Packages that use SqmCreationProcessingState
Package
Description
SPIs for HQL support.
Nodes representing path expressions in the SQM tree.
Nodes representing root entities and joins in the SQM tree.
-
Uses of SqmCreationProcessingState in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return SqmCreationProcessingStateModifier and TypeMethodDescriptiondefault SqmCreationProcessingState
SqmCreationState.getCurrentProcessingState()
SqmCreationProcessingState.getParentProcessingState()
The parent processing state.Methods in org.hibernate.query.hql.spi that return types with arguments of type SqmCreationProcessingStateModifier and TypeMethodDescriptionorg.hibernate.internal.util.collections.Stack
<SqmCreationProcessingState> SqmCreationState.getProcessingStateStack()
Access to the stack of current creation processing state. -
Uses of SqmCreationProcessingState in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain with parameters of type SqmCreationProcessingStateModifier and TypeMethodDescriptionSqmCorrelatedCrossJoin.makeCopy
(SqmCreationProcessingState creationProcessingState) SqmCorrelatedEntityJoin.makeCopy
(SqmCreationProcessingState creationProcessingState) -
Uses of SqmCreationProcessingState in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from with parameters of type SqmCreationProcessingStateModifier and TypeMethodDescriptionSqmCrossJoin.makeCopy
(SqmCreationProcessingState creationProcessingState) SqmEntityJoin.makeCopy
(SqmCreationProcessingState creationProcessingState)