org.hibernate.id.insert
Interface Binder


public interface Binder

Author:
Steve Ebersole

Method Summary
 void bindValues(java.sql.PreparedStatement ps)
           
 java.lang.Object getEntity()
           
 

Method Detail

bindValues

void bindValues(java.sql.PreparedStatement ps)
                throws java.sql.SQLException
Throws:
java.sql.SQLException

getEntity

java.lang.Object getEntity()


Copyright © 2008 Hibernate.org. All Rights Reserved.