public class HibernateDropSchema extends HibernateSchemaManagement
HIBERNATE_2_PACKAGE, HIBERNATE_3_PACKAGE, logger
Constructor and Description |
---|
HibernateDropSchema() |
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.
|
execute, getExecutionClass, getMappingFilesList, getOutputPath, getProperty, getRequiredProperty, getVersion, setOutputPath, setVersion
public HibernateDropSchema()
protected void addArguments(Map options, List<String> arguments)
HibernateSchemaManagement
addArguments
in class HibernateSchemaManagement
options
- any options from which to retrieve argument values.arguments
- the list of arguments to add.HibernateSchemaManagement.addArguments(Map, List)
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.