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 ObjectAbstractReturningDelegate. performInsert(String insertSql, SharedSessionContractImplementor session, Binder binder)ObjectAbstractSelectingDelegate. performInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)ObjectInsertGeneratedIdentifierDelegate. performInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)Execute the giveninsertstatement and return the generated key value.
-