Uses of Class
org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
Packages that use SqmInsertValuesStatement
Package
Description
This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
SPI-level SQM contracts
Package for the translation of SQM into SQL AST
Nodes representing
insert
statements in the SQM tree.-
Uses of SqmInsertValuesStatement in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmInsertValuesStatementModifier and TypeMethodDescription<T> SqmInsertValuesStatement<T>
NodeBuilder.createCriteriaInsertValues
(Class<T> targetEntity) Methods in org.hibernate.query.sqm with parameters of type SqmInsertValuesStatementModifier and TypeMethodDescriptionSemanticQueryWalker.visitInsertValuesStatement
(SqmInsertValuesStatement<?> statement) -
Uses of SqmInsertValuesStatement in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmInsertValuesStatementModifier and TypeMethodDescription<T> SqmInsertValuesStatement<T>
SqmCriteriaNodeBuilder.createCriteriaInsertValues
(Class<T> targetEntity) Methods in org.hibernate.query.sqm.internal with parameters of type SqmInsertValuesStatementModifier and TypeMethodDescriptionSqmTreePrinter.visitInsertValuesStatement
(SqmInsertValuesStatement<?> statement) -
Uses of SqmInsertValuesStatement in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmInsertValuesStatementModifier and TypeMethodDescriptionBaseSemanticQueryWalker.visitInsertValuesStatement
(SqmInsertValuesStatement<?> statement) -
Uses of SqmInsertValuesStatement in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmInsertValuesStatementModifier and TypeMethodDescriptionBaseSqmToSqlAstConverter.visitInsertValuesStatement
(SqmInsertValuesStatement<?> sqmStatement) -
Uses of SqmInsertValuesStatement in org.hibernate.query.sqm.tree.insert
Methods in org.hibernate.query.sqm.tree.insert that return SqmInsertValuesStatementModifier and TypeMethodDescriptionSqmInsertValuesStatement.copy
(SqmCopyContext context) SqmInsertValuesStatement.copyWithoutValues
(SqmCopyContext context) SqmInsertValuesStatement.onConflict
(JpaConflictClause<T> conflictClause) SqmInsertValuesStatement.setInsertionTargetPaths
(Path<?>... insertionTargetPaths) SqmInsertValuesStatement.setInsertionTargetPaths
(List<? extends Path<?>> insertionTargetPaths)