|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jbpm.db.compatibility.JbpmSchemaUpdate
JbpmSchema
public class JbpmSchemaUpdate
This is a modified version of the hibernate tools schema update. The modification is to support saving of the update script to a file.
| Constructor Summary | |
|---|---|
JbpmSchemaUpdate(org.hibernate.cfg.Configuration cfg)
Deprecated. |
|
JbpmSchemaUpdate(org.hibernate.cfg.Configuration cfg,
java.util.Properties connectionProperties)
Deprecated. |
|
JbpmSchemaUpdate(org.hibernate.cfg.Configuration cfg,
org.hibernate.cfg.Settings settings)
Deprecated. |
|
| Method Summary | |
|---|---|
void |
execute(boolean script,
boolean doUpdate,
java.io.File out)
Deprecated. Execute the schema updates |
java.util.List |
getExceptions()
Deprecated. Returns a List of all Exceptions which occured during the export. |
static void |
main(java.lang.String[] args)
Deprecated. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JbpmSchemaUpdate(org.hibernate.cfg.Configuration cfg)
throws org.hibernate.HibernateException
org.hibernate.HibernateException
public JbpmSchemaUpdate(org.hibernate.cfg.Configuration cfg,
java.util.Properties connectionProperties)
throws org.hibernate.HibernateException
org.hibernate.HibernateException
public JbpmSchemaUpdate(org.hibernate.cfg.Configuration cfg,
org.hibernate.cfg.Settings settings)
throws org.hibernate.HibernateException
org.hibernate.HibernateException| Method Detail |
|---|
public static void main(java.lang.String[] args)
public void execute(boolean script,
boolean doUpdate,
java.io.File out)
script - print all DDL to the consolepublic java.util.List getExceptions()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||