Jmix is a high-level framework on top of Spring Boot and it uses EclipseLink for the ORM needs, not Hibernate.
EclipseLink is an implementation of JPA same as Hibernate and most likely can do everything you need. https://www.baeldung.com/jpa-hibernate-difference
Using Hibernate somehow with Jmix mostly defeats the purpose of Jmix. Do you have a specific need for Hibernate?
Last couple of days I have been trying to include it into my project. But I did not succeed. For now, I am writing these manually. Have you got any example project for me to have a reference? If you shared a link, I would be really appreciated.
Hi, sorry I don’t have any examples for you, I don’t use or plan to use Hibernate with Jmix.
EclipseLink originates from Oracle’s TopLink when they gave it to the Eclipse Foundation to open source it, and is considered to have more features than Hibernate which was open source from the start.
In your place, I would try to find equivalent functionalities in EclipseLink.