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

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

public final class JDBCStartCommand
extends java.lang.Object

JDBCStartCommand creates the table if specified in xml.


Constructor Summary
JDBCStartCommand(JDBCEntityPersistenceStore (src)  manager)
           
 
Method Summary
 void addForeignKeyConstraints()
           
 void execute()
           
static java.util.Set getCreatedTables(JDBCEntityPersistenceStore (src)  manager)
           
static java.util.Set getExistedTables(JDBCEntityPersistenceStore (src)  manager)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JDBCStartCommand

public JDBCStartCommand(JDBCEntityPersistenceStore (src)  manager)
Method Detail

execute

public void execute()
             throws DeploymentException (src) 
Throws:
DeploymentException (src)

addForeignKeyConstraints

public void addForeignKeyConstraints()
                              throws DeploymentException (src) 
Throws:
DeploymentException (src)

getCreatedTables

public static java.util.Set getCreatedTables(JDBCEntityPersistenceStore (src)  manager)

getExistedTables

public static java.util.Set getExistedTables(JDBCEntityPersistenceStore (src)  manager)