Class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabase
- java.lang.Object
-
- io.quarkus.hibernate.orm.deployment.HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabase
-
- Enclosing class:
- HibernateOrmConfigPersistenceUnit
public static class HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabase extends Object
-
-
Field Summary
Fields Modifier and Type Field Description CharsetcharsetThe charset of the database.booleangloballyQuotedIdentifiersDeprecated.HibernateOrmConfigPersistenceUnit.identifierQuotingStrategyshould be used to configure quoting strategy.
-
Constructor Summary
Constructors Constructor Description HibernateOrmConfigPersistenceUnitDatabase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanisAnyPropertySet()
-
-
-
Field Detail
-
charset
@ConfigItem(defaultValue="UTF-8") public Charset charset
The charset of the database.Used for DDL generation and also for the SQL import scripts.
-
globallyQuotedIdentifiers
@ConfigItem @Deprecated public boolean globallyQuotedIdentifiers
Deprecated.HibernateOrmConfigPersistenceUnit.identifierQuotingStrategyshould be used to configure quoting strategy.Whether Hibernate should quote all identifiers.
-
-