Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

org.hibernate.id.insert
Interface Binder  view Binder download Binder.java


public interface Binder


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

Method Detail

bindValues

public void bindValues(java.sql.PreparedStatement ps)
                throws java.sql.SQLException

getEntity

public java.lang.Object getEntity()