@@ -693,84 +693,6 @@ endif::add-copy-button-to-env-var[]
693
693
|link:https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/nio/charset/Charset.html[Charset]
694
694
|`UTF-8`
695
695
696
- a| [[quarkus-hibernate-orm_quarkus-hibernate-orm-database-generation]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-database-generation[`quarkus.hibernate-orm.database.generation`]##
697
- ifdef::add-copy-button-to-config-props[]
698
- config_property_copy_button:+++quarkus.hibernate-orm.database.generation+++ []
699
- endif::add-copy-button-to-config-props[]
700
-
701
-
702
- `quarkus.hibernate-orm."persistence-unit-name".database.generation`
703
- ifdef::add-copy-button-to-config-props[]
704
- config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".database.generation+++ []
705
- endif::add-copy-button-to-config-props[]
706
-
707
- [.description]
708
- --
709
- 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` .
710
-
711
-
712
- ifdef::add-copy-button-to-env-var[]
713
- Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_DATABASE_GENERATION+++ []
714
- endif::add-copy-button-to-env-var[]
715
- ifndef::add-copy-button-to-env-var[]
716
- Environment variable: `+++QUARKUS_HIBERNATE_ORM_DATABASE_GENERATION+++`
717
- endif::add-copy-button-to-env-var[]
718
- --
719
- |string
720
- |`none`
721
-
722
- a| [[quarkus-hibernate-orm_quarkus-hibernate-orm-database-generation-create-schemas]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-database-generation-create-schemas[`quarkus.hibernate-orm.database.generation.create-schemas`]##
723
- ifdef::add-copy-button-to-config-props[]
724
- config_property_copy_button:+++quarkus.hibernate-orm.database.generation.create-schemas+++ []
725
- endif::add-copy-button-to-config-props[]
726
-
727
-
728
- `quarkus.hibernate-orm."persistence-unit-name".database.generation.create-schemas`
729
- ifdef::add-copy-button-to-config-props[]
730
- config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".database.generation.create-schemas+++ []
731
- endif::add-copy-button-to-config-props[]
732
-
733
- [.description]
734
- --
735
- If Hibernate ORM should create the schemas automatically (for databases supporting them).
736
-
737
-
738
- ifdef::add-copy-button-to-env-var[]
739
- Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_DATABASE_GENERATION_CREATE_SCHEMAS+++ []
740
- endif::add-copy-button-to-env-var[]
741
- ifndef::add-copy-button-to-env-var[]
742
- Environment variable: `+++QUARKUS_HIBERNATE_ORM_DATABASE_GENERATION_CREATE_SCHEMAS+++`
743
- endif::add-copy-button-to-env-var[]
744
- --
745
- |boolean
746
- |`false`
747
-
748
- a| [[quarkus-hibernate-orm_quarkus-hibernate-orm-database-generation-halt-on-error]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-database-generation-halt-on-error[`quarkus.hibernate-orm.database.generation.halt-on-error`]##
749
- ifdef::add-copy-button-to-config-props[]
750
- config_property_copy_button:+++quarkus.hibernate-orm.database.generation.halt-on-error+++ []
751
- endif::add-copy-button-to-config-props[]
752
-
753
-
754
- `quarkus.hibernate-orm."persistence-unit-name".database.generation.halt-on-error`
755
- ifdef::add-copy-button-to-config-props[]
756
- config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".database.generation.halt-on-error+++ []
757
- endif::add-copy-button-to-config-props[]
758
-
759
- [.description]
760
- --
761
- Whether we should stop on the first error when applying the schema.
762
-
763
-
764
- ifdef::add-copy-button-to-env-var[]
765
- Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_DATABASE_GENERATION_HALT_ON_ERROR+++ []
766
- endif::add-copy-button-to-env-var[]
767
- ifndef::add-copy-button-to-env-var[]
768
- Environment variable: `+++QUARKUS_HIBERNATE_ORM_DATABASE_GENERATION_HALT_ON_ERROR+++`
769
- endif::add-copy-button-to-env-var[]
770
- --
771
- |boolean
772
- |`false`
773
-
774
696
a| [[quarkus-hibernate-orm_quarkus-hibernate-orm-database-default-catalog]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-database-default-catalog[`quarkus.hibernate-orm.database.default-catalog`]##
775
697
ifdef::add-copy-button-to-config-props[]
776
698
config_property_copy_button:+++quarkus.hibernate-orm.database.default-catalog+++ []
@@ -1509,6 +1431,98 @@ endif::add-copy-button-to-env-var[]
1509
1431
|
1510
1432
1511
1433
1434
+ h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-schema-management]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-schema-management[Schema management configuration]##
1435
+ h|Type
1436
+ h|Default
1437
+
1438
+ a| [[quarkus-hibernate-orm_quarkus-hibernate-orm-schema-management-strategy]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-schema-management-strategy[`quarkus.hibernate-orm.schema-management.strategy`]##
1439
+ ifdef::add-copy-button-to-config-props[]
1440
+ config_property_copy_button:+++quarkus.hibernate-orm.schema-management.strategy+++ []
1441
+ endif::add-copy-button-to-config-props[]
1442
+
1443
+
1444
+ `quarkus.hibernate-orm."persistence-unit-name".schema-management.strategy`
1445
+ ifdef::add-copy-button-to-config-props[]
1446
+ config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".schema-management.strategy+++ []
1447
+ endif::add-copy-button-to-config-props[]
1448
+
1449
+ [.description]
1450
+ --
1451
+ Select whether the database schema is generated or not.
1452
+
1453
+ `drop-and-create` is awesome in development mode.
1454
+
1455
+ This defaults to 'none' .
1456
+
1457
+ However if Dev Services is in use and no other extensions that manage the schema are present
1458
+ the value will be automatically overridden to 'drop-and-create' .
1459
+
1460
+ Accepted values: `none` , `create` , `drop-and-create` , `drop` , `update` , `validate` .
1461
+
1462
+
1463
+ ifdef::add-copy-button-to-env-var[]
1464
+ Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_SCHEMA_MANAGEMENT_STRATEGY+++ []
1465
+ endif::add-copy-button-to-env-var[]
1466
+ ifndef::add-copy-button-to-env-var[]
1467
+ Environment variable: `+++QUARKUS_HIBERNATE_ORM_SCHEMA_MANAGEMENT_STRATEGY+++`
1468
+ endif::add-copy-button-to-env-var[]
1469
+ --
1470
+ |string
1471
+ |`none`
1472
+
1473
+ a| [[quarkus-hibernate-orm_quarkus-hibernate-orm-schema-management-create-schemas]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-schema-management-create-schemas[`quarkus.hibernate-orm.schema-management.create-schemas`]##
1474
+ ifdef::add-copy-button-to-config-props[]
1475
+ config_property_copy_button:+++quarkus.hibernate-orm.schema-management.create-schemas+++ []
1476
+ endif::add-copy-button-to-config-props[]
1477
+
1478
+
1479
+ `quarkus.hibernate-orm."persistence-unit-name".schema-management.create-schemas`
1480
+ ifdef::add-copy-button-to-config-props[]
1481
+ config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".schema-management.create-schemas+++ []
1482
+ endif::add-copy-button-to-config-props[]
1483
+
1484
+ [.description]
1485
+ --
1486
+ If Hibernate ORM should create the schemas automatically (for databases supporting them).
1487
+
1488
+
1489
+ ifdef::add-copy-button-to-env-var[]
1490
+ Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_SCHEMA_MANAGEMENT_CREATE_SCHEMAS+++ []
1491
+ endif::add-copy-button-to-env-var[]
1492
+ ifndef::add-copy-button-to-env-var[]
1493
+ Environment variable: `+++QUARKUS_HIBERNATE_ORM_SCHEMA_MANAGEMENT_CREATE_SCHEMAS+++`
1494
+ endif::add-copy-button-to-env-var[]
1495
+ --
1496
+ |boolean
1497
+ |`false`
1498
+
1499
+ a| [[quarkus-hibernate-orm_quarkus-hibernate-orm-schema-management-halt-on-error]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-schema-management-halt-on-error[`quarkus.hibernate-orm.schema-management.halt-on-error`]##
1500
+ ifdef::add-copy-button-to-config-props[]
1501
+ config_property_copy_button:+++quarkus.hibernate-orm.schema-management.halt-on-error+++ []
1502
+ endif::add-copy-button-to-config-props[]
1503
+
1504
+
1505
+ `quarkus.hibernate-orm."persistence-unit-name".schema-management.halt-on-error`
1506
+ ifdef::add-copy-button-to-config-props[]
1507
+ config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".schema-management.halt-on-error+++ []
1508
+ endif::add-copy-button-to-config-props[]
1509
+
1510
+ [.description]
1511
+ --
1512
+ Whether we should stop on the first error when applying the schema.
1513
+
1514
+
1515
+ ifdef::add-copy-button-to-env-var[]
1516
+ Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_SCHEMA_MANAGEMENT_HALT_ON_ERROR+++ []
1517
+ endif::add-copy-button-to-env-var[]
1518
+ ifndef::add-copy-button-to-env-var[]
1519
+ Environment variable: `+++QUARKUS_HIBERNATE_ORM_SCHEMA_MANAGEMENT_HALT_ON_ERROR+++`
1520
+ endif::add-copy-button-to-env-var[]
1521
+ --
1522
+ |boolean
1523
+ |`false`
1524
+
1525
+
1512
1526
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-scripts]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-scripts[Database scripts related configuration]##
1513
1527
h|Type
1514
1528
h|Default
0 commit comments