Uses of Interface
org.hibernate.id.insert.Binder
-
Packages that use Binder Package Description org.hibernate.id.insert Contains a framework of strategies for retrieving database-generated ids. -
-
Uses of Binder in org.hibernate.id.insert
Methods in org.hibernate.id.insert with parameters of type Binder Modifier and Type Method Description default Object
InsertGeneratedIdentifierDelegate. performInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)
Deprecated, for removal: This API element is subject to removal in a future version.Execute the giveninsert
statement and return the generated key value.GeneratedValues
AbstractReturningDelegate. performInsertReturning(String sql, SharedSessionContractImplementor session, Binder binder)
GeneratedValues
AbstractSelectingDelegate. performInsertReturning(String sql, SharedSessionContractImplementor session, Binder binder)
GeneratedValues
InsertGeneratedIdentifierDelegate. performInsertReturning(String insertSQL, SharedSessionContractImplementor session, Binder binder)
Deprecated, for removal: This API element is subject to removal in a future version.Execute the giveninsert
statement and return the generated key value.
-