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 simple-workflow Show documentation
Show all versions of simple-workflow Show documentation
Example of a simple workflow in a bundle. This workflow doesn't actually do anything.
The newest version!
<?xml version="1.0" encoding="UTF-8" standalone="yes"?> <persistence version="1.0" xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistence/orm_1_0.xsd" xmlns="http://java.sun.com/xml/ns/persistence" xmlns:orm="http://java.sun.com/xml/ns/persistence/orm" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <persistence-unit name="nz.co.senanque.workflow.orderinstances"> <class>nz.co.senanque.workflow.orderinstances.Order</class> <class>nz.co.senanque.workflow.orderinstances.OrderItem</class> </persistence-unit> </persistence>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy