Added tutorials of the hibernate-release 5.2.18.Final
authorKai Moritz <kai@juplo.de>
Fri, 5 Apr 2019 09:54:06 +0000 (11:54 +0200)
committerKai Moritz <kai@juplo.de>
Fri, 5 Apr 2019 11:06:36 +0000 (13:06 +0200)
commit0b6b9a1bd8950880713885618d8e31c772a085ec
tree06a31d3db2493ba811a02effa38c122603440bf7
parent9e37fd1049f8a6794396cd7c8879dc413fbcb87c
Added tutorials of the hibernate-release 5.2.18.Final

* Moved the version of the tutorials from 4.3.9.Final to tutorieals-4.3.9
* This commit contains the unchanged tutorials from the 5.2.18-Release
  See: http://docs.jboss.org/hibernate/orm/5.2/quickstart/html_single/#preface
  Download: http://docs.jboss.org/hibernate/orm/5.2/quickstart/html_single/hibernate-tutorials.zip
208 files changed:
src/it/tutorials-4.3.9/annotations/pom.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/annotations/src/test/java/org/hibernate/tutorial/annotations/AnnotationsIllustrationTest.java [new file with mode: 0644]
src/it/tutorials-4.3.9/annotations/src/test/java/org/hibernate/tutorial/annotations/Event.java [new file with mode: 0644]
src/it/tutorials-4.3.9/annotations/src/test/resources/hibernate.cfg.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/basic/pom.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/basic/src/test/java/org/hibernate/tutorial/hbm/Event.hbm.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/basic/src/test/java/org/hibernate/tutorial/hbm/Event.java [new file with mode: 0644]
src/it/tutorials-4.3.9/basic/src/test/java/org/hibernate/tutorial/hbm/NativeApiIllustrationTest.java [new file with mode: 0644]
src/it/tutorials-4.3.9/basic/src/test/resources/hibernate.cfg.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/entitymanager/pom.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/entitymanager/src/test/java/org/hibernate/tutorial/em/EntityManagerIllustrationTest.java [new file with mode: 0644]
src/it/tutorials-4.3.9/entitymanager/src/test/java/org/hibernate/tutorial/em/Event.java [new file with mode: 0644]
src/it/tutorials-4.3.9/entitymanager/src/test/resources/META-INF/persistence.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/envers/pom.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/envers/src/test/java/org/hibernate/tutorial/envers/EnversIllustrationTest.java [new file with mode: 0644]
src/it/tutorials-4.3.9/envers/src/test/java/org/hibernate/tutorial/envers/Event.java [new file with mode: 0644]
src/it/tutorials-4.3.9/envers/src/test/resources/META-INF/persistence.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/managed-jpa/features.xml [new file with mode: 0755]
src/it/tutorials-4.3.9/osgi/managed-jpa/pom.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/DataPointService.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/command/AddCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/command/DeleteAllCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/entity/DataPoint.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/managed-jpa/src/main/resources/META-INF/persistence.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/managed-jpa/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/features.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/pom.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/DataPointService.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/HibernateUtil.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/TestIntegrator.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/TestStrategyRegistrationProvider.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/TestTypeContributor.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/AddCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/DeleteAllCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/UpdateCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/entity/DataPoint.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/resources/META-INF/persistence.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-jpa/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/features.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/pom.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/DataPointService.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/HibernateUtil.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/TestIntegrator.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/TestStrategyRegistrationProvider.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/TestTypeContributor.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/AddCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/DeleteAllCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/GetCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/GetRevisionsCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/LoadCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/UpdateCommand.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/entity/DataPoint.java [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/resources/ehcache.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/resources/hibernate.cfg.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/osgi/unmanaged-native/src/main/resources/pool-one.properties [new file with mode: 0644]
src/it/tutorials-4.3.9/pom.xml [new file with mode: 0644]
src/it/tutorials-4.3.9/schema-annotations.sql [new file with mode: 0644]
src/it/tutorials-4.3.9/schema-basic.sql [new file with mode: 0644]
src/it/tutorials-4.3.9/schema-entitymanager.sql [new file with mode: 0644]
src/it/tutorials-4.3.9/schema-envers.sql [new file with mode: 0644]
src/it/tutorials-4.3.9/schema-osgi-managed-jpa.sql [new file with mode: 0644]
src/it/tutorials-4.3.9/schema-osgi-unmanaged-jpa.sql [new file with mode: 0644]
src/it/tutorials-4.3.9/schema-osgi-unmanaged-native.sql [new file with mode: 0644]
src/it/tutorials-4.3.9/verify.bsh [new file with mode: 0644]
src/it/tutorials-5.2.18/annotations/pom.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/annotations/src/test/java/org/hibernate/tutorial/annotations/AnnotationsIllustrationTest.java [new file with mode: 0644]
src/it/tutorials-5.2.18/annotations/src/test/java/org/hibernate/tutorial/annotations/Event.java [new file with mode: 0644]
src/it/tutorials-5.2.18/annotations/src/test/resources/hibernate.cfg.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/basic/pom.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/basic/src/test/java/org/hibernate/tutorial/hbm/Event.hbm.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/basic/src/test/java/org/hibernate/tutorial/hbm/Event.java [new file with mode: 0644]
src/it/tutorials-5.2.18/basic/src/test/java/org/hibernate/tutorial/hbm/NativeApiIllustrationTest.java [new file with mode: 0644]
src/it/tutorials-5.2.18/basic/src/test/resources/hibernate.cfg.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/entitymanager/pom.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/entitymanager/src/test/java/org/hibernate/tutorial/em/EntityManagerIllustrationTest.java [new file with mode: 0644]
src/it/tutorials-5.2.18/entitymanager/src/test/java/org/hibernate/tutorial/em/Event.java [new file with mode: 0644]
src/it/tutorials-5.2.18/entitymanager/src/test/resources/META-INF/persistence.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/envers/pom.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/envers/src/test/java/org/hibernate/tutorial/envers/EnversIllustrationTest.java [new file with mode: 0644]
src/it/tutorials-5.2.18/envers/src/test/java/org/hibernate/tutorial/envers/Event.java [new file with mode: 0644]
src/it/tutorials-5.2.18/envers/src/test/resources/META-INF/persistence.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/datasource-h2.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/managed-jpa/features.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/managed-jpa/pom.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/DataPointService.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/command/AddCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/command/DeleteAllCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/entity/DataPoint.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/managed-jpa/src/main/resources/META-INF/persistence.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/managed-jpa/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/pom.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/features.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/pom.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/DataPointService.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/HibernateUtil.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/TestIntegrator.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/TestStrategyRegistrationProvider.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/TestTypeContributor.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/AddCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/DeleteAllCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/UpdateCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/entity/DataPoint.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/resources/META-INF/persistence.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-jpa/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/features.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/pom.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/DataPointService.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/HibernateUtil.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/TestIntegrator.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/TestStrategyRegistrationProvider.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/TestTypeContributor.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/AddCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/DeleteAllCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/GetCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/GetRevisionsCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/LoadCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/UpdateCommand.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/entity/DataPoint.java [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/resources/OSGI-INF/blueprint/blueprint.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/resources/ehcache.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/resources/hibernate.cfg.xml [new file with mode: 0644]
src/it/tutorials-5.2.18/osgi/unmanaged-native/src/main/resources/pool-one.properties [new file with mode: 0644]
src/it/tutorials-5.2.18/pom.xml [new file with mode: 0644]
src/it/tutorials/annotations/pom.xml [deleted file]
src/it/tutorials/annotations/src/test/java/org/hibernate/tutorial/annotations/AnnotationsIllustrationTest.java [deleted file]
src/it/tutorials/annotations/src/test/java/org/hibernate/tutorial/annotations/Event.java [deleted file]
src/it/tutorials/annotations/src/test/resources/hibernate.cfg.xml [deleted file]
src/it/tutorials/basic/pom.xml [deleted file]
src/it/tutorials/basic/src/test/java/org/hibernate/tutorial/hbm/Event.hbm.xml [deleted file]
src/it/tutorials/basic/src/test/java/org/hibernate/tutorial/hbm/Event.java [deleted file]
src/it/tutorials/basic/src/test/java/org/hibernate/tutorial/hbm/NativeApiIllustrationTest.java [deleted file]
src/it/tutorials/basic/src/test/resources/hibernate.cfg.xml [deleted file]
src/it/tutorials/entitymanager/pom.xml [deleted file]
src/it/tutorials/entitymanager/src/test/java/org/hibernate/tutorial/em/EntityManagerIllustrationTest.java [deleted file]
src/it/tutorials/entitymanager/src/test/java/org/hibernate/tutorial/em/Event.java [deleted file]
src/it/tutorials/entitymanager/src/test/resources/META-INF/persistence.xml [deleted file]
src/it/tutorials/entitymanager/target/create.sql [deleted file]
src/it/tutorials/envers/pom.xml [deleted file]
src/it/tutorials/envers/src/test/java/org/hibernate/tutorial/envers/EnversIllustrationTest.java [deleted file]
src/it/tutorials/envers/src/test/java/org/hibernate/tutorial/envers/Event.java [deleted file]
src/it/tutorials/envers/src/test/resources/META-INF/persistence.xml [deleted file]
src/it/tutorials/osgi/managed-jpa/features.xml [deleted file]
src/it/tutorials/osgi/managed-jpa/pom.xml [deleted file]
src/it/tutorials/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/DataPointService.java [deleted file]
src/it/tutorials/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java [deleted file]
src/it/tutorials/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/command/AddCommand.java [deleted file]
src/it/tutorials/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/command/DeleteAllCommand.java [deleted file]
src/it/tutorials/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java [deleted file]
src/it/tutorials/osgi/managed-jpa/src/main/java/org/hibernate/osgitest/entity/DataPoint.java [deleted file]
src/it/tutorials/osgi/managed-jpa/src/main/resources/META-INF/persistence.xml [deleted file]
src/it/tutorials/osgi/managed-jpa/src/main/resources/OSGI-INF/blueprint/blueprint.xml [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/features.xml [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/pom.xml [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/DataPointService.java [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/HibernateUtil.java [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/TestIntegrator.java [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/TestStrategyRegistrationProvider.java [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/TestTypeContributor.java [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/AddCommand.java [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/DeleteAllCommand.java [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/command/UpdateCommand.java [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/java/org/hibernate/osgitest/entity/DataPoint.java [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/resources/META-INF/persistence.xml [deleted file]
src/it/tutorials/osgi/unmanaged-jpa/src/main/resources/OSGI-INF/blueprint/blueprint.xml [deleted file]
src/it/tutorials/osgi/unmanaged-native/features.xml [deleted file]
src/it/tutorials/osgi/unmanaged-native/pom.xml [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/DataPointService.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/DataPointServiceImpl.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/HibernateUtil.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/TestIntegrator.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/TestStrategyRegistrationProvider.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/TestTypeContributor.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/AddCommand.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/DeleteAllCommand.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/GetAllCommand.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/GetCommand.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/GetRevisionsCommand.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/LoadCommand.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/command/UpdateCommand.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/java/org/hibernate/osgitest/entity/DataPoint.java [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/resources/OSGI-INF/blueprint/blueprint.xml [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/resources/ehcache.xml [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/resources/hibernate.cfg.xml [deleted file]
src/it/tutorials/osgi/unmanaged-native/src/main/resources/pool-one.properties [deleted file]
src/it/tutorials/pom.xml [deleted file]
src/it/tutorials/schema-annotations.sql [deleted file]
src/it/tutorials/schema-basic.sql [deleted file]
src/it/tutorials/schema-entitymanager.sql [deleted file]
src/it/tutorials/schema-envers.sql [deleted file]
src/it/tutorials/schema-osgi-managed-jpa.sql [deleted file]
src/it/tutorials/schema-osgi-unmanaged-jpa.sql [deleted file]
src/it/tutorials/schema-osgi-unmanaged-native.sql [deleted file]
src/it/tutorials/verify.bsh [deleted file]