Uses of Interface
org.hibernate.query.hql.spi.SqmCreationProcessingState
Packages that use SqmCreationProcessingState
Package
Description
Implementation of the SPIs for HQL support.
SPIs for HQL support.
Package for the SQM-backed Query implementation details
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.internal
Methods in org.hibernate.query.hql.internal that return types with arguments of type SqmCreationProcessingStateConstructors in org.hibernate.query.hql.internal with parameters of type SqmCreationProcessingStateModifierConstructorDescriptionSqmPathRegistryImpl(SqmCreationProcessingState associatedProcessingState) -
Uses of SqmCreationProcessingState in org.hibernate.query.hql.spi
Methods in org.hibernate.query.hql.spi that return SqmCreationProcessingStateModifier and TypeMethodDescriptiondefault SqmCreationProcessingStateSqmCreationState.getCurrentProcessingState()SqmCreationProcessingState.getParentProcessingState()The parent processing state.Methods in org.hibernate.query.hql.spi that return types with arguments of type SqmCreationProcessingStateModifier and TypeMethodDescriptionSqmCreationState.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 SqmCreationProcessingStateModifier and TypeClassDescriptionclassclassQuerySpecProcessingState implementation for DML statementsclassModels the state related to parsing a sqm spec.Methods in org.hibernate.query.sqm.internal that return SqmCreationProcessingStateModifier and TypeMethodDescriptionSqmCreationProcessingStateImpl.getParentProcessingState()SqmQueryPartCreationProcessingStateStandardImpl.getParentProcessingState()Constructors in org.hibernate.query.sqm.internal with parameters of type SqmCreationProcessingStateModifierConstructorDescriptionSqmQueryPartCreationProcessingStateStandardImpl(SqmCreationProcessingState parentState, SqmQuery<?> processingQuery, SqmCreationState creationState) -
Uses of SqmCreationProcessingState in org.hibernate.query.sqm.tree.domain
Methods in org.hibernate.query.sqm.tree.domain with parameters of type SqmCreationProcessingStateModifier and TypeMethodDescriptionSqmBagJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmCorrelatedBagJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmCorrelatedCrossJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmCorrelatedEntityJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmCorrelatedListJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmCorrelatedMapJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmCorrelatedSetJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmCorrelatedSingularJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmListJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmMapJoin<O,K, V> SqmMapJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmSetJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmSingularJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmTreatedBagJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmTreatedListJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmMapJoin<O,K, S> SqmTreatedMapJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmTreatedSetJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmTreatedSingularJoin.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 TypeMethodDescriptionSqmAttributeJoin.makeCopy(SqmCreationProcessingState creationProcessingState) Deprecated.SqmCrossJoin.makeCopy(SqmCreationProcessingState creationProcessingState) SqmEntityJoin.makeCopy(SqmCreationProcessingState creationProcessingState)