Uses of Interface
org.hibernate.query.sqm.tree.SqmCopyContext
-
Packages that use SqmCopyContext Package Description org.hibernate.metamodel.model.domain.internal Implementation of the SPI for the runtime domain metamodel.org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.sqm.function An SPI for defining, registering, and rendering functions in HQL.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.tree This package contains the classes that make up the SQM tree nodes.org.hibernate.query.sqm.tree.cte Nodes representing common table expressions (CTE) in the SQM tree.org.hibernate.query.sqm.tree.delete Nodes representingdeletestatements in the SQM tree.org.hibernate.query.sqm.tree.domain Nodes representing path expressions in the SQM tree.org.hibernate.query.sqm.tree.expression Nodes representing expressions in the SQM tree.org.hibernate.query.sqm.tree.from Nodes representing root entities and joins in the SQM tree.org.hibernate.query.sqm.tree.insert Nodes representinginsertstatements in the SQM tree.org.hibernate.query.sqm.tree.jpa org.hibernate.query.sqm.tree.predicate Nodes representing logical predicates in the SQM tree.org.hibernate.query.sqm.tree.select Nodes representingselectstatements in the SQM tree.org.hibernate.query.sqm.tree.update Nodes representingupdatestatements in the SQM tree. -
-
Uses of SqmCopyContext in org.hibernate.metamodel.model.domain.internal
Methods in org.hibernate.metamodel.model.domain.internal with parameters of type SqmCopyContext Modifier and Type Method Description AnyDiscriminatorSqmPath<T>AnyDiscriminatorSqmPath. copy(SqmCopyContext context)EmbeddedDiscriminatorSqmPath<T>EmbeddedDiscriminatorSqmPath. copy(SqmCopyContext context)EntityDiscriminatorSqmPathEntityDiscriminatorSqmPath. copy(SqmCopyContext context) -
Uses of SqmCopyContext in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal with parameters of type SqmCopyContext Modifier and Type Method Description FullyQualifiedReflectivePathTerminalFullyQualifiedReflectivePathTerminal. copy(SqmCopyContext context) -
Uses of SqmCopyContext in org.hibernate.query.sqm.function
Methods in org.hibernate.query.sqm.function with parameters of type SqmCopyContext Modifier and Type Method Description SelfRenderingSqmAggregateFunction<T>SelfRenderingSqmAggregateFunction. copy(SqmCopyContext context)SelfRenderingSqmFunction<T>SelfRenderingSqmFunction. copy(SqmCopyContext context)SelfRenderingSqmOrderedSetAggregateFunction<T>SelfRenderingSqmOrderedSetAggregateFunction. copy(SqmCopyContext context)SelfRenderingSqmWindowFunction<T>SelfRenderingSqmWindowFunction. copy(SqmCopyContext context) -
Uses of SqmCopyContext in org.hibernate.query.sqm.internal
Classes in org.hibernate.query.sqm.internal that implement SqmCopyContext Modifier and Type Class Description classNoParamSqmCopyContextclassSimpleSqmCopyContext -
Uses of SqmCopyContext in org.hibernate.query.sqm.tree
Methods in org.hibernate.query.sqm.tree that return SqmCopyContext Modifier and Type Method Description static SqmCopyContextSqmCopyContext. noParamCopyContext()static SqmCopyContextSqmCopyContext. noParamCopyContext(SqmQuerySource querySource)static SqmCopyContextSqmCopyContext. simpleContext()static SqmCopyContextSqmCopyContext. simpleContext(SqmQuerySource querySource)Methods in org.hibernate.query.sqm.tree with parameters of type SqmCopyContext Modifier and Type Method Description SqmNodeSqmNode. copy(SqmCopyContext context)SqmQuery<T>SqmQuery. copy(SqmCopyContext context)SqmStatement<T>SqmStatement. copy(SqmCopyContext context)SqmTypedNode<T>SqmTypedNode. copy(SqmCopyContext context)protected Map<String,SqmCteStatement<?>>AbstractSqmDmlStatement. copyCteStatements(SqmCopyContext context)protected Set<SqmParameter<?>>AbstractSqmStatement. copyParameters(SqmCopyContext context)protected SqmWhereClauseAbstractSqmRestrictedDmlStatement. copyWhereClause(SqmCopyContext context) -
Uses of SqmCopyContext in org.hibernate.query.sqm.tree.cte
Methods in org.hibernate.query.sqm.tree.cte with parameters of type SqmCopyContext Modifier and Type Method Description SqmCteStatement<T>SqmCteStatement. copy(SqmCopyContext context)SqmSearchClauseSpecificationSqmSearchClauseSpecification. copy(SqmCopyContext context) -
Uses of SqmCopyContext in org.hibernate.query.sqm.tree.delete
Methods in org.hibernate.query.sqm.tree.delete with parameters of type SqmCopyContext Modifier and Type Method Description SqmDeleteStatement<T>SqmDeleteStatement. copy(SqmCopyContext context) -
Uses of SqmCopyContext in org.hibernate.query.sqm.tree.domain
-
Uses of SqmCopyContext in org.hibernate.query.sqm.tree.expression
-
Uses of SqmCopyContext in org.hibernate.query.sqm.tree.from
Methods in org.hibernate.query.sqm.tree.from with parameters of type SqmCopyContext Modifier and Type Method Description SqmCrossJoin<T>SqmCrossJoin. copy(SqmCopyContext context)SqmCteJoin<T>SqmCteJoin. copy(SqmCopyContext context)SqmDerivedJoin<T>SqmDerivedJoin. copy(SqmCopyContext context)SqmEntityJoin<T>SqmEntityJoin. copy(SqmCopyContext context)SqmFrom<O,T>SqmFrom. copy(SqmCopyContext context)SqmFromClauseSqmFromClause. copy(SqmCopyContext context)SqmJoin<O,T>SqmJoin. copy(SqmCopyContext context)SqmRoot<E>SqmRoot. copy(SqmCopyContext context)voidSqmRoot. copyTo(SqmRoot<E> target, SqmCopyContext context) -
Uses of SqmCopyContext in org.hibernate.query.sqm.tree.insert
Methods in org.hibernate.query.sqm.tree.insert with parameters of type SqmCopyContext Modifier and Type Method Description SqmConflictClause<T>SqmConflictClause. copy(SqmCopyContext context)SqmConflictUpdateAction<T>SqmConflictUpdateAction. copy(SqmCopyContext context)SqmInsertSelectStatement<T>SqmInsertSelectStatement. copy(SqmCopyContext context)SqmInsertStatement<T>SqmInsertStatement. copy(SqmCopyContext context)SqmInsertValuesStatement<T>SqmInsertValuesStatement. copy(SqmCopyContext context)SqmValuesSqmValues. copy(SqmCopyContext context)protected List<SqmPath<?>>AbstractSqmInsertStatement. copyInsertionTargetPaths(SqmCopyContext context)SqmInsertValuesStatement<T>SqmInsertValuesStatement. copyWithoutValues(SqmCopyContext context) -
Uses of SqmCopyContext in org.hibernate.query.sqm.tree.jpa
Methods in org.hibernate.query.sqm.tree.jpa with parameters of type SqmCopyContext Modifier and Type Method Description protected voidAbstractJpaTupleElement. copyTo(AbstractJpaTupleElement<T> target, SqmCopyContext context) -
Uses of SqmCopyContext in org.hibernate.query.sqm.tree.predicate
-
Uses of SqmCopyContext in org.hibernate.query.sqm.tree.select
Methods in org.hibernate.query.sqm.tree.select with parameters of type SqmCopyContext Modifier and Type Method Description SqmDynamicInstantiation<T>SqmDynamicInstantiation. copy(SqmCopyContext context)SqmDynamicInstantiationArgument<T>SqmDynamicInstantiationArgument. copy(SqmCopyContext context)SqmJpaCompoundSelection<T>SqmJpaCompoundSelection. copy(SqmCopyContext context)SqmOrderByClauseSqmOrderByClause. copy(SqmCopyContext context)SqmQueryPart<T>SqmQueryGroup. copy(SqmCopyContext context)abstract SqmQueryPart<T>SqmQueryPart. copy(SqmCopyContext context)SqmQuerySpec<T>SqmQuerySpec. copy(SqmCopyContext context)SqmSelectableNode<T>SqmSelectableNode. copy(SqmCopyContext context)SqmSelectClauseSqmSelectClause. copy(SqmCopyContext context)SqmSelection<T>SqmSelection. copy(SqmCopyContext context)SqmSelectQuery<T>SqmSelectQuery. copy(SqmCopyContext context)SqmSelectStatement<T>SqmSelectStatement. copy(SqmCopyContext context)SqmSortSpecificationSqmSortSpecification. copy(SqmCopyContext context)SqmSubQuery<T>SqmSubQuery. copy(SqmCopyContext context)protected Map<String,SqmCteStatement<?>>AbstractSqmSelectQuery. copyCteStatements(SqmCopyContext context)protected voidSqmQueryPart. copyTo(SqmQueryPart<T> target, SqmCopyContext context)Constructors in org.hibernate.query.sqm.tree.select with parameters of type SqmCopyContext Constructor Description SqmQueryPart(SqmQueryPart<T> original, SqmCopyContext context)SqmQuerySpec(SqmQuerySpec<T> original, SqmCopyContext context) -
Uses of SqmCopyContext in org.hibernate.query.sqm.tree.update
Methods in org.hibernate.query.sqm.tree.update with parameters of type SqmCopyContext Modifier and Type Method Description SqmAssignment<T>SqmAssignment. copy(SqmCopyContext context)SqmSetClauseSqmSetClause. copy(SqmCopyContext context)SqmUpdateStatement<T>SqmUpdateStatement. copy(SqmCopyContext context)
-