Interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabase
- Enclosing interface:
- HibernateOrmConfigPersistenceUnit
public static interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabase
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncharset()The charset of the database.booleanDeprecated.default boolean
-
Field Details
-
DEFAULT_CHARSET
- See Also:
-
-
Method Details
-
charset
The charset of the database.Used for DDL generation and also for the SQL import scripts.
-
globallyQuotedIdentifiers
Deprecated.HibernateOrmConfigPersistenceUnit.quoteIdentifiers()should be used to configure quoting strategy.Whether Hibernate should quote all identifiers. -
isAnyPropertySet
default boolean isAnyPropertySet()
-
HibernateOrmConfigPersistenceUnit.quoteIdentifiers()should be used to configure quoting strategy.