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 appfuse-web-common Show documentation
Show all versions of appfuse-web-common Show documentation
Common web files (images, stylesheets, scripts) and Java classes (listeners and filters) used
by all web frameworks. This module is not meant to be included in a project utilizing AppFuse.
It's designed to be used internally by AppFuse only.
<?xml version="1.0" encoding="UTF-8"?> <persistence xmlns="http://java.sun.com/xml/ns/persistence" version="1.0"> <persistence-unit name="ApplicationEntityManager" transaction-type="RESOURCE_LOCAL"> <provider>org.hibernate.ejb.HibernatePersistence</provider> <class>org.appfuse.model.User</class> <class>org.appfuse.model.Role</class> </persistence-unit> <!-- WARNING: This file's file original source is at web/common/src/main/resources/META-INF. The META-INF directory is included in the jsf, spring, struts and tapestry projects using svn:externals. If you need to modify this file, please do so in web/common/src/main/resources/META-INF, check it in, and then "svn up" for the other modules. --> </persistence>
© 2015 - 2024 Weber Informatics LLC | Privacy Policy