public class HibernateUpdateSchema extends HibernateSchemaManagement
HIBERNATE_2_PACKAGE, HIBERNATE_3_PACKAGE, logger| Constructor and Description |
|---|
HibernateUpdateSchema() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addArguments(Map options,
List<String> arguments)
Adds any arguments required by the specialized class.
|
protected String |
getExecutionClassName()
Returns the name of the class that performs the execution.
|
protected String |
getExecutionOuputPath(Map options)
Returns the path of the execution output file.
|
protected ClassLoader |
getJdbcDriverJarLoader(Map options)
Sets the current context class loader from the given
jdbcDriverJar |
execute, getExecutionClass, getMappingFilesList, getOutputPath, getProperty, getRequiredProperty, getVersion, setOutputPath, setVersionpublic HibernateUpdateSchema()
protected void addArguments(Map options, List<String> arguments) throws Exception
HibernateSchemaManagementaddArguments in class HibernateSchemaManagementoptions - any options from which to retrieve argument values.arguments - the list of arguments to add.ExceptionHibernateSchemaManagement.addArguments(java.util.Map, java.util.List)protected ClassLoader getJdbcDriverJarLoader(Map options) throws MalformedURLException
jdbcDriverJaroptions - MalformedURLExceptionprotected String getExecutionOuputPath(Map options)
HibernateSchemaManagementgetExecutionOuputPath in class HibernateSchemaManagementoptions - the options from which to retrieve properties.HibernateSchemaManagement.getExecutionOuputPath(java.util.Map)protected String getExecutionClassName()
HibernateSchemaManagementgetExecutionClassName in class HibernateSchemaManagementHibernateSchemaManagement.getExecutionClassName()Copyright © 2005–2014 AndroMDA.org. All rights reserved.