META-INF.persistence.xml Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of warm-flow-jpa-solon-plugin Show documentation
Show all versions of warm-flow-jpa-solon-plugin Show documentation
warm-flow orm基于hibernate-solon-plugin 适配 plugin
<?xml version="1.0" encoding="UTF-8"?> <persistence version="2.2" xmlns="http://xmlns.jcp.org/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence http://xmlns.jcp.org/xml/ns/persistence/persistence_2_2.xsd"> <persistence-unit name="warm-flow-jpa" transaction-type="RESOURCE_LOCAL"> <class>com.warm.flow.orm.entity.FlowDefinition</class> <class>com.warm.flow.orm.entity.FlowHisTask</class> <class>com.warm.flow.orm.entity.FlowInstance</class> <class>com.warm.flow.orm.entity.FlowNode</class> <class>com.warm.flow.orm.entity.FlowSkip</class> <class>com.warm.flow.orm.entity.FlowTask</class> <class>com.warm.flow.orm.entity.FlowUser</class> </persistence-unit> </persistence>