Mercurial > lada > lada-server
diff src/main/resources/META-INF/persistence.xml @ 25:34d7ecfba8d1
Added Relation to Kommentare by using the atomatic generation from database
scheme. Doesn't work as expected and so I needed to add some extra code
(eg. insertable/updateable=false)
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Fri, 26 Apr 2013 19:52:21 +0200 |
parents | c19770952a6e |
children | 47728bab8cb1 |
line wrap: on
line diff
--- a/src/main/resources/META-INF/persistence.xml Fri Apr 26 18:06:21 2013 +0200 +++ b/src/main/resources/META-INF/persistence.xml Fri Apr 26 19:52:21 2013 +0200 @@ -6,9 +6,12 @@ http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd"> <persistence-unit name="primary"> <jta-data-source>java:/jboss/postgresql</jta-data-source> + <class>de.intevation.model.LKommentarP</class> + <class>de.intevation.model.LKommentarPPK</class> + <class>de.intevation.model.LProbe</class> + <class>de.intevation.model.PProbe</class> <!-- If you are running in a production environment, add a managed data source, the example data source is just for development and testing! --> - <class>de.intevation.model.LProbe</class> <properties> <!-- Properties for Hibernate --> <property name="hibernate.show_sql" value="true" />