From 2ac257b53e70920578648e706b268a04f0584706 Mon Sep 17 00:00:00 2001 From: Martin Taal Date: Mon, 19 Nov 2012 17:45:26 +0100 Subject: Solved inheritance issue in auditing models --- .../FleetAction_hsqldb_e_o_hibernate.hbm.xml | 116 +++++++++++++++++++++ .../FleetAction_hsqldb_h_o_hibernate.hbm.xml | 116 +++++++++++++++++++++ .../JuliaAction_hsqldb_e_o_hibernate.hbm.xml | 30 ++++++ .../JuliaAction_hsqldb_h_o_hibernate.hbm.xml | 30 ++++++ ...alMapAsClassAction_hsqldb_e_o_hibernate.hbm.xml | 19 ++++ ...alMapAsClassAction_hsqldb_h_o_hibernate.hbm.xml | 19 ++++ ...rceReferenceAction_hsqldb_e_o_hibernate.hbm.xml | 19 ++++ ...rceReferenceAction_hsqldb_h_o_hibernate.hbm.xml | 19 ++++ ...SimpleRentalAction_hsqldb_e_o_hibernate.hbm.xml | 19 ++++ ...SimpleRentalAction_hsqldb_h_o_hibernate.hbm.xml | 19 ++++ .../WorkFlowAction_hsqldb_e_o_hibernate.hbm.xml | 88 ++++++++++++++++ .../WorkFlowAction_hsqldb_h_o_hibernate.hbm.xml | 88 ++++++++++++++++ 12 files changed, 582 insertions(+) (limited to 'tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample') diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/FleetAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/FleetAction_hsqldb_e_o_hibernate.hbm.xml index ff8b6d90b..1951af585 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/FleetAction_hsqldb_e_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/FleetAction_hsqldb_e_o_hibernate.hbm.xml @@ -588,6 +588,32 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + AddressAuditing @@ -595,6 +621,18 @@ + + + + + + + + + + + + VehicleInfoAuditing @@ -706,6 +744,26 @@ + + + + + + + + + + + + + + + + + + + + GarageAuditing @@ -713,6 +771,29 @@ + + + + + + + + + + + + + + + + + + + + + + + TireAuditing @@ -884,6 +965,19 @@ + + + + + + + + + + + + + HybridAuditing @@ -891,6 +985,12 @@ + + + + + + EngineFactoryAuditing @@ -898,6 +998,16 @@ + + + + + + + + + + USAddressAuditing @@ -905,6 +1015,12 @@ + + + + + + VinAuditing diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/FleetAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/FleetAction_hsqldb_h_o_hibernate.hbm.xml index 68c4c3842..dc33a6b6d 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/FleetAction_hsqldb_h_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/FleetAction_hsqldb_h_o_hibernate.hbm.xml @@ -597,10 +597,48 @@ PersonAuditing http:///fleet.ecoreAuditing + + + + + + + + + + + + + + + + + + + + + + + + + + AddressAuditing http:///fleet.ecoreAuditing + + + + + + + + + + + + VehicleInfoAuditing @@ -715,10 +753,53 @@ FleetAuditing http:///fleet.ecoreAuditing + + + + + + + + + + + + + + + + + + + + GarageAuditing http:///fleet.ecoreAuditing + + + + + + + + + + + + + + + + + + + + + + + TireAuditing @@ -893,18 +974,53 @@ + + + + + + + + + + + + + HybridAuditing http:///fleet.ecoreAuditing + + + + + + EngineFactoryAuditing http:///fleet.ecoreAuditing + + + + + + + + + + USAddressAuditing http:///fleet.ecoreAuditing + + + + + + VinAuditing diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/JuliaAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/JuliaAction_hsqldb_e_o_hibernate.hbm.xml index 99321151c..15cdba711 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/JuliaAction_hsqldb_e_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/JuliaAction_hsqldb_e_o_hibernate.hbm.xml @@ -220,6 +220,15 @@ + + + + + + + + + ResourceLinkAuditing @@ -273,6 +282,9 @@ + + + BooksInLibAuditing @@ -330,6 +342,18 @@ + + + + + + + + + + + + DocumentRootAuditing @@ -497,5 +521,11 @@ + + + + + + \ No newline at end of file diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/JuliaAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/JuliaAction_hsqldb_h_o_hibernate.hbm.xml index 6cf5d4d58..2baf2bdd8 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/JuliaAction_hsqldb_h_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/JuliaAction_hsqldb_h_o_hibernate.hbm.xml @@ -223,6 +223,15 @@ AdultBooksAuditing http://www.ibm.com/websphere/appserver/schemas/6.0/ibm-portal-test.xsdAuditing + + + + + + + + + ResourceLinkAuditing @@ -276,6 +285,9 @@ BookDefinitionResourceLinkAuditing http://www.ibm.com/websphere/appserver/schemas/6.0/ibm-portal-test.xsdAuditing + + + BooksInLibAuditing @@ -333,6 +345,18 @@ ChildrenBooksAuditing http://www.ibm.com/websphere/appserver/schemas/6.0/ibm-portal-test.xsdAuditing + + + + + + + + + + + + DocumentRootAuditing @@ -500,5 +524,11 @@ PublisherDefinitionAuditing http://www.ibm.com/websphere/appserver/schemas/6.0/ibm-portal-test.xsdAuditing + + + + + + \ No newline at end of file diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_e_o_hibernate.hbm.xml index 9ea519bbd..cf65cb7cb 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_e_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_e_o_hibernate.hbm.xml @@ -186,6 +186,17 @@ + + + + org.eclipse.emf.teneo.rental.RentalBicycleType + RentalBicycleType + http://www.eclipse.org/emf/teneo/rental + + + + + CurrencyAuditing @@ -239,6 +250,14 @@ + + + + org.eclipse.emf.teneo.rental.RentalCarSize + RentalCarSize + http://www.eclipse.org/emf/teneo/rental + + RentalContractAuditing diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_h_o_hibernate.hbm.xml index 1c9536610..7357a5545 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_h_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalMapAsClassAction_hsqldb_h_o_hibernate.hbm.xml @@ -195,6 +195,17 @@ RentalBicycleAuditing http://www.eclipse.org/emf/teneo/rentalAuditing + + + + org.eclipse.emf.teneo.rental.RentalBicycleType + RentalBicycleType + http://www.eclipse.org/emf/teneo/rental + + + + + CurrencyAuditing @@ -248,6 +259,14 @@ RentalCarAuditing http://www.eclipse.org/emf/teneo/rentalAuditing + + + + org.eclipse.emf.teneo.rental.RentalCarSize + RentalCarSize + http://www.eclipse.org/emf/teneo/rental + + RentalContractAuditing diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalResourceReferenceAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalResourceReferenceAction_hsqldb_e_o_hibernate.hbm.xml index a254ebe73..b6c29d0a8 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalResourceReferenceAction_hsqldb_e_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalResourceReferenceAction_hsqldb_e_o_hibernate.hbm.xml @@ -186,6 +186,17 @@ + + + + org.eclipse.emf.teneo.rental.RentalBicycleType + RentalBicycleType + http://www.eclipse.org/emf/teneo/rental + + + + + CurrencyAuditing @@ -239,6 +250,14 @@ + + + + org.eclipse.emf.teneo.rental.RentalCarSize + RentalCarSize + http://www.eclipse.org/emf/teneo/rental + + RentalContractAuditing diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalResourceReferenceAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalResourceReferenceAction_hsqldb_h_o_hibernate.hbm.xml index 2a520ccd0..d7d2a9705 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalResourceReferenceAction_hsqldb_h_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/RentalResourceReferenceAction_hsqldb_h_o_hibernate.hbm.xml @@ -195,6 +195,17 @@ RentalBicycleAuditing http://www.eclipse.org/emf/teneo/rentalAuditing + + + + org.eclipse.emf.teneo.rental.RentalBicycleType + RentalBicycleType + http://www.eclipse.org/emf/teneo/rental + + + + + CurrencyAuditing @@ -248,6 +259,14 @@ RentalCarAuditing http://www.eclipse.org/emf/teneo/rentalAuditing + + + + org.eclipse.emf.teneo.rental.RentalCarSize + RentalCarSize + http://www.eclipse.org/emf/teneo/rental + + RentalContractAuditing diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/SimpleRentalAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/SimpleRentalAction_hsqldb_e_o_hibernate.hbm.xml index a254ebe73..b6c29d0a8 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/SimpleRentalAction_hsqldb_e_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/SimpleRentalAction_hsqldb_e_o_hibernate.hbm.xml @@ -186,6 +186,17 @@ + + + + org.eclipse.emf.teneo.rental.RentalBicycleType + RentalBicycleType + http://www.eclipse.org/emf/teneo/rental + + + + + CurrencyAuditing @@ -239,6 +250,14 @@ + + + + org.eclipse.emf.teneo.rental.RentalCarSize + RentalCarSize + http://www.eclipse.org/emf/teneo/rental + + RentalContractAuditing diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/SimpleRentalAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/SimpleRentalAction_hsqldb_h_o_hibernate.hbm.xml index 2a520ccd0..d7d2a9705 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/SimpleRentalAction_hsqldb_h_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/SimpleRentalAction_hsqldb_h_o_hibernate.hbm.xml @@ -195,6 +195,17 @@ RentalBicycleAuditing http://www.eclipse.org/emf/teneo/rentalAuditing + + + + org.eclipse.emf.teneo.rental.RentalBicycleType + RentalBicycleType + http://www.eclipse.org/emf/teneo/rental + + + + + CurrencyAuditing @@ -248,6 +259,14 @@ RentalCarAuditing http://www.eclipse.org/emf/teneo/rentalAuditing + + + + org.eclipse.emf.teneo.rental.RentalCarSize + RentalCarSize + http://www.eclipse.org/emf/teneo/rental + + RentalContractAuditing diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/WorkFlowAction_hsqldb_e_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/WorkFlowAction_hsqldb_e_o_hibernate.hbm.xml index 65ce49577..efee1ad21 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/WorkFlowAction_hsqldb_e_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/WorkFlowAction_hsqldb_e_o_hibernate.hbm.xml @@ -300,6 +300,27 @@ + + + + + + + + + + + + + + + + + + + + + WorkflowNodeAuditing @@ -307,6 +328,29 @@ + + + + + + + + + + + + + + + + + + + + + + + EdgeAuditing @@ -314,6 +358,15 @@ + + + + + + + + + PortAuditing @@ -328,6 +381,16 @@ + + + + + + + + + + OutputPortAuditing @@ -335,6 +398,16 @@ + + + + + + + + + + FaultAuditing @@ -349,6 +422,9 @@ + + + TransformationTaskAuditing @@ -356,6 +432,9 @@ + + + ConditionalTaskAuditing @@ -370,6 +449,9 @@ + + + ConditionalOutputPortAuditing @@ -377,6 +459,9 @@ + + + CommentAuditing @@ -384,6 +469,9 @@ + + + TaskAuditing diff --git a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/WorkFlowAction_hsqldb_h_o_hibernate.hbm.xml b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/WorkFlowAction_hsqldb_h_o_hibernate.hbm.xml index 893bc3b9b..0350833be 100644 --- a/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/WorkFlowAction_hsqldb_h_o_hibernate.hbm.xml +++ b/tests/org.eclipse.emf.teneo.hibernate.test/hbm/org.eclipse.emf.teneo.test.emf.sample/WorkFlowAction_hsqldb_h_o_hibernate.hbm.xml @@ -264,14 +264,67 @@ WorkflowAuditing http://www.eclipse.org/emf/teneo/store/test/emf/workflowAuditing + + + + + + + + + + + + + + + + + + + + + WorkflowNodeAuditing http://www.eclipse.org/emf/teneo/store/test/emf/workflowAuditing + + + + + + + + + + + + + + + + + + + + + + + EdgeAuditing http://www.eclipse.org/emf/teneo/store/test/emf/workflowAuditing + + + + + + + + + PortAuditing @@ -280,10 +333,30 @@ InputPortAuditing http://www.eclipse.org/emf/teneo/store/test/emf/workflowAuditing + + + + + + + + + + OutputPortAuditing http://www.eclipse.org/emf/teneo/store/test/emf/workflowAuditing + + + + + + + + + + FaultAuditing @@ -292,10 +365,16 @@ CompoundTaskAuditing http://www.eclipse.org/emf/teneo/store/test/emf/workflowAuditing + + + TransformationTaskAuditing http://www.eclipse.org/emf/teneo/store/test/emf/workflowAuditing + + + ConditionalTaskAuditing @@ -304,14 +383,23 @@ LoopTaskAuditing http://www.eclipse.org/emf/teneo/store/test/emf/workflowAuditing + + + ConditionalOutputPortAuditing http://www.eclipse.org/emf/teneo/store/test/emf/workflowAuditing + + + CommentAuditing http://www.eclipse.org/emf/teneo/store/test/emf/workflowAuditing + + + TaskAuditing -- cgit v1.2.3