Class HibernateOrmRuntimeConfigPersistenceUnit.HibernateOrmConfigPersistenceUnitDatabaseGeneration

    • Field Detail

      • generation

        @ConfigItem(name="<<parent>>",
                    defaultValue="none")
        public String generation
        Select whether the database schema is generated or not. `drop-and-create` is awesome in development mode. This defaults to 'none', however if Dev Services is in use and no other extensions that manage the schema are present this will default to 'drop-and-create'. Accepted values: `none`, `create`, `drop-and-create`, `drop`, `update`, `validate`.
      • 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()