站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.4 正式版 API 英文文档

Uses of Interface org.hibernate.id.insert.Binder (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Uses of Interface
org.hibernate.id.insert.Binder

Packages that use Binder
org.hibernate.id.insert   
 

Uses of Binder in org.hibernate.id.insert
 

Methods in org.hibernate.id.insert with parameters of type Binder
 Serializable InsertGeneratedIdentifierDelegate.performInsert(String insertSQL, SessionImplementor session, Binder binder)
          Perform the indicated insert SQL statement and determine the identifier value generated.
 Serializable AbstractSelectingDelegate.performInsert(String insertSQL, SessionImplementor session, Binder binder)
           
 Serializable AbstractReturningDelegate.performInsert(String insertSQL, SessionImplementor session, Binder binder)