Add a new config category quarkus.hibernate-orm.fetch
See original GitHub issueThe options quarkus.hibernate-orm.batch-fetch-size
and quarkus-hibernate-orm.max-fetch-depth
both configure Hibernate’s fetching logic and it would thus make sense to move them to a new config category quarkus.hibernate-orm.fetch
. Of course for some time the original properties should be available as deprecated properties.
See also discussion in #11526.
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:6 (2 by maintainers)
Top Results From Across the Web
Using Hibernate ORM and JPA - Quarkus
In Quarkus, you only need to: add your configuration settings in application.properties. annotate your entities with @Entity and any other mapping ...
Read more >All configuration options - Quarkus
AWS Lambda Type Default
AWS Lambda Common Type Default
AWS Lambda Gateway REST API Type Default
Agroal ‑ Database connection pool Type Default
Read more >Simplified Hibernate ORM with Panache - Quarkus
The solution is located in the hibernate-orm-panache-quickstart directory. If your project is already configured to use other annotation processors, you will ...
Read more >Untitled
AWS Lambda 类型 默认
AWS Lambda Common 类型 默认
AWS Lambda Gateway REST API 类型 默认
Agroal ‑ Database connection pool 类型 默认
Read more >Tips to use Hibernate ORM with Quarkus profiles and live ...
The first choice is to use quarkus.hibernate-orm.database.generation=drop-and-create in conjunction with import.sql .
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
I have updated the issue title and description accordingly.
Are there any test classes that test that those properties are actually set? Because I cannot find it.