接口的使用
org.hibernate.id.insert.Binder
-
使用Binder的程序包 程序包 说明 org.hibernate.id.insert -
-
org.hibernate.id.insert中Binder的使用
参数类型为Binder的org.hibernate.id.insert中的方法 修饰符和类型 方法 说明 SerializableAbstractReturningDelegate. performInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)SerializableAbstractSelectingDelegate. performInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)SerializableInsertGeneratedIdentifierDelegate. performInsert(String insertSQL, SharedSessionContractImplementor session, Binder binder)Perform the indicated insert SQL statement and determine the identifier value generated.
-