Package | Description |
---|---|
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
org.hibernate.tool.schema | |
org.hibernate.tool.schema.spi |
Modifier and Type | Method and Description |
---|---|
static java.util.EnumSet<TargetType> |
TargetTypeHelper.parseCommandLineOptions(java.lang.String targetTypeText) |
static java.util.EnumSet<TargetType> |
TargetTypeHelper.parseLegacyCommandLineOptions(boolean script,
boolean export,
java.lang.String outputFile) |
Modifier and Type | Method and Description |
---|---|
static TargetDescriptor |
SchemaExport.buildTargetDescriptor(java.util.EnumSet<TargetType> targetTypes,
java.lang.String outputFile,
ServiceRegistry serviceRegistry) |
void |
SchemaExport.create(java.util.EnumSet<TargetType> targetTypes,
Metadata metadata) |
void |
SchemaExport.createOnly(java.util.EnumSet<TargetType> targetTypes,
Metadata metadata) |
void |
SchemaExport.drop(java.util.EnumSet<TargetType> targetTypes,
Metadata metadata) |
void |
SchemaUpdate.execute(java.util.EnumSet<TargetType> targetTypes,
Metadata metadata) |
void |
SchemaUpdate.execute(java.util.EnumSet<TargetType> targetTypes,
Metadata metadata,
ServiceRegistry serviceRegistry) |
void |
SchemaExport.execute(java.util.EnumSet<TargetType> targetTypes,
SchemaExport.Action action,
Metadata metadata) |
void |
SchemaExport.execute(java.util.EnumSet<TargetType> targetTypes,
SchemaExport.Action action,
Metadata metadata,
ServiceRegistry serviceRegistry) |
Modifier and Type | Method and Description |
---|---|
static TargetType |
TargetType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static TargetType[] |
TargetType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
java.util.EnumSet<TargetType> |
TargetDescriptor.getTargetTypes()
The target type described here.
|
Copyright © 2001-2018 Red Hat, Inc. All Rights Reserved.