Package | Description |
---|---|
org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
org.hibernate.tool.hbm2ddl |
The hbm2ddl tool.
|
Modifier and Type | Method and Description |
---|---|
List<SchemaUpdateScript> |
Configuration.generateSchemaUpdateScriptList(Dialect dialect,
DatabaseMetadata databaseMetadata) |
Modifier and Type | Method and Description |
---|---|
static List<SchemaUpdateScript> |
SchemaUpdateScript.fromStringArray(String[] scriptsArray,
boolean quiet) |
Modifier and Type | Method and Description |
---|---|
static String[] |
SchemaUpdateScript.toStringArray(List<SchemaUpdateScript> scripts) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.