public static class HibernateOrmRuntimeConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabaseGeneration extends Object
| Modifier and Type | Field and Description |
|---|---|
boolean |
createSchemas
If Hibernate ORM should create the schemas automatically (for databases supporting them).
|
String |
generation
Select whether the database schema is generated or not.
|
boolean |
haltOnError
Whether we should stop on the first error when applying the schema.
|
| Constructor and Description |
|---|
HibernateOrmConfigPersistenceUnitDatabaseGeneration() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnyPropertySet() |
@ConfigItem(name="<<parent>>", defaultValue="none") public String generation
@ConfigItem public boolean createSchemas
@ConfigItem public boolean haltOnError
Copyright © 2021 JBoss by Red Hat. All rights reserved.