diff options
author | Martin Bonato <mbonato@datentechnik-innovation.com> | 2015-04-09 13:24:55 +0200 |
---|---|---|
committer | Thomas Lenz <tlenz@iaik.tugraz.at> | 2015-06-19 11:09:55 +0200 |
commit | 0fb4c31f049d71e917dfbfdab96553a807195d0c (patch) | |
tree | edeb1c502de674320928feb71bcd83c3056d135e /id/server/moa-id-commons/src/main/resources/persistence_template.xml | |
parent | 6d1f99a50744de690afccc12568539c23d839f93 (diff) | |
download | moa-id-spss-0fb4c31f049d71e917dfbfdab96553a807195d0c.tar.gz moa-id-spss-0fb4c31f049d71e917dfbfdab96553a807195d0c.tar.bz2 moa-id-spss-0fb4c31f049d71e917dfbfdab96553a807195d0c.zip |
Rename java packages
Diffstat (limited to 'id/server/moa-id-commons/src/main/resources/persistence_template.xml')
-rw-r--r-- | id/server/moa-id-commons/src/main/resources/persistence_template.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/id/server/moa-id-commons/src/main/resources/persistence_template.xml b/id/server/moa-id-commons/src/main/resources/persistence_template.xml index f5bbe8555..06706e27a 100644 --- a/id/server/moa-id-commons/src/main/resources/persistence_template.xml +++ b/id/server/moa-id-commons/src/main/resources/persistence_template.xml @@ -5,7 +5,7 @@ http://java.sun.com/xml/ns/persistence/orm http://java.sun.com/xml/ns/persistenc <persistence-unit name="moaidconf" transaction-type="RESOURCE_LOCAL"> <provider>org.hibernate.ejb.HibernatePersistence</provider> - <class>com.datentechnik.moa.id.conf.persistence.dal.ConfigProperty</class> + <class>at.gv.egovernment.moa.id.commons.db.dao.config.ConfigProperty</class> <properties> </properties> </persistence-unit> |