Hi team,
Some 3rd party Java components has its own entities and full backend logics.
Is there an easy way to integrate 3rd party JPA @Entity
with Jmix? For example this one: https://gitee.com/warm_4/warm-flow-jpa/blob/master/warm-flow-jpa-jakarta-core/src/main/java/org/dromara/warm/flow/orm/entity/FlowUser.java
The packages can be included into Jmix with:
implementation 'org.dromara.warm:warm-flow-jpa-sb3-starter:1.6.6'
implementation 'org.dromara.warm:warm-flow-plugin-ui-sb-web:1.6.6'