Uses of Class
org.hibernate.sql.ast.tree.insert.Values
Packages that use Values
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Package for the translation of SQM into SQL AST
Package defining support for creating and consuming a SQL AST.
AST nodes representing root tables and joins in a SQL tree.
AST nodes representing
insert
statements in a SQL tree.-
Uses of Values in org.hibernate.dialect
Method parameters in org.hibernate.dialect with type arguments of type ValuesModifier and TypeMethodDescriptionprotected void
HANASqlAstTranslator.visitValuesList
(List<Values> valuesList) protected void
OracleSqlAstTranslator.visitValuesList
(List<Values> valuesList) protected void
SybaseASESqlAstTranslator.visitValuesList
(List<Values> valuesList) protected void
SybaseSqlAstTranslator.visitValuesList
(List<Values> valuesList) -
Uses of Values in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return ValuesMethods in org.hibernate.query.sqm.sql with parameters of type ValuesModifier and TypeMethodDescriptionvoid
BaseSqmToSqlAstConverter.AdditionalInsertValues.applyValues
(Values values) -
Uses of Values in org.hibernate.sql.ast.spi
Method parameters in org.hibernate.sql.ast.spi with type arguments of type ValuesModifier and TypeMethodDescriptionprotected void
AbstractSqlAstTranslator.visitValuesList
(List<Values> valuesList) protected void
AbstractSqlAstTranslator.visitValuesListEmulateSelectUnion
(List<Values> valuesList) protected final void
AbstractSqlAstTranslator.visitValuesListStandard
(List<Values> valuesList) -
Uses of Values in org.hibernate.sql.ast.tree.from
Methods in org.hibernate.sql.ast.tree.from that return types with arguments of type ValuesConstructor parameters in org.hibernate.sql.ast.tree.from with type arguments of type ValuesModifierConstructorDescriptionValuesTableGroup
(NavigablePath navigablePath, TableGroupProducer tableGroupProducer, List<Values> valuesList, String sourceAlias, List<String> columnNames, boolean canUseInnerJoins, SessionFactoryImplementor sessionFactory) ValuesTableReference
(List<Values> valuesList, String identificationVariable, List<String> columnNames, SessionFactoryImplementor sessionFactory) -
Uses of Values in org.hibernate.sql.ast.tree.insert
Methods in org.hibernate.sql.ast.tree.insert that return types with arguments of type ValuesMethod parameters in org.hibernate.sql.ast.tree.insert with type arguments of type ValuesModifier and TypeMethodDescriptionvoid
InsertSelectStatement.setValuesList
(List<Values> valuesList)