public static class HibernateOrmConfig.HibernateOrmConfigDatabase extends Object
Modifier and Type | Field and Description |
---|---|
Optional<String> |
charset
The charset of the database.
|
Optional<String> |
defaultCatalog
The default database catalog.
|
Optional<String> |
defaultSchema
The default database schema.
|
Optional<String> |
generation
Control how schema generation is happening in Hibernate ORM.
|
boolean |
generationHaltOnError
Whether we should stop schema application at the first error or continue.
|
Constructor and Description |
---|
HibernateOrmConfigDatabase() |
Modifier and Type | Method and Description |
---|---|
boolean |
isAnyPropertySet() |
@ConfigItem public Optional<String> generation
Same as JPA's javax.persistence.schema-generation.database.action.
@ConfigItem(name="generation.halt-on-error", defaultValue="false") public boolean generationHaltOnError
Copyright © 2019 JBoss by Red Hat. All rights reserved.