Added integration-test provided by Guido Wimmel <Wimmel.Guido@swm.de>
authorKai Moritz <kai@juplo.de>
Tue, 29 Apr 2014 15:46:05 +0000 (17:46 +0200)
committerKai Moritz <kai@juplo.de>
Tue, 29 Apr 2014 16:34:17 +0000 (18:34 +0200)
commita53a2ad438038084200a8449c557a41159e409dc
treefa1922865dda2459ef36db4c4a57b62945c09bdf
parentf18f820198878cddcea8b98c2a5e0c9843b923d2
Added integration-test provided by Guido Wimmel <Wimmel.Guido@swm.de>
12 files changed:
src/it/schemaexport-example/pom.xml [new file with mode: 0644]
src/it/schemaexport-example/schemaexport-example-domain/pom.xml [new file with mode: 0644]
src/it/schemaexport-example/schemaexport-example-domain/src/main/java/de/test/schemaexport/domain/Department.java [new file with mode: 0644]
src/it/schemaexport-example/schemaexport-example-domain/src/main/java/de/test/schemaexport/domain/Employee.java [new file with mode: 0644]
src/it/schemaexport-example/schemaexport-example-persistence-impl/pom.xml [new file with mode: 0644]
src/it/schemaexport-example/schemaexport-example-persistence-impl/src/main/java/de/test/schemaexport/persistence/dao/IDepartmentDAO.java [new file with mode: 0644]
src/it/schemaexport-example/schemaexport-example-persistence-impl/src/main/java/de/test/schemaexport/persistence/dao/IEmployeeDAO.java [new file with mode: 0644]
src/it/schemaexport-example/schemaexport-example-persistence-impl/src/main/java/de/test/schemaexport/persistence/dao/impl/DepartmentDAO.java [new file with mode: 0644]
src/it/schemaexport-example/schemaexport-example-persistence-impl/src/main/java/de/test/schemaexport/persistence/dao/impl/EmployeeDAO.java [new file with mode: 0644]
src/it/schemaexport-example/schemaexport-example-persistence-impl/src/main/resources/META-INF/persistence.xml [new file with mode: 0644]
src/it/schemaexport-example/schemaexport-example-persistence-impl/src/test/java/de/test/schemaexport/persistence/dao/impl/DAOTest.java [new file with mode: 0644]
src/it/schemaexport-example/schemaexport-example-persistence-impl/src/test/resources/log4j.properties [new file with mode: 0644]