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

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

public final class JDBCStopCommand
extends java.lang.Object

JDBCStopCommand drops the table for this entity if specified in the xml.


Constructor Summary
JDBCStopCommand(JDBCEntityPersistenceStore (src)  manager)
           
 
Method Summary
 boolean execute()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCStopCommand

public JDBCStopCommand(JDBCEntityPersistenceStore (src)  manager)
Method Detail

execute

public boolean execute()