Fixed bug with directories, that should be scanned for annotations
[hibernate4-maven-plugin] / src / it / hmp-testclasses-annotationscanning / src / test / resources / datasets / userchangeinfo / userchangeinfo.json
diff --git a/src/it/hmp-testclasses-annotationscanning/src/test/resources/datasets/userchangeinfo/userchangeinfo.json b/src/it/hmp-testclasses-annotationscanning/src/test/resources/datasets/userchangeinfo/userchangeinfo.json
new file mode 100644 (file)
index 0000000..cb18b22
--- /dev/null
@@ -0,0 +1,15 @@
+{\r
+       "HMP_UCI_TEST_ENTITY":\r
+       [\r
+               {\r
+                       "ID":1001,\r
+                       "NAME":"Test UserChangeInfo-Entity ohne UserChangeInfo",\r
+                       "ERSTELLT_AM":"2014-01-01 12:12:12",\r
+                       "ERSTELLT_VON":"aq-p"\r
+               },\r
+               {\r
+                       "ID":1002,\r
+                       "NAME":"Testentity - alle UserChangeInfoFelder sind null"\r
+               }\r
+       ]\r
+}
\ No newline at end of file