|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Target | |
---|---|
org.hibernate.tool.hbm2ddl | The hbm2ddl tool. |
Uses of Target in org.hibernate.tool.hbm2ddl |
---|
Methods in org.hibernate.tool.hbm2ddl that return Target | |
---|---|
static Target |
Target.interpret(boolean script,
boolean export)
|
static Target |
Target.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Target[] |
Target.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods in org.hibernate.tool.hbm2ddl with parameters of type Target | |
---|---|
void |
SchemaExport.create(Target output)
Run the schema creation script; drop script is automatically executed before running the creation script. |
void |
SchemaExport.drop(Target output)
|
void |
SchemaUpdate.execute(Target target)
|
void |
SchemaExport.execute(Target output,
SchemaExport.Type type)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |