question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Add a new config category quarkus.hibernate-orm.fetch

See original GitHub issue

The 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:closed
  • Created 3 years ago
  • Reactions:3
  • Comments:6 (2 by maintainers)

github_iconTop GitHub Comments

2reactions
knutwannhedencommented, Aug 24, 2020

I like @gavinking’s suggestion in #11526 (comment)

I have updated the issue title and description accordingly.

0reactions
mkrzywanskicommented, Sep 6, 2020

Are there any test classes that test that those properties are actually set? Because I cannot find it.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found