#55 Repository example skeleton

This commit is contained in:
Ilkka Seppala
2015-07-21 21:11:22 +03:00
parent cd07c5cf60
commit b22d2ddf89
6 changed files with 198 additions and 4 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="UTF-8"?>
<persistence version="1.0"
xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd">
<persistence-unit name="jpaData" />
</persistence>