| java.lang.Object org.jbpm.db.compatibility.JbpmSchemaUpdate
JbpmSchemaUpdate | public class JbpmSchemaUpdate (Code) | | This is a modified version of the hibernate tools schema update.
The modification is to support saving of the update script to a file.
author: Christoph Sturm author: Koen Aers |
Method Summary | |
public void | execute(boolean script, boolean doUpdate, File out) | public List | getExceptions() Returns a List of all Exceptions which occured during the export. | public static void | main(String[] args) |
JbpmSchemaUpdate | public JbpmSchemaUpdate(Configuration cfg) throws HibernateException(Code) | | |
JbpmSchemaUpdate | public JbpmSchemaUpdate(Configuration cfg, Properties connectionProperties) throws HibernateException(Code) | | |
JbpmSchemaUpdate | public JbpmSchemaUpdate(Configuration cfg, Settings settings) throws HibernateException(Code) | | |
execute | public void execute(boolean script, boolean doUpdate, File out)(Code) | | Execute the schema updates
Parameters: script - print all DDL to the console |
getExceptions | public List getExceptions()(Code) | | Returns a List of all Exceptions which occured during the export.
A List containig the Exceptions occured during the export |
|
|