Uses of Class
org.hibernate.query.sqm.tree.insert.SqmConflictClause
-
Packages that use SqmConflictClause Package Description org.hibernate.query.hql.internal Implementation of the SPIs for HQL support.org.hibernate.query.sqm This package defines a semantic model of HQL queries.org.hibernate.query.sqm.internal Package for the SQM-backed Query implementation detailsorg.hibernate.query.sqm.spi SPI-level SQM contractsorg.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.query.sqm.tree.insert Nodes representinginsertstatements in the SQM tree. -
-
Uses of SqmConflictClause in org.hibernate.query.hql.internal
Methods in org.hibernate.query.hql.internal that return SqmConflictClause Modifier and Type Method Description SqmConflictClause<R>SemanticQueryBuilder. visitConflictClause(HqlParser.ConflictClauseContext ctx) -
Uses of SqmConflictClause in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm with parameters of type SqmConflictClause Modifier and Type Method Description TSemanticQueryWalker. visitConflictClause(SqmConflictClause<?> sqmConflictClause) -
Uses of SqmConflictClause in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal with parameters of type SqmConflictClause Modifier and Type Method Description ObjectSqmTreePrinter. visitConflictClause(SqmConflictClause<?> sqmConflictClause) -
Uses of SqmConflictClause in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmConflictClause Modifier and Type Method Description ObjectBaseSemanticQueryWalker. visitConflictClause(SqmConflictClause<?> sqmConflictClause) -
Uses of SqmConflictClause in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmConflictClause Modifier and Type Method Description ConflictClauseBaseSqmToSqlAstConverter. visitConflictClause(SqmConflictClause<?> sqmConflictClause) -
Uses of SqmConflictClause in org.hibernate.query.sqm.tree.insert
Methods in org.hibernate.query.sqm.tree.insert that return SqmConflictClause Modifier and Type Method Description SqmConflictClause<T>SqmConflictClause. conflictOnConstraint(@Nullable String constraintName)SqmConflictClause<T>SqmConflictClause. conflictOnConstraintPaths(Path<?>... paths)SqmConflictClause<T>SqmConflictClause. conflictOnConstraintPaths(List<? extends Path<?>> paths)SqmConflictClause<T>SqmConflictClause. copy(SqmCopyContext context)SqmConflictClause<T>AbstractSqmInsertStatement. createConflictClause()@Nullable SqmConflictClause<T>AbstractSqmInsertStatement. getConflictClause()@Nullable SqmConflictClause<T>SqmInsertStatement. getConflictClause()Constructors in org.hibernate.query.sqm.tree.insert with parameters of type SqmConflictClause Constructor Description AbstractSqmInsertStatement(NodeBuilder builder, SqmQuerySource querySource, Set<SqmParameter<?>> parameters, Map<String,SqmCteStatement<?>> cteStatements, SqmRoot<T> target, List<SqmPath<?>> insertionTargetPaths, SqmConflictClause<T> conflictClause)
-