Uses of Interface
org.hibernate.sql.model.ast.builder.TableInsertBuilder
-
Packages that use TableInsertBuilder Package Description org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids.org.hibernate.sql.model.ast.builder Support for buildingTableMutation
references for persisting entity mutation events -
-
Uses of TableInsertBuilder in org.hibernate.id.insert
Classes in org.hibernate.id.insert that implement TableInsertBuilder Modifier and Type Class Description class
TableInsertReturningBuilder
Methods in org.hibernate.id.insert that return TableInsertBuilder Modifier and Type Method Description default TableInsertBuilder
InsertGeneratedIdentifierDelegate. createTableInsertBuilder(BasicEntityIdentifierMapping identifierMapping, Expectation expectation, SessionFactoryImplementor sessionFactory)
Deprecated, for removal: This API element is subject to removal in a future version.Create aTableInsertBuilder
with any specific identity handling already built in. -
Uses of TableInsertBuilder in org.hibernate.sql.model.ast.builder
Classes in org.hibernate.sql.model.ast.builder that implement TableInsertBuilder Modifier and Type Class Description class
AbstractTableInsertBuilder
Base support for TableInsertBuilder implementationsclass
TableInsertBuilderStandard
Standard TableInsertBuilder
-