Interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabase

Enclosing interface:
HibernateOrmConfigPersistenceUnit

public static interface HibernateOrmConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabase
  • Field Details

  • Method Details

    • charset

      @WithDefault("UTF-8") Charset charset()
      The charset of the database.

      Used for DDL generation and also for the SQL import scripts.

    • globallyQuotedIdentifiers

      @Deprecated @WithDefault("false") boolean globallyQuotedIdentifiers()
      Deprecated.
      HibernateOrmConfigPersistenceUnit.quoteIdentifiers() should be used to configure quoting strategy.
      Whether Hibernate should quote all identifiers.
    • isAnyPropertySet

      default boolean isAnyPropertySet()