org.jboss.ejb.plugins.cmp.jdbc2.schema
Interface EntityTable.CommitStrategy

Enclosing interface:
EntityTable (src)

public static interface EntityTable.CommitStrategy


Method Summary
 void executeBatch(java.sql.PreparedStatement ps)
           
 void executeUpdate(java.sql.PreparedStatement ps)
           
 

Method Detail

executeUpdate

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

executeBatch

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