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

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

public final class JDBCStartCommand
extends Object

JDBCStartCommand creates the table if specified in xml.

Version:
$Revision: 1.50.2.1 $
Author:
Dain Sundstrom, Rickard Öberg, Marc Fleury, Joe Shevland, Justin Forder, Michel de Groot, Alex Loubyansky, Heiko W.Rupp, Joachim Van der Auwera

Constructor Summary
JDBCStartCommand(JDBCEntityPersistenceStore manager)
           
 
Method Summary
 void addForeignKeyConstraints()
           
 void execute()
           
static Set getCreatedTables(JDBCEntityPersistenceStore manager)
           
static Set getExistedTables(JDBCEntityPersistenceStore 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 manager)
Method Detail

execute

public void execute()
             throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

addForeignKeyConstraints

public void addForeignKeyConstraints()
                              throws org.jboss.deployment.DeploymentException
Throws:
org.jboss.deployment.DeploymentException

getCreatedTables

public static Set getCreatedTables(JDBCEntityPersistenceStore manager)

getExistedTables

public static Set getExistedTables(JDBCEntityPersistenceStore manager)


Copyright © 2002 JBoss Group, LLC. All Rights Reserved.