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

java.lang.Object
  extended by org.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand

public final class JDBCRemoveEntityCommand
extends Object

JDBCRemoveEntityCommand executes a DELETE FROM table WHERE command.

Version:
$Revision: 57209 $
Author:
Dain Sundstrom, Rickard Öberg, Marc Fleury, Joe Shevland, Justin Forder, Alexey Loubyansky

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
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.