Skip to content

Commit 0743f4b

Browse files
committed
Sync documentation of main branch
1 parent ca3a7c2 commit 0743f4b

File tree

4 files changed

+376
-1
lines changed

4 files changed

+376
-1
lines changed

_generated-doc/main/config/quarkus-all-config.adoc

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26906,6 +26906,131 @@ endif::add-copy-button-to-env-var[]
2690626906
a|tooltip:pooled-lo[Assumes the value retrieved from the table/sequence is the lower end of the pool. Upon retrieving value `N`, the new pool of identifiers will go from `N` to `N + <allocation size> - 1`, inclusive.], tooltip:pooled[Assumes the value retrieved from the table/sequence is the higher end of the pool. Upon retrieving value `N`, the new pool of identifiers will go from `N - <allocation size>` to `N + <allocation size> - 1`, inclusive. The first value, `1`, is handled differently to avoid negative identifiers. Use this to get the legacy behavior of Quarkus 2 / Hibernate ORM 5 or older.], tooltip:none[No optimizer, resulting in a database call each and every time an identifier value is needed from the generator. Not recommended in production environments\: may result in degraded performance and/or frequent gaps in identifier values.]
2690726907
|tooltip:pooled-lo[Assumes the value retrieved from the table/sequence is the lower end of the pool. Upon retrieving value `N`, the new pool of identifiers will go from `N` to `N + <allocation size> - 1`, inclusive.]
2690826908

