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

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

public final class JDBCRemoveEntityCommand
extends java.lang.Object

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


Constructor Summary
JDBCRemoveEntityCommand(JDBCStoreManager (src)  manager)
           
 
Method Summary
 void execute(EntityEnterpriseContext (src)  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 (src)  manager)
                        throws DeploymentException (src) 
Method Detail

execute

public void execute(EntityEnterpriseContext (src)  ctx)
             throws RemoveException (src) ,
                    java.rmi.RemoteException
Throws:
RemoveException (src)
java.rmi.RemoteException