Uses of Class
org.hibernate.sql.ast.tree.insert.Values
-
Packages that use Values Package Description org.hibernate.dialect 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 SQL ASTorg.hibernate.sql.ast.tree.from org.hibernate.sql.ast.tree.insert -
-
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
OracleSqlAstTranslator. 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)
-
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>
InsertStatement. getValuesList()
Method parameters in org.hibernate.sql.ast.tree.insert with type arguments of type Values Modifier and Type Method Description void
InsertStatement. setValuesList(List<Values> valuesList)
-