From 50cbcd3e00e0c895f0531333e7555b6956e4e658 Mon Sep 17 00:00:00 2001 From: Hardy Ferentschik Date: Mon, 11 Jan 2010 20:27:12 +0000 Subject: [PATCH] HHH-4691 - xml test files for access configuration via xml git-svn-id: https://svn.jboss.org/repos/hibernate/core/trunk@18507 1b8cb986-b30d-0410-93ca-fae66ebed9b2 --- .../test/annotations/access/xml/Crew.xml | 15 +++++++++++++++ .../test/annotations/access/xml/RentalCar.xml | 12 ++++++++++++ .../test/annotations/access/xml/Tourist.xml | 13 +++++++++++++ .../test/annotations/access/xml/Tourist2.xml | 18 ++++++++++++++++++ .../test/annotations/access/xml/Tourist3.xml | 14 ++++++++++++++ .../test/annotations/access/xml/Tourist4.xml | 13 +++++++++++++ 6 files changed, 85 insertions(+) create mode 100644 annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Crew.xml create mode 100644 annotations/src/test/resources/org/hibernate/test/annotations/access/xml/RentalCar.xml create mode 100644 annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist.xml create mode 100644 annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist2.xml create mode 100644 annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist3.xml create mode 100644 annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist4.xml diff --git a/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Crew.xml b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Crew.xml new file mode 100644 index 0000000000..a31ce19351 --- /dev/null +++ b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Crew.xml @@ -0,0 +1,15 @@ + + + Mapping for Crew entity + org.hibernate.test.annotations.access.xml + + + + + + + + diff --git a/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/RentalCar.xml b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/RentalCar.xml new file mode 100644 index 0000000000..ebb2723eae --- /dev/null +++ b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/RentalCar.xml @@ -0,0 +1,12 @@ + + + org.hibernate.test.annotations.access.xml + + + + + + diff --git a/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist.xml b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist.xml new file mode 100644 index 0000000000..e1ca20894f --- /dev/null +++ b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist.xml @@ -0,0 +1,13 @@ + + + Mapping for Tourist entity + org.hibernate.test.annotations.access.xml + + + + + + + diff --git a/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist2.xml b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist2.xml new file mode 100644 index 0000000000..df372d46e6 --- /dev/null +++ b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist2.xml @@ -0,0 +1,18 @@ + + + Mapping for Tourist entity + + + PROPERTY + + + org.hibernate.test.annotations.access.xml + + + + + + diff --git a/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist3.xml b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist3.xml new file mode 100644 index 0000000000..eba8bfe4e4 --- /dev/null +++ b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist3.xml @@ -0,0 +1,14 @@ + + + Mapping for Tourist entity + org.hibernate.test.annotations.access.xml + PROPERTY + + + + + + diff --git a/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist4.xml b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist4.xml new file mode 100644 index 0000000000..c9bfd44fbf --- /dev/null +++ b/annotations/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist4.xml @@ -0,0 +1,13 @@ + + + Mapping for Tourist entity + org.hibernate.test.annotations.access.xml + + + + + +