Uses of Interface
org.hibernate.dialect.identity.H2IdentityColumnSupport.InsertValuesHandler
-
Packages that use H2IdentityColumnSupport.InsertValuesHandler Package Description org.hibernate.dialect.identity Support forDialect
-specific identity column handling. -
-
Uses of H2IdentityColumnSupport.InsertValuesHandler in org.hibernate.dialect.identity
Methods in org.hibernate.dialect.identity with parameters of type H2IdentityColumnSupport.InsertValuesHandler 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.
-