Uses of Class
org.hibernate.sql.ast.tree.insert.Values
Packages that use Values
Package
Description
Internal package containing dialect-specific extensions of
AbstractSqlAstTranslator.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.sql.ast
Method parameters in org.hibernate.dialect.sql.ast with type arguments of type ValuesModifier and TypeMethodDescriptionprotected voidHANASqlAstTranslator.visitValuesList(List<Values> valuesList) protected voidOracleSqlAstTranslator.visitValuesList(List<Values> valuesList) protected voidSybaseASESqlAstTranslator.visitValuesList(List<Values> valuesList) protected voidSybaseSqlAstTranslator.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 TypeMethodDescriptionvoidBaseSqmToSqlAstConverter.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 voidAbstractSqlAstTranslator.visitValuesList(List<Values> valuesList) protected voidAbstractSqlAstTranslator.visitValuesListEmulateSelectUnion(List<Values> valuesList) protected final voidAbstractSqlAstTranslator.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 TypeMethodDescriptionvoidInsertSelectStatement.setValuesList(List<Values> valuesList)