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)
           
 



Copyright © 2001-2010 Red Hat, Inc. All Rights Reserved.