Package | Description |
---|---|
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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) |
Copyright © 2016 JBoss by Red Hat. All rights reserved.