Skip to content

Commit 3bbb367

Browse files
committed
Sync documentation of main branch
1 parent e0d532f commit 3bbb367

File tree

4 files changed

+97
-0
lines changed

4 files changed

+97
-0
lines changed

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26847,6 +26847,37 @@ endif::add-copy-button-to-env-var[]
2684726847
|boolean
2684826848
|`true`
2684926849

26850+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-query-fail-on-pagination-over-collection-fetch]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-query-fail-on-pagination-over-collection-fetch[`quarkus.hibernate-orm.query.fail-on-pagination-over-collection-fetch`]##
26851+
ifdef::add-copy-button-to-config-props[]
26852+
config_property_copy_button:+++quarkus.hibernate-orm.query.fail-on-pagination-over-collection-fetch+++[]
26853+
endif::add-copy-button-to-config-props[]
26854+
26855+
26856+
`quarkus.hibernate-orm."persistence-unit-name".query.fail-on-pagination-over-collection-fetch`
26857+
ifdef::add-copy-button-to-config-props[]
26858+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".query.fail-on-pagination-over-collection-fetch+++[]
26859+
endif::add-copy-button-to-config-props[]
26860+
26861+
[.description]
26862+
--
26863+
When limits cannot be applied on the database side,
26864+
trigger an exception instead of attempting badly-performing in-memory result set limits.
26865+
26866+
When pagination is used in combination with a fetch join applied to a collection or many-valued association,
26867+
the limit must be applied in-memory instead of on the database.
26868+
This should be avoided as it typically has terrible performance characteristics.
26869+
26870+
26871+
ifdef::add-copy-button-to-env-var[]
26872+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_QUERY_FAIL_ON_PAGINATION_OVER_COLLECTION_FETCH+++[]
26873+
endif::add-copy-button-to-env-var[]
26874+
ifndef::add-copy-button-to-env-var[]
26875+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_QUERY_FAIL_ON_PAGINATION_OVER_COLLECTION_FETCH+++`
26876+
endif::add-copy-button-to-env-var[]
26877+
--
26878+
|boolean
26879+
|`false`
26880+
2685026881

2685126882
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-jdbc]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-jdbc[JDBC related configuration]##
2685226883
h|Type

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,37 @@ endif::add-copy-button-to-env-var[]
10381038
|boolean
10391039
|`true`
10401040

1041+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-query-fail-on-pagination-over-collection-fetch]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-query-fail-on-pagination-over-collection-fetch[`quarkus.hibernate-orm.query.fail-on-pagination-over-collection-fetch`]##
1042+
ifdef::add-copy-button-to-config-props[]
1043+
config_property_copy_button:+++quarkus.hibernate-orm.query.fail-on-pagination-over-collection-fetch+++[]
1044+
endif::add-copy-button-to-config-props[]
1045+
1046+
1047+
`quarkus.hibernate-orm."persistence-unit-name".query.fail-on-pagination-over-collection-fetch`
1048+
ifdef::add-copy-button-to-config-props[]
1049+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".query.fail-on-pagination-over-collection-fetch+++[]
1050+
endif::add-copy-button-to-config-props[]
1051+
1052+
[.description]
1053+
--
1054+
When limits cannot be applied on the database side,
1055+
trigger an exception instead of attempting badly-performing in-memory result set limits.
1056+
1057+
When pagination is used in combination with a fetch join applied to a collection or many-valued association,
1058+
the limit must be applied in-memory instead of on the database.
1059+
This should be avoided as it typically has terrible performance characteristics.
1060+
1061+
1062+
ifdef::add-copy-button-to-env-var[]
1063+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_QUERY_FAIL_ON_PAGINATION_OVER_COLLECTION_FETCH+++[]
1064+
endif::add-copy-button-to-env-var[]
1065+
ifndef::add-copy-button-to-env-var[]
1066+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_QUERY_FAIL_ON_PAGINATION_OVER_COLLECTION_FETCH+++`
1067+
endif::add-copy-button-to-env-var[]
1068+
--
1069+
|boolean
1070+
|`false`
1071+
10411072

10421073
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-jdbc]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-jdbc[JDBC related configuration]##
10431074
h|Type

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,6 +1038,37 @@ endif::add-copy-button-to-env-var[]
10381038
|boolean
10391039
|`true`
10401040

1041+
a|icon:lock[title=Fixed at build time] [[quarkus-hibernate-orm_quarkus-hibernate-orm-query-fail-on-pagination-over-collection-fetch]] [.property-path]##link:#quarkus-hibernate-orm_quarkus-hibernate-orm-query-fail-on-pagination-over-collection-fetch[`quarkus.hibernate-orm.query.fail-on-pagination-over-collection-fetch`]##
1042+
ifdef::add-copy-button-to-config-props[]
1043+
config_property_copy_button:+++quarkus.hibernate-orm.query.fail-on-pagination-over-collection-fetch+++[]
1044+
endif::add-copy-button-to-config-props[]
1045+
1046+
1047+
`quarkus.hibernate-orm."persistence-unit-name".query.fail-on-pagination-over-collection-fetch`
1048+
ifdef::add-copy-button-to-config-props[]
1049+
config_property_copy_button:+++quarkus.hibernate-orm."persistence-unit-name".query.fail-on-pagination-over-collection-fetch+++[]
1050+
endif::add-copy-button-to-config-props[]
1051+
1052+
[.description]
1053+
--
1054+
When limits cannot be applied on the database side,
1055+
trigger an exception instead of attempting badly-performing in-memory result set limits.
1056+
1057+
When pagination is used in combination with a fetch join applied to a collection or many-valued association,
1058+
the limit must be applied in-memory instead of on the database.
1059+
This should be avoided as it typically has terrible performance characteristics.
1060+
1061+
1062+
ifdef::add-copy-button-to-env-var[]
1063+
Environment variable: env_var_with_copy_button:+++QUARKUS_HIBERNATE_ORM_QUERY_FAIL_ON_PAGINATION_OVER_COLLECTION_FETCH+++[]
1064+
endif::add-copy-button-to-env-var[]
1065+
ifndef::add-copy-button-to-env-var[]
1066+
Environment variable: `+++QUARKUS_HIBERNATE_ORM_QUERY_FAIL_ON_PAGINATION_OVER_COLLECTION_FETCH+++`
1067+
endif::add-copy-button-to-env-var[]
1068+
--
1069+
|boolean
1070+
|`false`
1071+
10411072

10421073
h|[[quarkus-hibernate-orm_section_quarkus-hibernate-orm-jdbc]] [.section-name.section-level0]##link:#quarkus-hibernate-orm_section_quarkus-hibernate-orm-jdbc[JDBC related configuration]##
10431074
h|Type

_generated-doc/main/infra/quarkus-all-build-items.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8365,6 +8365,10 @@ The final OpenAPI Document as generated by the Extension.
83658365
83668366
_No Javadoc found_
83678367

8368+
`io.smallrye.openapi.api.SmallRyeOpenAPI smallRyeOpenAPI`
8369+
8370+
_No Javadoc found_
8371+
83688372

83698373
|===
83708374
== Spring - DI

0 commit comments

Comments
 (0)