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

JDBCRemoveEntityCommand (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


org.jboss.ejb.plugins.cmp.jdbc
Class JDBCRemoveEntityCommand

java.lang.Object
  extended byorg.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand

public final class JDBCRemoveEntityCommand
extends Object

JDBCRemoveEntityCommand executes a DELETE FROM table WHERE command. * * @author Dain Sundstrom * @author Rickard 锟絙erg * @author Marc Fleury * @author Joe Shevland * @author Justin Forder * @author Alexey Loubyansky * @version $Revision: 1.32.2.1 $


Constructor Summary
JDBCRemoveEntityCommand(JDBCStoreManager manager)
           
 
Method Summary
 void execute(EntityEnterpriseContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCRemoveEntityCommand

public JDBCRemoveEntityCommand(JDBCStoreManager manager)
                        throws org.jboss.deployment.DeploymentException
Method Detail

execute

public void execute(EntityEnterpriseContext ctx)
             throws javax.ejb.RemoveException,
                    RemoteException
Throws:
javax.ejb.RemoveException
RemoteException


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