站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBoss 4.0.1 sp1 server API Documentation 英文版文档

JDBCStartCommand (JBoss Server API) - JBoss 4.0.1 sp1 server API Documentation 英文版文档


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

java.lang.Object
  extended byorg.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 锟絙erg, 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.