Uses of Interface
org.hibernate.query.hql.spi.SqmCreationProcessingState
-
Packages that use SqmCreationProcessingState Package Description org.hibernate.query.hql.spi org.hibernate.query.sqm.tree.domain org.hibernate.query.sqm.tree.from -
-
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 SqmCreationProcessingStateSqmCreationState. getCurrentProcessingState()SqmCreationProcessingStateSqmCreationProcessingState. 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 org.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
-
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 SqmAttributeJoinSqmAttributeJoin. makeCopy(SqmCreationProcessingState creationProcessingState)SqmCrossJoin<T>SqmCrossJoin. makeCopy(SqmCreationProcessingState creationProcessingState)SqmEntityJoin<T>SqmEntityJoin. makeCopy(SqmCreationProcessingState creationProcessingState)
-