Uses of Class
org.hibernate.sql.ast.tree.insert.Values
-
Packages that use Values Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL ASTorg.hibernate.sql.ast.spi Package defining support for creating and consuming a SQL AST.org.hibernate.sql.ast.tree.from AST nodes representing root tables and joins in a SQL tree.org.hibernate.sql.ast.tree.insert AST nodes representinginsert
statements in a SQL tree. -
-
Uses of Values in org.hibernate.dialect
Method parameters in org.hibernate.dialect with type arguments of type Values Modifier and Type Method Description protected void
HANASqlAstTranslator. visitValuesList(List<Values> valuesList)
protected void
OracleSqlAstTranslator. visitValuesList(List<Values> valuesList)
protected void
SybaseASESqlAstTranslator. visitValuesList(List<Values> valuesList)
-
Uses of Values in org.hibernate.query.sqm.sql
Methods in org.hibernate.query.sqm.sql that return Values Modifier and Type Method Description Values
BaseSqmToSqlAstConverter. visitValues(SqmValues sqmValues)
Methods in org.hibernate.query.sqm.sql with parameters of type Values Modifier and Type Method Description void
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 Values Modifier and Type Method Description protected void
AbstractSqlAstTranslator. visitValuesList(List<Values> valuesList)
protected void
AbstractSqlAstTranslator. visitValuesListEmulateSelectUnion(List<Values> valuesList)
protected 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 Values Modifier and Type Method Description List<Values>
ValuesTableReference. getValuesList()
Constructor parameters in org.hibernate.sql.ast.tree.from with type arguments of type Values Constructor Description ValuesTableGroup(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 Values Modifier and Type Method Description List<Values>
InsertSelectStatement. getValuesList()
Method parameters in org.hibernate.sql.ast.tree.insert with type arguments of type Values Modifier and Type Method Description void
InsertSelectStatement. setValuesList(List<Values> valuesList)
-