You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.]
26907
26907
|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.]
26908
26908
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`]##
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]##
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.]
928
928
|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.]
929
929
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`]##
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]##
0 commit comments