Save This Page
Home » jboss-5.0.0.CR1-src » org.jboss.ejb.plugins.cmp » jdbc » [javadoc | source]
org.jboss.ejb.plugins.cmp.jdbc
public final class: JDBCRemoveEntityCommand [javadoc | source]
java.lang.Object
   org.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand
JDBCRemoveEntityCommand executes a DELETE FROM table WHERE command.
Constructor:
 public JDBCRemoveEntityCommand(JDBCStoreManager manager) throws DeploymentException 
Method from org.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand Summary:
execute
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from org.jboss.ejb.plugins.cmp.jdbc.JDBCRemoveEntityCommand Detail:
 public  void execute(EntityEnterpriseContext ctx) throws RemoveException, RemoteException