Uses of Interface
org.hibernate.id.insert.Binder
-
Packages that use Binder Package Description org.hibernate.id.insert -
-
Uses of Binder in org.hibernate.id.insert
Methods in org.hibernate.id.insert with parameters of type Binder Modifier and Type Method Description Object
AbstractReturningDelegate. performInsert(String insertSql, SharedSessionContractImplementor session, Binder binder)
Object
AbstractSelectingDelegate. performInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)
Object
InsertGeneratedIdentifierDelegate. performInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)
Execute the giveninsert
statement and return the generated key value.
-