Class HibernateOrmRuntimeConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabaseGeneration

    • Field Detail

      • createSchemas

        @ConfigItem
        public boolean createSchemas
        If Hibernate ORM should create the schemas automatically (for databases supporting them).
      • haltOnError

        @ConfigItem
        public boolean haltOnError
        Whether we should stop on the first error when applying the schema.
    • Constructor Detail

      • HibernateOrmConfigPersistenceUnitDatabaseGeneration

        public HibernateOrmConfigPersistenceUnitDatabaseGeneration()
    • Method Detail

      • isAnyPropertySet

        public boolean isAnyPropertySet()