Merge remote-tracking branch 'upstream/main' into wip/6.0
This commit is contained in:
commit
07155b7993
|
@ -1088,8 +1088,8 @@ Like a `PersisterClassResolver`, the `PersisterFactory` can be used to customize
|
||||||
`*hibernate.service.allow_crawling*` (e.g. `true` (default value) or `false`)::
|
`*hibernate.service.allow_crawling*` (e.g. `true` (default value) or `false`)::
|
||||||
Crawl all available service bindings for an alternate registration of a given Hibernate `Service`.
|
Crawl all available service bindings for an alternate registration of a given Hibernate `Service`.
|
||||||
|
|
||||||
`*hibernate.metadata_builder_contributor*` (e.g. The instance, the class or the fully qualified class name of a https://docs.jboss.org/hibernate/orm/{majorMinorVersion}/javadocs/org/hibernate/jpa/boot/spi/MetadataBuilderContributor.html[`MetadataBuilderContributor`])::
|
`*hibernate.metadata_builder_contributor*` (e.g. The instance, the class or the fully qualified class name of a https://docs.jboss.org/hibernate/orm/{majorMinorVersion}/javadocs/org/hibernate/boot/spi/MetadataBuilderContributor.html[`MetadataBuilderContributor`])::
|
||||||
Used to define an instance, the class or the fully qualified class name of a https://docs.jboss.org/hibernate/orm/{majorMinorVersion}/javadocs/org/hibernate/jpa/boot/spi/MetadataBuilderContributor.html[`MetadataBuilderContributor`] which can be used to configure the `MetadataBuilder` when bootstrapping via the Jakarta Persistence `EntityManagerFactory`.
|
Used to define an instance, the class or the fully qualified class name of a https://docs.jboss.org/hibernate/orm/{majorMinorVersion}/javadocs/org/hibernate/boot/spi/MetadataBuilderContributor.html[`MetadataBuilderContributor`] which can be used to configure the `MetadataBuilder` when bootstrapping via the Jakarta Persistence `EntityManagerFactory`.
|
||||||
|
|
||||||
[[configurations-misc]]
|
[[configurations-misc]]
|
||||||
=== Miscellaneous properties
|
=== Miscellaneous properties
|
||||||
|
|
|
@ -155,8 +155,8 @@ ext {
|
||||||
hsqldb: "org.hsqldb:hsqldb:2.3.6",
|
hsqldb: "org.hsqldb:hsqldb:2.3.6",
|
||||||
derby: "org.apache.derby:derby:10.14.2.0",
|
derby: "org.apache.derby:derby:10.14.2.0",
|
||||||
postgresql: 'org.postgresql:postgresql:42.2.16',
|
postgresql: 'org.postgresql:postgresql:42.2.16',
|
||||||
mysql: 'mysql:mysql-connector-java:8.0.17',
|
mysql: 'mysql:mysql-connector-java:8.0.27',
|
||||||
tidb: 'mysql:mysql-connector-java:8.0.17',
|
tidb: 'mysql:mysql-connector-java:8.0.27',
|
||||||
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',
|
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',
|
||||||
cockroachdb: 'org.postgresql:postgresql:42.2.8',
|
cockroachdb: 'org.postgresql:postgresql:42.2.8',
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue