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, setVersion
public HibernateUpdateSchema()
protected void addArguments(Map options, List<String> arguments) throws Exception
HibernateSchemaManagement
addArguments
in class HibernateSchemaManagement
options
- any options from which to retrieve argument values.arguments
- the list of arguments to add.Exception
HibernateSchemaManagement.addArguments(java.util.Map, java.util.List)
protected ClassLoader getJdbcDriverJarLoader(Map options) throws MalformedURLException
jdbcDriverJar
options
- MalformedURLException
protected String getExecutionOuputPath(Map options)
HibernateSchemaManagement
getExecutionOuputPath
in class HibernateSchemaManagement
options
- the options from which to retrieve properties.HibernateSchemaManagement.getExecutionOuputPath(java.util.Map)
protected String getExecutionClassName()
HibernateSchemaManagement
getExecutionClassName
in class HibernateSchemaManagement
HibernateSchemaManagement.getExecutionClassName()
Copyright © 2005–2014 AndroMDA.org. All rights reserved.