public static class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabase extends Object
| Modifier and Type | Field and Description |
|---|---|
Charset |
charset
The charset of the database.
|
Optional<String> |
defaultCatalog
The default catalog to use for the database objects.
|
Optional<String> |
defaultSchema
The default schema to use for the database objects.
|
boolean |
globallyQuotedIdentifiers
Whether Hibernate should quote all identifiers.
|
| Constructor and Description |
|---|
HibernateOrmConfigPersistenceUnitDatabase() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
isAnyPropertySet() |
@ConfigItem public Optional<String> defaultCatalog
@ConfigItem public Optional<String> defaultSchema
@ConfigItem(defaultValue="UTF-8") public Charset charset
Used for DDL generation and also for the SQL import scripts.
@ConfigItem public boolean globallyQuotedIdentifiers
Copyright © 2021 JBoss by Red Hat. All rights reserved.