WIP:site
[hibernate4-maven-plugin] / src / it / multimodule / shared / src / main / resources / META-INF / orm.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2 <entity-mappings xmlns="http://xmlns.jcp.org/xml/ns/persistence/orm"
3                  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4                  xsi:schemaLocation="http://xmlns.jcp.org/xml/ns/persistence/orm http://xmlns.jcp.org/xml/ns/persistence/orm_2_1.xsd"
5                  version="2.1">
6         <entity class="ch.dvbern.demo.entities.Adresse"/>
7         <entity class="ch.dvbern.demo.entities.Person"/>
8
9 </entity-mappings>