一个第三方的框架,内部已经定义好实体模型,也写好了增删改查逻辑,但是没有@JmixEntity这样的注解,有没有什么方式使其能够被复用呢,直接集成会使用会报错
No [EntityType] was found for the key class [org.dromara.warm.flow.orm.entity.FlowDefinition] in the Metamodel - please verify that the [Entity] class was referenced in persistence.xml using a specific <class>org.dromara.warm.flow.orm.entity.FlowDefinition</class> property or a global <exclude-unlisted-classes>false</exclude-unlisted-classes> element.
api 'org.dromara.warm:warm-flow-jpa-sb3-starter:1.6.6'
api 'org.dromara.warm:warm-flow-plugin-ui-sb-web:1.6.6'