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

Enclosing class:
EntityTable

public static interface EntityTable.CommitStrategy


Method Summary
 void executeBatch(PreparedStatement ps)
           
 void executeUpdate(PreparedStatement ps)
           
 

Method Detail

executeUpdate

void executeUpdate(PreparedStatement ps)
                   throws SQLException
Throws:
SQLException

executeBatch

void executeBatch(PreparedStatement ps)
                  throws SQLException
Throws:
SQLException


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.