Uses of Class
org.hibernate.query.sqm.tree.insert.SqmInsertValuesStatement
-
Packages that use SqmInsertValuesStatement Package Description 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 SqmInsertValuesStatement in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return SqmInsertValuesStatement Modifier and Type Method Description <T> SqmInsertValuesStatement<T>NodeBuilder. createCriteriaInsertValues(Class<T> targetEntity)Methods in org.hibernate.query.sqm with parameters of type SqmInsertValuesStatement Modifier and Type Method Description TSemanticQueryWalker. visitInsertValuesStatement(SqmInsertValuesStatement<?> statement) -
Uses of SqmInsertValuesStatement in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return SqmInsertValuesStatement Modifier and Type Method Description <T> SqmInsertValuesStatement<T>SqmCriteriaNodeBuilder. createCriteriaInsertValues(Class<T> targetEntity)Methods in org.hibernate.query.sqm.internal with parameters of type SqmInsertValuesStatement Modifier and Type Method Description ObjectSqmTreePrinter. visitInsertValuesStatement(SqmInsertValuesStatement<?> statement) -
Uses of SqmInsertValuesStatement in org.hibernate.query.sqm.spi
Methods in org.hibernate.query.sqm.spi with parameters of type SqmInsertValuesStatement Modifier and Type Method Description ObjectBaseSemanticQueryWalker. visitInsertValuesStatement(SqmInsertValuesStatement<?> statement) -
Uses of SqmInsertValuesStatement in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql with parameters of type SqmInsertValuesStatement Modifier and Type Method Description InsertStatementBaseSqmToSqlAstConverter. visitInsertValuesStatement(SqmInsertValuesStatement<?> sqmStatement) -
Uses of SqmInsertValuesStatement in org.hibernate.query.sqm.tree.insert
Methods in org.hibernate.query.sqm.tree.insert that return SqmInsertValuesStatement Modifier and Type Method Description SqmInsertValuesStatement<T>SqmInsertValuesStatement. copy(SqmCopyContext context)SqmInsertValuesStatement<T>SqmInsertValuesStatement. copyWithoutValues(SqmCopyContext context)SqmInsertValuesStatement<T>SqmInsertValuesStatement. onConflict(JpaConflictClause<T> conflictClause)SqmInsertValuesStatement<T>SqmInsertValuesStatement. setInsertionTargetPaths(Path<?>... insertionTargetPaths)SqmInsertValuesStatement<T>SqmInsertValuesStatement. setInsertionTargetPaths(List<? extends Path<?>> insertionTargetPaths)SqmInsertValuesStatement<T>SqmInsertValuesStatement. values(List<? extends JpaValues> values)SqmInsertValuesStatement<T>SqmInsertValuesStatement. values(JpaValues... values)
-