26909+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-duration-preferred-jdbc-type]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-duration-preferred-jdbc-type[`quarkus.hibernate-orm.mapping.duration.preferred-jdbc-type`]##
26910+
ifdef::add-copy-button-to-config-props[]
26911+
config_property_copy_button:+++quarkus.hibernate-orm.mapping.duration.preferred-jdbc-type+++[]
26912+
endif::add-copy-button-to-config-props[]
26913+
26914+
26915+
`quarkus.hibernate-orm."persistence-unit-name".mapping.duration.preferred-jdbc-type`
26916+
ifdef::add-copy-button-to-config-props[]
26917+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".mapping.duration.preferred-jdbc-type+++[]
26918+
endif::add-copy-button-to-config-props[]
26919+
26920+
[.description]
26921+
--
26922+
The preferred JDBC type to use for storing {@link java.time.Duration} values.
26923+
<p>
26924+
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
26925+
<p>
26926+
Can also specify the name of the SqlTypes constant field,
26927+
for example, `quarkus.hibernate-orm.mapping.type.preferred_jdbc_type=INTERVAL_SECOND`.
26928+
26929+
26930+
ifdef::add-copy-button-to-env-var[]
26931+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_MAPPING_DURATION_PREFERRED_JDBC_TYPE+++[]
26932+
endif::add-copy-button-to-env-var[]
26933+
ifndef::add-copy-button-to-env-var[]
26934+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_MAPPING_DURATION_PREFERRED_JDBC_TYPE+++`
26935+
endif::add-copy-button-to-env-var[]
26936+
--
26937+
|string
26938+
|`+++INTERVAL_SECOND+++`
26939+
26940+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-instant-preferred-jdbc-type]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-instant-preferred-jdbc-type[`quarkus.hibernate-orm.mapping.instant.preferred-jdbc-type`]##
26941+
ifdef::add-copy-button-to-config-props[]
26942+
config_property_copy_button:+++quarkus.hibernate-orm.mapping.instant.preferred-jdbc-type+++[]
26943+
endif::add-copy-button-to-config-props[]
26944+
26945+
26946+
`quarkus.hibernate-orm."persistence-unit-name".mapping.instant.preferred-jdbc-type`
26947+
ifdef::add-copy-button-to-config-props[]
26948+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".mapping.instant.preferred-jdbc-type+++[]
26949+
endif::add-copy-button-to-config-props[]
26950+
26951+
[.description]
26952+
--
26953+
The preferred JDBC type to use for storing {@link java.time.Instant} values.
26954+
<p>
26955+
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
26956+
<p>
26957+
Can also specify the name of the SqlTypes constant field,
26958+
for example, `quarkus.hibernate-orm.mapping.type.preferred_instant_jdbc_type=TIMESTAMP`
26959+
or `quarkus.hibernate-orm.mapping.type.preferred_instant_jdbc_type=INSTANT`.
26960+
26961+
26962+
ifdef::add-copy-button-to-env-var[]
26963+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_MAPPING_INSTANT_PREFERRED_JDBC_TYPE+++[]
26964+
endif::add-copy-button-to-env-var[]
26965+
ifndef::add-copy-button-to-env-var[]
26966+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_MAPPING_INSTANT_PREFERRED_JDBC_TYPE+++`
26967+
endif::add-copy-button-to-env-var[]
26968+
--
26969+
|string
26970+
|`+++TIMESTAMP+++`
26971+
26972+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-boolean-preferred-jdbc-type]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-boolean-preferred-jdbc-type[`quarkus.hibernate-orm.mapping.boolean.preferred-jdbc-type`]##
26973+
ifdef::add-copy-button-to-config-props[]
26974+
config_property_copy_button:+++quarkus.hibernate-orm.mapping.boolean.preferred-jdbc-type+++[]
26975+
endif::add-copy-button-to-config-props[]
26976+
26977+
26978+
`quarkus.hibernate-orm."persistence-unit-name".mapping.boolean.preferred-jdbc-type`
26979+
ifdef::add-copy-button-to-config-props[]
26980+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".mapping.boolean.preferred-jdbc-type+++[]
26981+
endif::add-copy-button-to-config-props[]
26982+
26983+
[.description]
26984+
--
26985+
The preferred JDBC type to use for storing boolean values.
26986+
<p>
26987+
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
26988+
<p>
26989+
Can also specify the name of the SqlTypes constant field,
26990+
for example, `quarkus.hibernate-orm.mapping.type.boolean_jdbc_type=BIT`.
26991+
26992+
26993+
ifdef::add-copy-button-to-env-var[]
26994+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_MAPPING_BOOLEAN_PREFERRED_JDBC_TYPE+++[]
26995+
endif::add-copy-button-to-env-var[]
26996+
ifndef::add-copy-button-to-env-var[]
26997+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_MAPPING_BOOLEAN_PREFERRED_JDBC_TYPE+++`
26998+
endif::add-copy-button-to-env-var[]
26999+
--
27000+
|string
27001+
|`+++BOOLEAN+++`
27002+
27003+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-uuid-preferred-jdbc-type]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-uuid-preferred-jdbc-type[`quarkus.hibernate-orm.mapping.uuid.preferred-jdbc-type`]##
27004+
ifdef::add-copy-button-to-config-props[]
27005+
config_property_copy_button:+++quarkus.hibernate-orm.mapping.uuid.preferred-jdbc-type+++[]
27006+
endif::add-copy-button-to-config-props[]
27007+
27008+
27009+
`quarkus.hibernate-orm."persistence-unit-name".mapping.uuid.preferred-jdbc-type`
27010+
ifdef::add-copy-button-to-config-props[]
27011+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".mapping.uuid.preferred-jdbc-type+++[]
27012+
endif::add-copy-button-to-config-props[]
27013+
27014+
[.description]
27015+
--
27016+
The preferred JDBC type to use for storing {@link java.util.UUID} values.
27017+
<p>
27018+
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
27019+
<p>
27020+
Can also specify the name of the SqlTypes constant field,
27021+
for example, `quarkus.hibernate-orm.mapping.type.uuid_jdbc_type=CHAR`.
27022+
27023+
27024+
ifdef::add-copy-button-to-env-var[]
27025+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_MAPPING_UUID_PREFERRED_JDBC_TYPE+++[]
27026+
endif::add-copy-button-to-env-var[]
27027+
ifndef::add-copy-button-to-env-var[]
27028+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_MAPPING_UUID_PREFERRED_JDBC_TYPE+++`
27029+
endif::add-copy-button-to-env-var[]
27030+
--
27031+
|string
27032+
|`+++UUID+++`
27033+
2690927034

