站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

EntityTable.CommitStrategy (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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

Enclosing interface:
EntityTable

public static interface EntityTable.CommitStrategy


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

Method Detail

executeUpdate

public void executeUpdate(PreparedStatement ps)
                   throws SQLException
Throws:
SQLException

executeBatch

public void executeBatch(PreparedStatement ps)
                  throws SQLException
Throws:
SQLException


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