'Hibernate Bytecode Enhancement with Quarkus

We want to migrate an enterprise application to Quarkus, and we are in analysis step. Currently, in the persistence layer, we are using the Bytecode Enhancement and annotations such @LazyToOne and @LazyGroup (like is defined in this link https://docs.jboss.org/hibernate/orm/5.4/userguide/html_single/Hibernate_User_Guide.html#BytecodeEnhancement).

We want to know whether the same behavior for lazy loading will continue working in Quarkus or not ? Is it supported by the hibernate extension or not.



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source