2691027035
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect[Dialect related configuration]##
2691127036
h|Type

_generated-doc/main/config/quarkus-hibernate-orm.adoc

Lines changed: 125 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -927,6 +927,131 @@ endif::add-copy-button-to-env-var[]
927927
a|tooltip:pooled-lo[Assumes the value retrieved from the table/sequence is the lower end of the pool. Upon retrieving value `N`, the new pool of identifiers will go from `N` to `N + <allocation size> - 1`, inclusive.], tooltip:pooled[Assumes the value retrieved from the table/sequence is the higher end of the pool. Upon retrieving value `N`, the new pool of identifiers will go from `N - <allocation size>` to `N + <allocation size> - 1`, inclusive. The first value, `1`, is handled differently to avoid negative identifiers. Use this to get the legacy behavior of Quarkus 2 / Hibernate ORM 5 or older.], tooltip:none[No optimizer, resulting in a database call each and every time an identifier value is needed from the generator. Not recommended in production environments\: may result in degraded performance and/or frequent gaps in identifier values.]
928928
|tooltip:pooled-lo[Assumes the value retrieved from the table/sequence is the lower end of the pool. Upon retrieving value `N`, the new pool of identifiers will go from `N` to `N + <allocation size> - 1`, inclusive.]
929929

930+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-duration-preferred-jdbc-type]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-duration-preferred-jdbc-type[`quarkus.hibernate-orm.mapping.duration.preferred-jdbc-type`]##
931+
ifdef::add-copy-button-to-config-props[]
932+
config_property_copy_button:+++quarkus.hibernate-orm.mapping.duration.preferred-jdbc-type+++[]
933+
endif::add-copy-button-to-config-props[]
934+
935+
936+
`quarkus.hibernate-orm."persistence-unit-name".mapping.duration.preferred-jdbc-type`
937+
ifdef::add-copy-button-to-config-props[]
938+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".mapping.duration.preferred-jdbc-type+++[]
939+
endif::add-copy-button-to-config-props[]
940+
941+
[.description]
942+
--
943+
The preferred JDBC type to use for storing {@link java.time.Duration} values.
944+
<p>
945+
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
946+
<p>
947+
Can also specify the name of the SqlTypes constant field,
948+
for example, `quarkus.hibernate-orm.mapping.type.preferred_jdbc_type=INTERVAL_SECOND`.
949+
950+
951+
ifdef::add-copy-button-to-env-var[]
952+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_MAPPING_DURATION_PREFERRED_JDBC_TYPE+++[]
953+
endif::add-copy-button-to-env-var[]
954+
ifndef::add-copy-button-to-env-var[]
955+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_MAPPING_DURATION_PREFERRED_JDBC_TYPE+++`
956+
endif::add-copy-button-to-env-var[]
957+
--
958+
|string
959+
|`+++INTERVAL_SECOND+++`
960+
961+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-instant-preferred-jdbc-type]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-instant-preferred-jdbc-type[`quarkus.hibernate-orm.mapping.instant.preferred-jdbc-type`]##
962+
ifdef::add-copy-button-to-config-props[]
963+
config_property_copy_button:+++quarkus.hibernate-orm.mapping.instant.preferred-jdbc-type+++[]
964+
endif::add-copy-button-to-config-props[]
965+
966+
967+
`quarkus.hibernate-orm."persistence-unit-name".mapping.instant.preferred-jdbc-type`
968+
ifdef::add-copy-button-to-config-props[]
969+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".mapping.instant.preferred-jdbc-type+++[]
970+
endif::add-copy-button-to-config-props[]
971+
972+
[.description]
973+
--
974+
The preferred JDBC type to use for storing {@link java.time.Instant} values.
975+
<p>
976+
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
977+
<p>
978+
Can also specify the name of the SqlTypes constant field,
979+
for example, `quarkus.hibernate-orm.mapping.type.preferred_instant_jdbc_type=TIMESTAMP`
980+
or `quarkus.hibernate-orm.mapping.type.preferred_instant_jdbc_type=INSTANT`.
981+
982+
983+
ifdef::add-copy-button-to-env-var[]
984+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_MAPPING_INSTANT_PREFERRED_JDBC_TYPE+++[]
985+
endif::add-copy-button-to-env-var[]
986+
ifndef::add-copy-button-to-env-var[]
987+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_MAPPING_INSTANT_PREFERRED_JDBC_TYPE+++`
988+
endif::add-copy-button-to-env-var[]
989+
--
990+
|string
991+
|`+++TIMESTAMP+++`
992+
993+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-boolean-preferred-jdbc-type]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-boolean-preferred-jdbc-type[`quarkus.hibernate-orm.mapping.boolean.preferred-jdbc-type`]##
994+
ifdef::add-copy-button-to-config-props[]
995+
config_property_copy_button:+++quarkus.hibernate-orm.mapping.boolean.preferred-jdbc-type+++[]
996+
endif::add-copy-button-to-config-props[]
997+
998+
999+
`quarkus.hibernate-orm."persistence-unit-name".mapping.boolean.preferred-jdbc-type`
1000+
ifdef::add-copy-button-to-config-props[]
1001+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".mapping.boolean.preferred-jdbc-type+++[]
1002+
endif::add-copy-button-to-config-props[]
1003+
1004+
[.description]
1005+
--
1006+
The preferred JDBC type to use for storing boolean values.
1007+
<p>
1008+
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
1009+
<p>
1010+
Can also specify the name of the SqlTypes constant field,
1011+
for example, `quarkus.hibernate-orm.mapping.type.boolean_jdbc_type=BIT`.
1012+
1013+
1014+
ifdef::add-copy-button-to-env-var[]
1015+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_MAPPING_BOOLEAN_PREFERRED_JDBC_TYPE+++[]
1016+
endif::add-copy-button-to-env-var[]
1017+
ifndef::add-copy-button-to-env-var[]
1018+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_MAPPING_BOOLEAN_PREFERRED_JDBC_TYPE+++`
1019+
endif::add-copy-button-to-env-var[]
1020+
--
1021+
|string
1022+
|`+++BOOLEAN+++`
1023+
1024+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-uuid-preferred-jdbc-type]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-mapping-uuid-preferred-jdbc-type[`quarkus.hibernate-orm.mapping.uuid.preferred-jdbc-type`]##
1025+
ifdef::add-copy-button-to-config-props[]
1026+
config_property_copy_button:+++quarkus.hibernate-orm.mapping.uuid.preferred-jdbc-type+++[]
1027+
endif::add-copy-button-to-config-props[]
1028+
1029+
1030+
`quarkus.hibernate-orm."persistence-unit-name".mapping.uuid.preferred-jdbc-type`
1031+
ifdef::add-copy-button-to-config-props[]
1032+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".mapping.uuid.preferred-jdbc-type+++[]
1033+
endif::add-copy-button-to-config-props[]
1034+
1035+
[.description]
1036+
--
1037+
The preferred JDBC type to use for storing {@link java.util.UUID} values.
1038+
<p>
1039+
Can be overridden locally using `@JdbcType`, `@JdbcTypeCode`, and similar annotations.
1040+
<p>
1041+
Can also specify the name of the SqlTypes constant field,
1042+
for example, `quarkus.hibernate-orm.mapping.type.uuid_jdbc_type=CHAR`.
1043+
1044+
1045+
ifdef::add-copy-button-to-env-var[]
1046+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_MAPPING_UUID_PREFERRED_JDBC_TYPE+++[]
1047+
endif::add-copy-button-to-env-var[]
1048+
ifndef::add-copy-button-to-env-var[]
1049+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_MAPPING_UUID_PREFERRED_JDBC_TYPE+++`
1050+
endif::add-copy-button-to-env-var[]
1051+
--
1052+
|string
1053+
|`+++UUID+++`
1054+
9301055

9311056
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-dialect[Dialect related configuration]##
9321057
h|Type

0 commit comments

Comments
 (0)