Uses of Interface
org.hibernate.sql.model.ast.TableInsert
-
Packages that use TableInsert Package Description org.hibernate.dialect.identity Support forDialect
-specific identity column handling.org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids.org.hibernate.sql.model.ast SQL AST extensions for model mutations.org.hibernate.sql.model.ast.builder Support for buildingTableMutation
references for persisting entity mutation eventsorg.hibernate.sql.model.internal -
-
Uses of TableInsert in org.hibernate.dialect.identity
Methods in org.hibernate.dialect.identity with parameters of type TableInsert Modifier and Type Method Description void
H2FinalTableIdentityColumnSupport. render(TableInsert tableInsert, Consumer<String> sqlAppender, Consumer<ColumnReference> returnColumnHandler, H2IdentityColumnSupport.InsertValuesHandler insertValuesHandler, SessionFactoryImplementor sessionFactory)
Deprecated.void
H2IdentityColumnSupport. render(TableInsert tableInsert, Consumer<String> sqlAppender, Consumer<ColumnReference> returnColumnHandler, H2IdentityColumnSupport.InsertValuesHandler insertValuesHandler, SessionFactoryImplementor sessionFactory)
Deprecated. -
Uses of TableInsert in org.hibernate.id.insert
Methods in org.hibernate.id.insert that return TableInsert Modifier and Type Method Description TableInsert
TableInsertReturningBuilder. buildMutation()
-
Uses of TableInsert in org.hibernate.sql.model.ast
Classes in org.hibernate.sql.model.ast that implement TableInsert Modifier and Type Class Description class
AbstractTableInsert
-
Uses of TableInsert in org.hibernate.sql.model.ast.builder
Methods in org.hibernate.sql.model.ast.builder that return TableInsert Modifier and Type Method Description TableInsert
TableInsertBuilderStandard. buildMutation()
-
Uses of TableInsert in org.hibernate.sql.model.internal
Classes in org.hibernate.sql.model.internal that implement TableInsert Modifier and Type Class Description class
TableInsertCustomSql
Insertion defined using custom sql-insertclass
TableInsertStandard
-