[hibernate-commits] [hibernate/hibernate-core] e941ec: HHH-6618 running hibernate functional test cases o...

noreply at github.com noreply at github.com
Tue Aug 30 03:26:12 EDT 2011


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-core

  Commit: e941eca2d55614d8daae991bc299a2ee9cc298ee
      https://github.com/hibernate/hibernate-core/commit/e941eca2d55614d8daae991bc299a2ee9cc298ee
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2011-08-29 (Mon, 29 Aug 2011)

  Changed paths:
    M build.gradle
  M buildSrc/build.gradle
  A buildSrc/readme.txt
  A buildSrc/src/main/groovy/hudson/util/DBAllocation.groovy
  A buildSrc/src/main/groovy/hudson/util/DBAllocationHelper.groovy
  A buildSrc/src/main/groovy/org/hibernate/build/gradle/inject/Injection.java
  A buildSrc/src/main/groovy/org/hibernate/build/gradle/inject/InjectionAction.java
  A buildSrc/src/main/groovy/org/hibernate/build/gradle/inject/InjectionException.java
  A buildSrc/src/main/groovy/org/hibernate/build/gradle/inject/InjectionPlugin.java
  A buildSrc/src/main/groovy/org/hibernate/build/gradle/inject/TargetMember.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/testing/database/DatabaseMatrixPlugin.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/testing/database/DependencyResolver.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/testing/database/IvyDependencyResolver.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/testing/database/IvyXmlDependency.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/testing/database/LocalJdbcDependencyResolver.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/testing/matrix/AbstractMatrixNode.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/testing/matrix/MatrixNode.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/testing/matrix/MatrixNodeProvider.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/testing/matrix/MatrixTestingPlugin.groovy
  A buildSrc/src/main/groovy/org/hibernate/gradle/util/BuildException.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/util/DuplicatedDBConfigException.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/util/FileUtil.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/util/IvyResolutionHelper.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/util/JavaVersion.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/util/Jdk.java
  A buildSrc/src/main/groovy/org/hibernate/gradle/util/ResolutionException.java
  R buildSrc/src/main/java/org/hibernate/build/gradle/inject/Injection.java
  R buildSrc/src/main/java/org/hibernate/build/gradle/inject/InjectionAction.java
  R buildSrc/src/main/java/org/hibernate/build/gradle/inject/InjectionException.java
  R buildSrc/src/main/java/org/hibernate/build/gradle/inject/InjectionPlugin.java
  R buildSrc/src/main/java/org/hibernate/build/gradle/inject/TargetMember.java
  A databases/mysql50/matrix.gradle
  A databases/mysql50/resources/hibernate.properties
  A databases/mysql51/matrix.gradle
  A databases/mysql51/resources/hibernate.properties
  A databases/postgresql82/matrix.gradle
  A databases/postgresql82/resources/hibernate.properties
  A databases/postgresql83/matrix.gradle
  A databases/postgresql83/resources/hibernate.properties
  A databases/postgresql84/matrix.gradle
  A databases/postgresql84/resources/hibernate.properties
  M gradle/wrapper/gradle-wrapper.properties
  M hibernate-c3p0/src/main/java/org/hibernate/service/jdbc/connections/internal/C3P0ConnectionProvider.java
  M hibernate-core/hibernate-core.gradle
  M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
  A hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterface.java
  A hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterfaceImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AddressImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Server.java
  A hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/ServerImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/A320.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/A320b.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/AlternativeNamingStrategy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/AmericaCupClass.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Boat.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Company.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/ConfigurationTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Country.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Discount.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/EntityTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Ferry.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Flight.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/FlyingObject.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/IncorrectEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/JoinedSubclassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Passport.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Plane.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Port.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/SafeMappingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/SecuredBindingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Sky.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Thing.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/Ticket.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/TicketComparator.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/AccessTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Bed.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/BigBed.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Chair.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Closet.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Foobar.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Furniture.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Gardenshed.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Thingy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Woody.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/AccessMappingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/AccessTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Animal.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Bed.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Being.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/BigBed.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Chair.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Circle.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Color.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course1.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course2.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course3.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course4.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course5.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course6.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course7.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course8.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Furniture.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Gardenshed.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Horse.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Position.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Shape.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Square.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Student.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Thingy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Woody.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Boy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Cook.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Crew.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Driver.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Knive.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/RentalCar.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Tourist.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Waiter.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/XmlAccessTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/AnyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/CharProperty.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/IntegerProperty.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/LongProperty.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/Property.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertyList.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertyMap.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertySet.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/StringProperty.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/package-info.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/ArrayTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/Competitor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/Contest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/backquotes/BackquoteTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/backquotes/Bug.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/backquotes/Category.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/backquotes/Printer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/backquotes/PrinterCable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationAutoTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationDisabledTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationGroupsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationProvidedFactoryTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Button.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Color.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/CupHolder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DDLTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DDLWithoutCallbackTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Display.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DisplayConnector.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/MinMax.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Music.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/PowerSupply.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Range.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Rock.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Screen.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Strict.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Tv.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/TvOwner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/Hammer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/ProxyBreakingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/Tool.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CascadeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Mouth.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Tooth.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/A.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/AId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/B.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/C.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Channel.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/ChildPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/CompositeIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/LittleGenius.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Order.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/OrderLine.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/OrderLinePk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/ParentPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Presenter.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Product.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/SomeEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/SomeEntityId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvMagazin.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvMagazinPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvProgram.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvProgramIdClass.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/Card.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/CardField.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/EagerKeyManyToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/Key.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/PrimaryKey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Boy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Brand.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Bug.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/BugSystem.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Character.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/CountryAttitude.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/FavoriteFood.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/LocalizedString.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Matrix.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Products.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/TestCourse.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Toy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Widgets.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/A.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/B.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/C.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/DeepCollectionElementTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Contact.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Sale.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/configuration/ConfigurationTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/configuration/package-info.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/BasicOperationsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/Grade.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/SomeEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/SomeOtherEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/duplicatedgenerator/DuplicateTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/duplicatedgenerator/Flight.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/AddressType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Book.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/CorpType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Country.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Deal.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FavoriteThings.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FixedLeg.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FloatLeg.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/InternetFavorites.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/InternetProvider.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Leg.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/LegalStructure.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Manager.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Nationality.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/NotonialDeal.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/RegionalArticle.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/RegionalArticlePk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/SpreadDeal.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Summary.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Swap.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/URLFavorite.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/VanillaSwap.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/WealthyPerson.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Country.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/EmbeddableWithMany2OneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Alias.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/EmbeddableWithOne2ManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Name.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/PersonName.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Father.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Mother.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Son.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Bid.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Car.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/CasterStringType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/CommunityBid.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/ContactDetails.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Country.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Drill.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/FirstName.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Flight.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Forest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/FormalLastName.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/LastName.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Length.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/LocalContactDetails.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/MonetaryAmount.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/MonetaryAmountUserType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Name.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Narrative.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/OverseasPhoneNumber.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Peugot.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PhoneNumber.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PhoneNumberType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Player.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PowerDrill.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PropertyDefaultMappingsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Race.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Ransom.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/SoccerTeam.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Starred.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Tool.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Topic.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Tree.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/WashingMachine.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Widget.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/ZipCode.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/package-info.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Cellular.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Communication.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/EntityNonEntityTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/GSM.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Interaction.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Phone.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Voice.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Branch.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/FetchingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Leaf.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Stay.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Country.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Customer2.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Customer3.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Customer4.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Customer5.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/FetchProfileTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/MoreFetchProfileTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Order.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/SupportTickets.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/package-info.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/A.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/A_PK.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/B.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/C.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/ClassA.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/ClassB.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/ClassC.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/ClassD.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/D.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/D_PK.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/FkCircularityTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Classes.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/DNA.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Dummy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/EmbeddedGenericsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Gene.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/GenericsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Item.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Paper.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/PaperType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Price.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/PricedStuff.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/SomeGuy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/State.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/StateType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Stuff.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/UnresolvedTypeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/WildEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy1.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy2.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy22.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/GenericsInheritanceTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy1.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy2.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy22.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/EnumIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/IdClassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/IdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/JoinColumnOverrideTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/UUIDGenerator.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Ball.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/BreakDance.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Bunny.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Computer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Department.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Dog.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/FirTree.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Footballer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/FootballerPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Furniture.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/GoalKeeper.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Home.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Location.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/MilitaryBuilding.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Monkey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Phone.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Planet.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/PlanetCheatSheet.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/PointyTooth.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Shoe.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/SoundSystem.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Store.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Tower.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Tree.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/TwinkleToes.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/AutoEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/CompleteSequenceEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/MinimalSequenceEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/MinimalTableEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/package-info.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/EnumIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/IdClassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/IdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/UUIDGenerator.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Ball.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/BreakDance.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Bunny.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Computer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Department.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Dog.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/FirTree.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Footballer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/FootballerPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Furniture.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/GoalKeeper.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Home.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Location.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/MilitaryBuilding.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Monkey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Phone.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Planet.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/PlanetCheatSheet.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/PointyTooth.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Shoe.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/SoundSystem.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Store.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Tower.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Tree.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/TwinkleToes.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/package-info.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/DomainAdmin.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/DomainAdminId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/IdClassCompositePKTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/xml/IdClassXmlTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/IdClassGeneratedValueTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Multiple.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/MultiplePK.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple2.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/SimplePK.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/IdentifierCollectionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/Passport.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/Stamp.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/BasketItems.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/BasketItemsPK.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Card.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/CardField.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/CardKey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Customers.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Project.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/ShoppingBaskets.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/ShoppingBasketsPK.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Store.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/StoreCustomer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/StoreCustomerPK.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/A.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Acces.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/B.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/BId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Benefserv.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/C.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/CId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Droitacces.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Service.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/Country.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/Foobar.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/State.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressBook.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressEntry.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressEntryPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AlphabeticalDirectory.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Drawer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Dress.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Gas.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GasKey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Generation.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GenerationGroup.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GenerationUser.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/MapKeyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/News.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Newspaper.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Painter.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Painting.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/PaintingPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/PressReleaseAgency.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Software.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Trainee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Training.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Version.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Wardrobe.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Apple.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Carrot.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Fruit.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Tomato.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Vegetable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/VegetablePk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/BaseClass.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/DiscriminatorOptionsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/SubClass.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Account.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Alarm.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Asset.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Client.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Clothing.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Company.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Document.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/EventInformation.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/File.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/FinancialAsset.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Folder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/LegalEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Pool.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/PoolAddress.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/ProgramExecution.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/PropertyAsset.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Sweater.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/SwimmingPool.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/SymbolicLink.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/Document.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/File.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/Folder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/SubclassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/SymbolicLink.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Building.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Funk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/House.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Music.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Noise.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/PaperTrash.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Rock.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Trash.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/Document.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/File.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/Folder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/SubclassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/SymbolicLink.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/Contact.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/ContactImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/InterfacesTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/UserImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/A.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/B.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/C.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Cat.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Death.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Dog.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/DogPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/JoinTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Life.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/SysGroupsOrm.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/SysUserOrm.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/LoaderTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/Player.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/Team.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractBook.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Book.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/CharacterArrayTextType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/CompiledCode.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Dog.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Editor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/ImageHolder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/ImageTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/LobTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/LongStringHolder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/MaterializedBlobEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/MaterializedBlobTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/PrimitiveCharacterArrayTextType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/SerializableToImageType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/TextTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedBook.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/WrappedImageType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/package-info.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Building.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/BuildingCompany.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Cat.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/CatPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/City.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Company.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ContactInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Contractor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Employer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Friend.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/GroupWithSet.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Inspector.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/InspectorPrefixes.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/JobInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/KnownClient.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Man.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManyToManyMaxFetchDepth0Test.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Permission.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/PhoneNumber.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ProgramManager.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Store.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Supplier.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Woman.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/WomanPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Zone.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/BiggestForest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Car.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Carz.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Color.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Deal.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/DistrictUser.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ForestType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Frame.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Lens.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Lotz.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/LotzPK.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ManyToOneJoinTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Node.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/NodePk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Order.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/OrderLine.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ParentPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/TreeType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/UserPK.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/GenericObject.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Item.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ManyToOneReferencedColumnNameTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Vendor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/WarehouseItem.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ZItemCost.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Company.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ContractId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Language.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Manufacturer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ManufacturerId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Menu.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Message.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Model.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ModelId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Product.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/Account.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/AccountBase.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccount.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccountBase.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/A.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/AddressEntry.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/DummyNamingStrategy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/NamingStrategyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/Citizen.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnManyToOne.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/State.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/Coin.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/Currency.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/NotFoundTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/City.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Manufacturer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Model.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Monkey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Order.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderByTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderID.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderItem.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderItemID.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Organisation.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrganisationUser.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/ParentPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/PoliticalParty.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Politician.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Soldier.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Street.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Tiger.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Trainer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Troop.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Body.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Client.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Computer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/ComputerPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Father.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Heart.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OneToOneErrorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Owner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OwnerAddress.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Party.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/PartyAffiliate.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/SerialNumber.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/SerialNumberPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Show.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/ShowDescription.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Son.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Trousers.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/TrousersZip.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/BaseEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Device.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/DeviceGroupConfig.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/HHH4851Test.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Hardware.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/ManagedDevice.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Owner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/primarykey/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/primarykey/NullablePrimaryKeyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/primarykey/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Addr.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/AssociationOverrideTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/ContactInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Location.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Move.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PhoneNumber.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PropertyInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PropertyRecord.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/SocialSite.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/SocialTouchPoints.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Trip.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/Card.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/CollectionPersister.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/Deck.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/EntityPersister.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/PersisterTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/Car.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/MovingThing.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/SportCar.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/AllTables.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Area.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Captain.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/CasimirParticle.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Chaos.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Darkness.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Dictionary.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Dimensions.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Identity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Mark.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Night.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/SpaceShip.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/SynonymousDictionary.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Twilight.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/Phone.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/QuoteGlobalTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/QuoteTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/Role.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/resultsetmappings/MyEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Bag.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Clothes.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/House.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Inhabitant.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Item.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/ItemCost.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Luggage.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Postman.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Rambler.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Vendor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/WarehouseItem.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/Administration.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/Availability.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/BusTrip.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/BusTripPk.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/Competition.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/JPAOverridenAnnotationReaderTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/LogListener.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/Match.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/Organization.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/OtherLogListener.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/SocialSecurityMoralAccount.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/SocialSecurityNumber.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/SocialSecurityPhysicalAccount.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/TennisMatch.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/XMLContextTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/Location.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/Storm.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/StrategyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/Bid.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/HighestBid.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/Item.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/SubselectTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Component.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Machine.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Product.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Robot.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/T800.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/TablePerClassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Brand.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Luggage.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/LuggageImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Owner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/OwnerImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Size.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/SizeImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/TargetTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/Country.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/Cuisine.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DataProxyHandler.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicComponentTuplizer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicEntityTuplizer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicInstantiator.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/EntityNameInterceptor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/ProxyHelper.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/TuplizerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/Dvd.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOid.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOidGenerator.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOidType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/TypeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/Building.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/House.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/Room.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Antenna.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Conductor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/DBTimestamped.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/GeneratedTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/IndexTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/OptimisticLockAnnotationTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/ProfessionalAgreement.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/TimestampTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Truck.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/VMTimestamped.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Vehicule.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/readwriteexpression/Staff.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Company.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Light.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Model.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/A.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/AImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/B.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/BImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/CloudType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Government.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/HbmTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/HbmWithIdentityTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/PrimeMinister.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Sky.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Z.java
  A hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/ZImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/any/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/any/AnyTypeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/any/ComplexPropertyValue.java
  A hibernate-core/src/matrix/java/org/hibernate/test/any/IntegerPropertyValue.java
  A hibernate-core/src/matrix/java/org/hibernate/test/any/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/any/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/any/Properties.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/any/PropertySet.java
  A hibernate-core/src/matrix/java/org/hibernate/test/any/PropertyValue.java
  A hibernate-core/src/matrix/java/org/hibernate/test/any/StringPropertyValue.java
  A hibernate-core/src/matrix/java/org/hibernate/test/array/A.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/array/A.java
  A hibernate-core/src/matrix/java/org/hibernate/test/array/ArrayTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/array/B.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ast/ASTIteratorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ast/ASTUtilTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/batch/BatchTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/batch/DataPoint.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/batch/DataPoint.java
  A hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/BatchFetchTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/Model.java
  A hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/ProductLine.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/ProductLine.java
  A hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction.java
  A hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction2.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest2.java
  A hibernate-core/src/matrix/java/org/hibernate/test/bidi/Bid.java
  A hibernate-core/src/matrix/java/org/hibernate/test/bytecode/Bean.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/bytecode/Bean.java
  A hibernate-core/src/matrix/java/org/hibernate/test/bytecode/BeanReflectionHelper.java
  A hibernate-core/src/matrix/java/org/hibernate/test/bytecode/ProxyBean.java
  A hibernate-core/src/matrix/java/org/hibernate/test/bytecode/javassist/InvocationTargetExceptionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/bytecode/javassist/ReflectionOptimizerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cache/CacheableItem.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cache/InsertedDataTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/A.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/BidirectionalOneToManyCascadeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/CascadeTestWithAssignedParentIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/Child.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/ChildForParentWithAssignedId.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/DeleteOrphanChild.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/DeleteOrphanChild.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/G.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/H.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/Job.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/Job.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/JobBatch.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/JobBatch.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/MultiPathCascade.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/MultiPathCascadeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/Parent.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/ParentWithAssignedId.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/RefreshTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParent.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParentTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascade.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityTrueTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsert.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsertTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Node.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Route.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Tour.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Transport.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Vehicle.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cfg/Cacheable.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cfg/CacheableFileTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cfg/ConfigurationSerializationTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cfg/orm-serializable.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/Gate.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/GoofyException.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/PersisterClassProviderTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/Portal.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/Window.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdWithGeneratorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/Customer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/LineItem.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/LineItem.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/Order.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/Order.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/Product.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/Product.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseDetail.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecord.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecord.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecordIdGenerator.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/MapKey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Part.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Product.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/BagOwner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/PersistentBagTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/IdbagOwner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/PersistentIdBagTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/list/ListOwner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/list/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/list/PersistentListTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/map/PersistentMapTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Animal.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/original/CollectionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Email.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Mammal.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Permission.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/original/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/original/UserPermissions.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Zoo.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Zoo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Container.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/set/MappingsNonLazy.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/set/PersistentSetNonLazyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/collection/set/PersistentSetTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/basic/ComponentTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/basic/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/basic/OptionalComponent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/basic/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/basic/User.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/component/basic/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/CascadeToComponentCollectionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Definition.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/LocalizedStrings.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Value.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/CascadeToComponentAssociationTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Document.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/PersonalInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/CompositeElementTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Parent.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/AbstractFoo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Animal.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Bar.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/CityState.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/ComplexJoinAliasTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Course.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/CourseMeeting.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/CourseMeetingId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Enrolment.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Enrolment.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Foo.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/GreatFoo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/LikeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/LongInElementsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Order.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Order.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/OrderLine.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/OuterJoinCriteriaTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/StringExpression.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Student.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/StudentAddress.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/StudentDTO.java
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/TestObject.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/criteria/TestObject.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cuk/Account.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cuk/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cuk/CompositePropertyRefTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cuk/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cuk/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cut/CompositeUserTypeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cut/MonetoryAmount.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cut/MonetoryAmountUserType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cut/MutualFund.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cut/Transaction.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/cut/Transaction.java
  A hibernate-core/src/matrix/java/org/hibernate/test/cut/types.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Note.java
  A hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Suite.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dialect/function/AnsiTrimEmulationFunctionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dialect/function/MySQLRoundFunctionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dialect/function/Product.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/dialect/function/Product.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/SQLFunctionsInterSystemsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dialect/unit/lockhint/AbstractLockHintTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dialect/unit/lockhint/SQLServerLockHintsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dialect/unit/lockhint/SybaseASE15LockHintsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dialect/unit/lockhint/SybaseLockHintsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/discriminator/DiscriminatorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/discriminator/PartTimeEmployee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/discriminator/SimpleInheritance.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/discriminator/SimpleInheritanceTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Company.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/DataProxyHandler.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/ProxyHelper.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/Customer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/InterceptorDynamicEntityTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/ProxyInterceptor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/package.html
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/Customer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/EntityNameInterceptor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityInstantiator.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityTuplizer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/TuplizerDynamicEntityTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/Customer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityInstantiator.java
  A hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityTuplizer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ecid/Course.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/ecid/Course.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ecid/EmbeddedCompositeIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ecid/UniversityCourse.java
  A hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/basic/ProductLine.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/subclass/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/entityname/Car.java
  A hibernate-core/src/matrix/java/org/hibernate/test/entityname/EntityNameFromSubClassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/entityname/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/entityname/Vehicle.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/entityname/Vehicle.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/AbstractCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/AbstractParentWithCollection.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/BrokenCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ChildEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ChildValue.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/CollectionListeners.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ParentWithCollection.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/AbstractAssociationCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ChildWithBidirectionalManyToMany.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ParentWithBidirectionalManyToMany.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ChildWithManyToOne.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToMany.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToManySubclass.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/ParentWithCollectionOfEntities.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ParentWithCollectionOfValues.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ValuesBagCollectionEventTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ValuesBagMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/events/CallbackTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/exception/Group.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/exception/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/exception/SQLExceptionConversionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/exception/User.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/exception/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Customer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Employee.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/ExtendsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/allinone.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/allseparateinone.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/entitynames.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/packageentitynames.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/unionsubclass.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/extralazy/Document.java
  A hibernate-core/src/matrix/java/org/hibernate/test/extralazy/ExtraLazyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/extralazy/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/extralazy/SessionAttribute.java
  A hibernate-core/src/matrix/java/org/hibernate/test/extralazy/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/extralazy/UserGroup.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Course.java
  A hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/CourseOffering.java
  A hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Department.java
  A hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Enrollment.java
  A hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Student.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/Category.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/Category.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/Department.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/Department.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/DynamicFilterTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/LineItem.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/LineItem.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/Order.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/Order.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/Product.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/Product.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/Salesperson.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/Salesperson.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/defs.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Basic.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/BasicFilteredBulkManipulationTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Joined.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/filter-defs.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/flush/Author.java
  A hibernate-core/src/matrix/java/org/hibernate/test/flush/Book.java
  A hibernate-core/src/matrix/java/org/hibernate/test/flush/InitializingPreUpdateEventListener.java
  A hibernate-core/src/matrix/java/org/hibernate/test/flush/Publisher.java
  A hibernate-core/src/matrix/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
  A hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Detail.java
  A hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Master.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Master.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generated/AbstractGeneratedPropertyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generated/ComponentOwner.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/generated/ComponentOwner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generated/GeneratedPropertyEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/generated/GeneratedPropertyEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generated/MSSQLGeneratedPropertyEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/generated/PartiallyGeneratedComponentTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generated/TimestampGeneratedValuesWithCachingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generated/TriggerGeneratedValuesWithCachingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generated/TriggerGeneratedValuesWithoutCachingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/IdentityGeneratedKeysTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyChild.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MySibling.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/MyEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/MyEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/SelectGeneratorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/SequenceIdentityTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Animal.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Animal.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/BooleanLiteralEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/BooleanLiteralEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/BulkManipulationTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Car.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Cat.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/ClassicTranslatorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Classification.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/ClassificationType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/ComponentContainer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/ComponentContainer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/CrazyCompositeKey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/CriteriaClassicAggregationReturnTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/CriteriaHQLAlignmentTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Dog.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/DomesticAnimal.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/EJBQLTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithArgFunctionAsColumn.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithFunctionAsColumnHolder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithNoArgFunctionAsColumn.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/FooBarCopy.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/FunctionNamesAsColumns.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/HQLTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/HeresAnotherCrazyIdFieldName.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/HqlParserTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Human.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Image.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Image.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/IntegerVersioned.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Joiner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneKeyEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Lizard.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Mammal.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/MoreCrazyIdFieldNameStuffEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Name.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/PettingZoo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Pickup.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/QueryTranslatorTestCase.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Reptile.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/SUV.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleAssociatedEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleEntityWithAssociation.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleEntityWithAssociation.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/StateProvince.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/TimestampVersioned.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Truck.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Vehicle.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Vehicle.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Versions.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/WithClauseTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/hql/Zoo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/id/Car.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/id/Car.java
  A hibernate-core/src/matrix/java/org/hibernate/test/id/MultipleHiLoPerTableGeneratorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/id/Plane.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/id/Plane.java
  A hibernate-core/src/matrix/java/org/hibernate/test/id/Product.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/id/Product.java
  A hibernate-core/src/matrix/java/org/hibernate/test/id/Radio.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/id/Radio.java
  A hibernate-core/src/matrix/java/org/hibernate/test/id/UseIdentifierRollbackTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/Node.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/Node.java
  A hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/sqlbinary/UUIDBinaryTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/sqlchar/UUIDCharTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/CustomStrategyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/Node.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/Node.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idbag/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idbag/IdBagTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idbag/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idbag/UserGroup.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idclass/Customer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idclass/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idclass/CustomerId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idclass/FavoriteCustomer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idclass/IdClassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/BigIntegerIncrementGeneratorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/BigIntegerSequenceGeneratorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Basic.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/BasicForcedTableSequenceTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLo.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLoForcedTableSequenceTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Pooled.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/PooledForcedTableSequenceTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Basic.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/HiLo.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/HiLoSequenceTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Pooled.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/PooledSequenceTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Basic.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/BasicTableTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/HiLo.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/HiLoTableTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Pooled.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/PooledTableTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idprops/IdentifierPropertyReferencesTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idprops/LineItem.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idprops/LineItemPK.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idprops/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/idprops/Order.java
  A hibernate-core/src/matrix/java/org/hibernate/test/idprops/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/Contract.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/ContractVariation.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/ContractVariation.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/ImmutableTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/Info.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/Party.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/Plan.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Contract.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/ContractVariation.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Info.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Owner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Party.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Plan.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariation.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationOneToManyJoin.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersioned.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersionedOneToManyJoin.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariation.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationOneToManyJoin.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationUnidir.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersioned.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersionedOneToManyJoin.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyUnidirTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/importfile/Dog.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/importfile/Dog.java
  A hibernate-core/src/matrix/java/org/hibernate/test/importfile/Human.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/importfile/Human.java
  A hibernate-core/src/matrix/java/org/hibernate/test/importfile/ImportFileTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/insertordering/InsertOrderingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Membership.java
  A hibernate-core/src/matrix/java/org/hibernate/test/insertordering/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/buildtime/InstrumentTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/AbstractExecutable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/Executable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestCustomColumnReadAndWrite.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestDirtyCheckExecutable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestFetchAllExecutable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestInjectFieldInterceptorExecutable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestIsPropertyInitializedExecutable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyExecutable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyManyToOneExecutable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyPropertyCustomTypeExecutable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestManyToOneProxyExecutable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestSharedPKOneToOneExecutable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/CustomBlobType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Document.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Documents.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/EntityWithOneToOnes.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Folder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/OneToOneNoProxy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/OneToOneProxy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Owner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Problematic.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Problematic.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/SharedPKOneToOne.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.java
  A hibernate-core/src/matrix/java/org/hibernate/test/instrument/runtime/JavassistInstrumentationTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interceptor/CollectionInterceptor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Image.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Image.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interceptor/InstantiateInterceptor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interceptor/InterceptorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Log.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interceptor/PropertyInterceptor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interceptor/StatefulInterceptor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interceptor/User.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/interceptor/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Document.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/DocumentImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/DocumentInterceptor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Folder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/FolderImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Item.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Item.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/ItemImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/SecureDocument.java
  A hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/SecureDocumentImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/iterate/Item.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/iterate/Item.java
  A hibernate-core/src/matrix/java/org/hibernate/test/iterate/IterateTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Boat.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jdbc/GeneralWorkTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/join/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/join/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/join/JoinTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/join/OptionalJoinTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/join/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/join/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/join/Thing.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/join/Thing.java
  A hibernate-core/src/matrix/java/org/hibernate/test/join/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Bid.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Category.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Comment.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Item.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/ItemBid.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/JoinFetchTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/UserGroup.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/AbstractJPATest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/Item.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/Item.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/MyEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/MyEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/MySubclassEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/Part.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/Part.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/CascadeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildAssigned.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildInfoAssigned.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Other.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/OtherAssigned.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentAssigned.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentChild.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentInfoAssigned.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/FetchingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Stay.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/lock/JPALockTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/lock/RepeatableReadTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/User.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/package.html
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/proxy/JPAProxyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/ql/NativeQueryTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/removed/RemovedEntityTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/EagerMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/LazyKeyManyToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/LazyMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/Order.java
  A hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/KeyManyToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Order.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lazycache/Document.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lazycache/Documents.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/lazycache/InstrumentCacheTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Employment.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/LazyOneToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/A.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABC.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCExtends.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCProxy.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCProxyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Abstract.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/AbstractProxy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/AltSimple.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Assignable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/B.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Bar.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/BarProxy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/BasicNameable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Baz.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Baz.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Blobber.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Blobber.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Broken.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Broken.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/C1.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/C2.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Category.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Category.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Circular.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Circular.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Commento.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Company.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Component.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentCollection.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentNotNull.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentNotNullMaster.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentNotNullMaster.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentNotNullTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Componentizable.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Componentizable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/CompositeElement.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/CompositeIdId.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/CompositeIdId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Contained.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Container.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Container.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Custom.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Custom.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomPersister.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomSQL.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomSQLTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/D.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Detail.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/DoubleStringType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Down.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Drug.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/E.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Eye.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Eye.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fee.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fixed.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fo.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Foo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooBar.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooBarTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooComponent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooProxy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fum.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fum.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/FumCompositeID.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/FumTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fumm.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fumm.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Glarch.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Glarch.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/GlarchProxy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Holder.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Holder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/I.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJ.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJ2.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJ2Test.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Immutable.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Immutable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Inner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/InnerKey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Intervention.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/J.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Jay.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/K.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/LegacyTestCase.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Location.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Location.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Lower.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/MainObject.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/MainObject.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Many.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Many.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Map.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/MapTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Marelo.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Master.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/MasterDetail.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/MasterDetailTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Medication.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Middle.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Middle.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/MiddleKey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Mono.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/MoreStuff.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Multi.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Multi.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/MultiExtends.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/MultiTableTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Multiplicity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/MultiplicityType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Nameable.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Nameable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Named.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/NestingComponent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/NonReflectiveBinderTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Object2.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Object2.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/One.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/One.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/OneToOneCacheTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Outer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/OuterKey.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ParentChild.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ParentChildTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Part.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Party.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Po.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/QueryByExampleTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Qux.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Qux.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Resource.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Result.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/ReverseComparator.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Role.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/S.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLFunctionsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLLoaderTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Several.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Simple.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Simple.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Single.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/SingleSeveral.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Sortable.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/StatisticsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/StringComparator.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Stuff.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Stuff.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/SubComponent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/SubDetail.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/SubMulti.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Super.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Top.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Trivial.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/TrivialClass.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Up.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/UpDown.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Vetoer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Vetoer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/W.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/WZ.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Wicked.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/X.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/XY.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Y.java
  A hibernate-core/src/matrix/java/org/hibernate/test/legacy/Z.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/BlobLocatorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/ClobLocatorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/ImageMappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/ImageTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/LobHolder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/LobMappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/LobMergeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/LongByteArrayHolder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/LongByteArrayTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/LongStringHolder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/LongStringTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedBlobMappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedBlobTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedClobMappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedClobTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableData.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableHolder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableMappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableTypeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/TextMappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/lob/TextTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ManyToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/UserGroup.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/UserGroupBatchLoad.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/OrderedManyToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/UserGroup.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/AbstractManyToManyAssociationClassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/Membership.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/ManyToManyAssociationClassCompositeIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/ManyToManyAssociationClassAssignedIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/map/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/map/MapIndexFormulaTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/map/SessionAttribute.java
  A hibernate-core/src/matrix/java/org/hibernate/test/map/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/map/UserGroup.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Item.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/MapCompositeElementTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Part.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Product.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/ProductPart.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/MapElementFormulaTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/UserGroup.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/mapping/PersistentClassVisitorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mapping/ValueVisitorTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mappingexception/InvalidMapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/mappingexception/InvalidMapping.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mappingexception/MappingExceptionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mappingexception/User.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/mappingexception/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mixed/Document.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mixed/DocumentInterceptor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mixed/Folder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mixed/Item.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/mixed/Item.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mixed/MixedTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/mixed/SecureDocument.java
  A hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/Customers.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/Customers.java
  A hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/NamingStrategyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/TestNamingStrategy.java
  A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ImmutableEntityNaturalIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ImmutableNaturalIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ParentChildWithManyToOne.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/User.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/User.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/AbstractOperationTestCase.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competition.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competition.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competitor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/CreateTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/MergeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Node.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Node.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/NumberedNode.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/OneToOne.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/OptLockEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/PersonalDetails.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/SaveOrUpdateTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/TimestampedEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/VersionedEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ondelete/OnDeleteTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Salesperson.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/AbstractVersionedRecursiveBidirectionalOneToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Node.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Node.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/OneToManyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Parent.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyCacheTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyNoCacheTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyCacheTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyNoCacheTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetomany/VersionedNode.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/JoinedSubclassOneToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Org.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/nopojo/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/OptionalOneToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Org.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/DiscrimSubclassOneToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Org.java
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/AbstractOperationTestCase.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/Competition.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/Competition.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/Competitor.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/CreateTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/DeleteTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/Employer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/Employer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/GetLoadTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/MergeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/Node.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/Node.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/NumberedNode.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/OneToOne.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/OptLockEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/PersonalDetails.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/SaveOrUpdateTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/SimpleEntity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/SimpleEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/SimpleOpsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/TimestampedEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ops/VersionedEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/optlock/Document.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/optlock/Document.java
  A hibernate-core/src/matrix/java/org/hibernate/test/optlock/OptimisticLockTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/optlock/PublicationDate.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ordered/OrderByTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ordered/Search.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/ordered/Search.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/Mail.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/Mail.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/OrphanTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/Part.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/Product.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/Product.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/PropertyRefTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/User.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/DeleteOneToOneOrphansTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/EmployeeInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/EmployeeInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/DeleteOneToOneOrphansTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/EmployeeInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/EmployeeInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/DeleteOneToOneOrphansTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/EmployeeInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/DeleteOneToOneOrphansTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/EmployeeInfo.java
  A hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/pagination/DataPoint.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/pagination/DataPoint.java
  A hibernate-core/src/matrix/java/org/hibernate/test/pagination/DistinctSelectTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/pagination/Entry.java
  A hibernate-core/src/matrix/java/org/hibernate/test/pagination/EntryTag.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/pagination/PaginationTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/pagination/Tag.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Account.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/CachedPropertyRefCollectionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/ManagedObject.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Account.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/CompleteComponentPropertyRefTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Identity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Account.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Identity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Account.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/SubclassPropertyRefTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Account.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/BankAccount.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/JoinedSubclassPropertyRefTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Account.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/proxy/Container.java
  A hibernate-core/src/matrix/java/org/hibernate/test/proxy/DataPoint.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/proxy/DataPoint.java
  A hibernate-core/src/matrix/java/org/hibernate/test/proxy/Info.java
  A hibernate-core/src/matrix/java/org/hibernate/test/proxy/Owner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/proxy/ProxyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/AbstractQueryCacheResultTransformerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/Course.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/CourseMeeting.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/CourseMeetingId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCacheIgnoreResultTransformerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCacheNormalResultTransformerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCachePutResultTransformerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/Enrolment.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/Enrolment.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCacheIgnoreResultTransformerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCacheNormalResultTransformerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCachePutResultTransformerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/Item.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/Item.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/PersonName.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/QueryCacheTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/Student.java
  A hibernate-core/src/matrix/java/org/hibernate/test/querycache/StudentDTO.java
  A hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/queryplan/GetHqlQueryPlanTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Joined.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/queryplan/NativeSQLQueryPlanEqualsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/queryplan/NativeSQLQueryReturnEqualsAndHashCodeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/queryplan/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/queryplan/filter-defs.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/AbstractReadOnlyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/Container.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/Course.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/DataPoint.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/DataPoint.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/Enrolment.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/Enrolment.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/Info.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/Owner.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyCriteriaQueryTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyProxyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlySessionLazyNonLazyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlySessionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/Student.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/StudentDTO.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/TextHolder.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/TextHolder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/VersionedNode.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/readonly/VersionedNode.java
  A hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/reattachment/CollectionReattachmentTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/reattachment/ProxyReattachmentTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/Contract.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/Contract.java
  A hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/PartnerA.java
  A hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/PartnerB.java
  A hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/rowid/Point.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/rowid/Point.java
  A hibernate-core/src/matrix/java/org/hibernate/test/rowid/RowIdTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/rowid/RowIdType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/1_Version.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/2_Version.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/MigrationTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/Version.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sorted/Search.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sorted/Search.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sorted/SortTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/Membership.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ExceptionCheckingEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/check/OracleCheckStyleTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ParamCheckingEntity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ResultCheckStyleTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/check/oracle-mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Dimension.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Employment.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/ImageHolder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/MonetaryAmount.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/MonetaryAmountUserType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Order.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Organization.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Product.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/SpaceShip.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Speech.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/TextHolder.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomStoredProcTestSupport.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/DataDirectOracleCustomSQLTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/StoredProcedures.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/db2/DB2CustomSQLTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/db2/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/mysql/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/mysql/MySQLCustomSQLTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/OracleCustomSQLTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/StoredProcedures.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sqlserver/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sqlserver/SQLServerCustomSQLTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sybase/SybaseCustomSQLTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/identity/CustomInsertSQLWithIdentityColumnTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/identity/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/query/NativeSQLQueries.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/NativeSqlAndQuotedIdentifiersTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/Contact.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/Contact.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/Country.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/Document.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/Document.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/Org.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/Paper.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/StatelessSessionQueryTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/StatelessSessionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Resource.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/StatelessSessionFetchingTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Task.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent2.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/stats/Country.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stats/Locality.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stats/Province.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stats/SessionStatsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stats/State.java
  A hibernate-core/src/matrix/java/org/hibernate/test/stats/StatsTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/UnionSubclassFilterTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/discrim-subclass.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/joined-subclass.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/union-subclass.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/subselect/Alien.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subselect/Being.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subselect/Beings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/subselect/Human.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subselect/SubselectTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/ParentChild.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/SubselectFetchTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ternary/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ternary/Site.java
  A hibernate-core/src/matrix/java/org/hibernate/test/ternary/Ternary.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/ternary/TernaryTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/timestamp/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/timestamp/TimestampTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/timestamp/User.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/timestamp/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/tm/CMTTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/tm/Item.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/AddressId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Customer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/AddressId.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Customer.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/TypedOneToOneTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/Entity.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/H2DialectOverridePrefixedVarcharSqlTypeDesc.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/H2DialectOverrideVarcharSqlCode.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/StoredPrefixedStringType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/TypeOverrideTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/DefaultValueIntegerType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/TypeParameterTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Typedef.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Widget.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Widget.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/UnconstrainedTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unidir/BackrefTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unidir/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unidir/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unidir/ParentChild.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Alien.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Being.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Beings.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Hive.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Human.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Location.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Thing.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/CarBuyer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/PersonID.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/SellCarTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/Seller.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Address.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Customer.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Employee.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Person.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/Email.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/IMyList.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/MyList.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/MyListType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/PersistentMyList.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/UserCollectionTypeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/basic/UserPermissions.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableList.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableListImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/DefaultableListType.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/Entity.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/ParameterizedUserCollectionTypeTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/usercollection/parameterized/PersistentDefaultableList.java
  A hibernate-core/src/matrix/java/org/hibernate/test/util/JoinedIterableTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/util/PropertiesHelperTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/util/StringHelperTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/util/dtd/Child.java
  A hibernate-core/src/matrix/java/org/hibernate/test/util/dtd/EntityResolverTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/util/dtd/Parent.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/util/dtd/Parent.java
  A hibernate-core/src/matrix/java/org/hibernate/test/util/dtd/child.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/version/Person.java
  A hibernate-core/src/matrix/java/org/hibernate/test/version/PersonThing.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/version/Task.java
  A hibernate-core/src/matrix/java/org/hibernate/test/version/Thing.java
  A hibernate-core/src/matrix/java/org/hibernate/test/version/VersionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/version/db/DbVersionTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/version/db/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/version/db/Permission.java
  A hibernate-core/src/matrix/java/org/hibernate/test/version/db/User.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/version/db/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/Group.java
  A hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/Permission.java
  A hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/SybaseTimestampVersioningTest.java
  A hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/User.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/User.java
  A hibernate-core/src/matrix/java/org/hibernate/test/where/File.hbm.xml
  A hibernate-core/src/matrix/java/org/hibernate/test/where/File.java
  A hibernate-core/src/matrix/java/org/hibernate/test/where/WhereTest.java
  A hibernate-core/src/matrix/java/org/hibernate/testing/tm/SimpleJtaTransactionImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/testing/tm/SimpleJtaTransactionManagerImpl.java
  A hibernate-core/src/matrix/java/org/hibernate/testing/tm/package.html
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/Boat.hbm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/Ferry.hbm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Boy.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Cook.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Crew.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/RentalCar.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Tourist.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Tourist2.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Tourist3.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Tourist4.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/bytecode/Hammer.hbm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/configuration/orm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/duplicatedgenerator/orm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/fetchprofile/mappings.hbm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/hibernate.cfg.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/inheritance/joined/Asset.hbm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/loader/Loader.hbm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/onetomany/orm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/onetoone/orm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/orm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/query/orm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/reflection/metadata-complete.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/reflection/orm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm1.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm10.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm11.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm12.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm13.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm14.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm15.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm16.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm17.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm18.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm19.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm2.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm20.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm21.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm22.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm23.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm24.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm25.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm26.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm27.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm28.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm3.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm4.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm5.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm6.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm7.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm8.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm9.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm1.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm10.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm11.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm12.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm13.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm14.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm15.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm16.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm17.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm18.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm19.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm2.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm20.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm21.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm3.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm4.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm5.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm6.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm7.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm8.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm9.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm1.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm2.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm3.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm4.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm5.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm6.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm7.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm8.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm9.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm1.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm10.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm11.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm12.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm13.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm14.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm15.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm16.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm17.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm18.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm19.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm2.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm20.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm21.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm22.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm23.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm3.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm4.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm5.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm6.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm7.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm8.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm9.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm1.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm10.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm11.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm2.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm3.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm4.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm5.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm6.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm7.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm8.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm9.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/orm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/orm2.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/orm3.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/orm4.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/hbm/A.hbm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/hbm/B.hbm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/hbm/CloudType.hbm.xml
  A hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/hbm/Government.hbm.xml
  M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/EmbeddableHierarchyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterface.java
  R hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterfaceImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
  R hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AddressImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Server.java
  R hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/ServerImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/A320.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/A320b.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/AlternativeNamingStrategy.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/AmericaCupClass.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Boat.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Company.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/ConfigurationTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Country.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Discount.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/EntityTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Ferry.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Flight.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/FlyingObject.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/IncorrectEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/JoinedSubclassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Passport.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Plane.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Port.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/SafeMappingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/SecuredBindingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Sky.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Thing.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/Ticket.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/TicketComparator.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/AccessTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/Bed.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/BigBed.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/Chair.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/Closet.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/Foobar.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/Furniture.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/Gardenshed.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/Thingy.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/Woody.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessMappingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Animal.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Bed.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Being.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/BigBed.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Chair.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Circle.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Color.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course1.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course2.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course3.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course4.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course5.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course6.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course7.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course8.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Furniture.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Gardenshed.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Horse.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Position.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Shape.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Square.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Student.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Thingy.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/User.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Woody.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Boy.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Cook.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Crew.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Driver.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Knive.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/RentalCar.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Tourist.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Waiter.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/XmlAccessTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/any/CharProperty.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/any/IntegerProperty.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/any/LongProperty.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/any/Property.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertyList.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertyMap.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertySet.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/any/StringProperty.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/any/package-info.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/array/ArrayTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/array/Competitor.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/array/Contest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/BackquoteTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/Bug.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/Category.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/Printer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/PrinterCable.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationAutoTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationDisabledTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationGroupsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationProvidedFactoryTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Button.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Color.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/CupHolder.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLWithoutCallbackTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Display.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DisplayConnector.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/MinMax.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Music.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/PowerSupply.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Range.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Rock.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Screen.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Strict.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Tv.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/TvOwner.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/Hammer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/ProxyBreakingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/Tool.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CascadeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Mouth.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Tooth.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/A.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/AId.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/B.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/C.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Channel.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/ChildPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/CompositeIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/LittleGenius.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Order.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/OrderLine.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/OrderLinePk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/ParentPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Presenter.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/SomeEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/SomeEntityId.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvMagazin.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvMagazinPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvProgram.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvProgramIdClass.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/Card.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/CardField.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/EagerKeyManyToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/Key.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/PrimaryKey.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Boy.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Brand.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Bug.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/BugSystem.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Character.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CountryAttitude.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/FavoriteFood.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/LocalizedString.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Matrix.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Products.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/TestCourse.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Toy.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Widgets.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/A.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/B.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/C.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/DeepCollectionElementTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Contact.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Sale.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/configuration/ConfigurationTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/configuration/package-info.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/BasicOperationsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/Grade.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/SomeEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/SomeOtherEntity.java
  M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/DerivedIdentityWithBidirectionalAssociationTest.java
  M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/Order.java
  M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/OrderLine.java
  M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/OrderLinePK.java
  M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/duplicatedgenerator/DuplicateTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/duplicatedgenerator/Flight.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/AddressType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Book.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/CorpType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Country.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Deal.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FavoriteThings.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FixedLeg.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FloatLeg.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/InternetFavorites.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/InternetProvider.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Leg.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/LegalStructure.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Manager.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Nationality.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/NotonialDeal.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/RegionalArticle.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/RegionalArticlePk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/SpreadDeal.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Summary.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Swap.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/URLFavorite.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/VanillaSwap.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/WealthyPerson.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Country.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/EmbeddableWithMany2OneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Alias.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/EmbeddableWithOne2ManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Name.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/PersonName.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Father.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Mother.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Son.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Bid.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Car.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/CasterStringType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/CommunityBid.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/ContactDetails.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Country.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Drill.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/FirstName.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Flight.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/FormalLastName.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/LastName.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Length.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/LocalContactDetails.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/MonetaryAmount.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/MonetaryAmountUserType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Name.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Narrative.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/OverseasPhoneNumber.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Peugot.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PhoneNumber.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PhoneNumberType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Player.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PowerDrill.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PropertyDefaultMappingsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Race.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Ransom.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/SoccerTeam.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Starred.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Tool.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Topic.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Tree.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/WashingMachine.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Widget.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/ZipCode.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entity/package-info.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Cellular.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Communication.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/EntityNonEntityTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/GSM.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Interaction.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Phone.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Voice.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Branch.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/FetchingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Leaf.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Stay.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Country.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer2.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer3.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer4.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer5.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/FetchProfileTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/MoreFetchProfileTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Order.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/SupportTickets.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/package-info.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/A.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/A_PK.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/B.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/C.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/ClassA.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/ClassB.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/ClassC.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/ClassD.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/D.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/D_PK.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/FkCircularityTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Classes.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/DNA.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Dummy.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/EmbeddedGenericsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Gene.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/GenericsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Item.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Paper.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/PaperType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Price.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/PricedStuff.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/SomeGuy.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/State.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/StateType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Stuff.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/UnresolvedTypeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/generics/WildEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy1.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy2.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy22.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/GenericsInheritanceTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy1.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy2.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy22.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/EnumIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/IdClassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/IdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/JoinColumnOverrideTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/UUIDGenerator.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Ball.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/BreakDance.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Bunny.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Computer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Department.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Dog.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/FirTree.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Footballer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/FootballerPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Furniture.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/GoalKeeper.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Home.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Location.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/MilitaryBuilding.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Monkey.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Phone.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Planet.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/PlanetCheatSheet.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/PointyTooth.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Shoe.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/SoundSystem.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Store.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Tower.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Tree.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/TwinkleToes.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/AutoEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/CompleteSequenceEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/MinimalSequenceEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/MinimalTableEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/package-info.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/EnumIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/IdClassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/IdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/UUIDGenerator.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Ball.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/BreakDance.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Bunny.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Computer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Department.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Dog.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/FirTree.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Footballer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/FootballerPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Furniture.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/GoalKeeper.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Home.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Location.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/MilitaryBuilding.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Monkey.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Phone.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Planet.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/PlanetCheatSheet.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/PointyTooth.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Shoe.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/SoundSystem.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Store.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Tower.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/Tree.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/entities/TwinkleToes.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/package-info.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/DomainAdmin.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/DomainAdminId.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/IdClassCompositePKTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/xml/IdClassXmlTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/IdClassGeneratedValueTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Multiple.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/MultiplePK.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple2.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/SimplePK.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/IdentifierCollectionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/Passport.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/Stamp.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/BasketItems.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/BasketItemsPK.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Card.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CardField.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CardKey.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Customers.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Project.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/ShoppingBaskets.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/ShoppingBasketsPK.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Store.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/StoreCustomer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/StoreCustomerPK.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/A.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Acces.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/B.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/BId.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Benefserv.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/C.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/CId.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Droitacces.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Service.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Country.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Foobar.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/State.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressBook.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressEntry.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressEntryPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AlphabeticalDirectory.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Drawer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Dress.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Gas.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GasKey.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Generation.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GenerationGroup.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GenerationUser.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/MapKeyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/News.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Newspaper.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Painter.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Painting.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/PaintingPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/PressReleaseAgency.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Software.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Trainee.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Training.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Version.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Wardrobe.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Apple.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Carrot.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Fruit.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Tomato.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Vegetable.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/VegetablePk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/BaseClass.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/DiscriminatorOptionsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/SubClass.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Account.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Alarm.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Asset.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Client.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Clothing.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Company.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Document.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/EventInformation.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/File.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/FinancialAsset.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Folder.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/LegalEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Pool.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/PoolAddress.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/ProgramExecution.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/PropertyAsset.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Sweater.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/SwimmingPool.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/SymbolicLink.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/Document.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/File.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/Folder.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/SubclassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/SymbolicLink.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Building.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Funk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/House.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Music.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Noise.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/PaperTrash.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Rock.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Trash.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/Document.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/File.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/Folder.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/SubclassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/SymbolicLink.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/Contact.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/ContactImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/InterfacesTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/User.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/UserImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/join/A.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/join/B.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/join/C.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/join/Cat.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/join/Death.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/join/Dog.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/join/DogPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/join/JoinTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/join/Life.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/join/SysGroupsOrm.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/join/SysUserOrm.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/loader/LoaderTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Player.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Team.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractBook.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Book.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CharacterArrayTextType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CompiledCode.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Dog.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Editor.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImageHolder.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImageTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LobTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LongStringHolder.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/MaterializedBlobEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/MaterializedBlobTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/PrimitiveCharacterArrayTextType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/SerializableToImageType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/TextTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedBook.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/WrappedImageType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/lob/package-info.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Building.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/BuildingCompany.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Cat.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/CatPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/City.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Company.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ContactInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Contractor.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Employer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Friend.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/GroupWithSet.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Inspector.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/InspectorPrefixes.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/JobInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/KnownClient.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Man.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyMaxFetchDepth0Test.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Permission.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/PhoneNumber.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ProgramManager.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Store.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Supplier.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Woman.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/WomanPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Zone.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/BiggestForest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Car.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Carz.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Color.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Deal.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/DistrictUser.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ForestType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Frame.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Lens.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Lotz.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/LotzPK.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneJoinTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Node.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/NodePk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Order.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/OrderLine.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ParentPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/TreeType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/User.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/UserPK.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/GenericObject.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Item.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ManyToOneReferencedColumnNameTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Vendor.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/WarehouseItem.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ZItemCost.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Company.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ContractId.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Language.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Manufacturer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManufacturerId.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Menu.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Message.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Model.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ModelId.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/Account.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/AccountBase.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccount.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccountBase.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/A.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/AddressEntry.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/DummyNamingStrategy.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/NamingStrategyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/Citizen.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnManyToOne.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/State.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/Coin.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/Currency.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/NotFoundTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/City.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Manufacturer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Model.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Monkey.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Order.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderByTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderID.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderItem.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderItemID.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Organisation.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrganisationUser.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/ParentPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/PoliticalParty.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Politician.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Soldier.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Street.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Tiger.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Trainer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Troop.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Body.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Client.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Computer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/ComputerPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Father.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Heart.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneErrorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Owner.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OwnerAddress.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Party.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/PartyAffiliate.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/SerialNumber.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/SerialNumberPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Show.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/ShowDescription.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Son.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Trousers.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/TrousersZip.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/BaseEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Device.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/DeviceGroupConfig.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/HHH4851Test.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Hardware.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/ManagedDevice.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Owner.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/primarykey/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/primarykey/NullablePrimaryKeyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/primarykey/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/Addr.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/AssociationOverrideTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/ContactInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/Location.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/Move.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/PhoneNumber.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/PropertyInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/PropertyRecord.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/SocialSite.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/SocialTouchPoints.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/override/Trip.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/persister/Card.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/persister/CollectionPersister.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/persister/Deck.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/persister/EntityPersister.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/persister/PersisterTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/Car.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/MovingThing.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/SportCar.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/AllTables.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Area.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Captain.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/CasimirParticle.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Chaos.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Darkness.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dictionary.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dimensions.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Identity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Mark.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Night.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/SpaceShip.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/SynonymousDictionary.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/query/Twilight.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/quote/Phone.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/quote/QuoteGlobalTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/quote/QuoteTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/quote/Role.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/quote/User.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/quote/resultsetmappings/MyEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Bag.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Clothes.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/House.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Inhabitant.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Item.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ItemCost.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Luggage.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Postman.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Rambler.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Vendor.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/WarehouseItem.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/Administration.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/Availability.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/BusTrip.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/BusTripPk.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/Competition.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAOverridenAnnotationReaderTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/LogListener.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/Match.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/Organization.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/OtherLogListener.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/SocialSecurityMoralAccount.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/SocialSecurityNumber.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/SocialSecurityPhysicalAccount.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/TennisMatch.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/XMLContextTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Location.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Storm.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/StrategyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/Bid.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/HighestBid.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/Item.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/SubselectTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Component.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Machine.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Robot.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/T800.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/TablePerClassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/target/Brand.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/target/Luggage.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/target/LuggageImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/target/Owner.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/target/OwnerImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/target/Size.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/target/SizeImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/target/TargetTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/Country.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/Cuisine.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DataProxyHandler.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicComponentTuplizer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicEntityTuplizer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicInstantiator.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/EntityNameInterceptor.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/ProxyHelper.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/TuplizerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/type/Dvd.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOid.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOidGenerator.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOidType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/type/TypeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Building.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/House.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Room.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/Antenna.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/Conductor.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/DBTimestamped.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/GeneratedTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/IndexTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/OptimisticLockAnnotationTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/ProfessionalAgreement.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/TimestampTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/Truck.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/VMTimestamped.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/Vehicule.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/various/readwriteexpression/Staff.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Company.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Light.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Model.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/A.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/AImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/B.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/BImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/CloudType.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Government.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/HbmTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/HbmWithIdentityTest.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/PrimeMinister.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Sky.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Z.java
  R hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/ZImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/any/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/any/AnyTypeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/any/ComplexPropertyValue.java
  R hibernate-core/src/test/java/org/hibernate/test/any/IntegerPropertyValue.java
  R hibernate-core/src/test/java/org/hibernate/test/any/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/any/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/any/Properties.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/any/PropertySet.java
  R hibernate-core/src/test/java/org/hibernate/test/any/PropertyValue.java
  R hibernate-core/src/test/java/org/hibernate/test/any/StringPropertyValue.java
  R hibernate-core/src/test/java/org/hibernate/test/array/A.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/array/A.java
  R hibernate-core/src/test/java/org/hibernate/test/array/ArrayTest.java
  R hibernate-core/src/test/java/org/hibernate/test/array/B.java
  R hibernate-core/src/test/java/org/hibernate/test/ast/ASTIteratorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/ast/ASTUtilTest.java
  R hibernate-core/src/test/java/org/hibernate/test/batch/BatchTest.java
  R hibernate-core/src/test/java/org/hibernate/test/batch/DataPoint.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/batch/DataPoint.java
  R hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchFetchTest.java
  R hibernate-core/src/test/java/org/hibernate/test/batchfetch/Model.java
  R hibernate-core/src/test/java/org/hibernate/test/batchfetch/ProductLine.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/batchfetch/ProductLine.java
  R hibernate-core/src/test/java/org/hibernate/test/bidi/Auction.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/bidi/Auction.java
  R hibernate-core/src/test/java/org/hibernate/test/bidi/Auction2.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/bidi/AuctionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/bidi/AuctionTest2.java
  R hibernate-core/src/test/java/org/hibernate/test/bidi/Bid.java
  R hibernate-core/src/test/java/org/hibernate/test/bytecode/Bean.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/bytecode/Bean.java
  R hibernate-core/src/test/java/org/hibernate/test/bytecode/BeanReflectionHelper.java
  R hibernate-core/src/test/java/org/hibernate/test/bytecode/ProxyBean.java
  R hibernate-core/src/test/java/org/hibernate/test/bytecode/javassist/InvocationTargetExceptionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/bytecode/javassist/ReflectionOptimizerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cache/CacheableItem.java
  R hibernate-core/src/test/java/org/hibernate/test/cache/InsertedDataTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/A.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/BidirectionalOneToManyCascadeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/CascadeTestWithAssignedParentIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/Child.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cascade/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/ChildForParentWithAssignedId.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cascade/DeleteOrphanChild.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cascade/DeleteOrphanChild.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/G.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/H.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/Job.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cascade/Job.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/JobBatch.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cascade/JobBatch.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/MultiPathCascade.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cascade/MultiPathCascadeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/Parent.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cascade/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/ParentWithAssignedId.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cascade/RefreshTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParent.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParentTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascade.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityTrueTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsert.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsertTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Node.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Route.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Tour.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Transport.java
  R hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Vehicle.java
  R hibernate-core/src/test/java/org/hibernate/test/cfg/Cacheable.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cfg/CacheableFileTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cfg/ConfigurationSerializationTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cfg/orm-serializable.xml
  R hibernate-core/src/test/java/org/hibernate/test/cfg/persister/Gate.java
  R hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyException.java
  R hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
  R hibernate-core/src/test/java/org/hibernate/test/cfg/persister/PersisterClassProviderTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cfg/persister/Portal.java
  R hibernate-core/src/test/java/org/hibernate/test/cfg/persister/Window.java
  R hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdWithGeneratorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cid/Customer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cid/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/cid/LineItem.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cid/LineItem.java
  R hibernate-core/src/test/java/org/hibernate/test/cid/Order.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cid/Order.java
  R hibernate-core/src/test/java/org/hibernate/test/cid/Product.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cid/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseDetail.java
  R hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecord.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecord.java
  R hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecordIdGenerator.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/MapKey.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Part.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/bag/BagOwner.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/bag/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/collection/bag/PersistentBagTest.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/idbag/IdbagOwner.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/idbag/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/collection/idbag/PersistentIdBagTest.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/list/ListOwner.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/list/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/collection/list/PersistentListTest.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/map/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/map/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/collection/map/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/map/PersistentMapTest.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/original/Animal.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/original/CollectionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/original/Email.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/original/Mammal.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/original/Permission.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/original/User.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/original/UserPermissions.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/collection/original/Zoo.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/collection/original/Zoo.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/set/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/set/Container.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/set/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/collection/set/MappingsNonLazy.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/collection/set/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetNonLazyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetTest.java
  R hibernate-core/src/test/java/org/hibernate/test/component/basic/ComponentTest.java
  R hibernate-core/src/test/java/org/hibernate/test/component/basic/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/component/basic/OptionalComponent.java
  R hibernate-core/src/test/java/org/hibernate/test/component/basic/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/component/basic/User.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/component/basic/User.java
  R hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/CascadeToComponentCollectionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Definition.java
  R hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/LocalizedStrings.java
  R hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Value.java
  R hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/CascadeToComponentAssociationTest.java
  R hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Document.java
  R hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/PersonalInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/User.java
  R hibernate-core/src/test/java/org/hibernate/test/compositeelement/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/compositeelement/CompositeElementTest.java
  R hibernate-core/src/test/java/org/hibernate/test/compositeelement/Parent.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/compositeelement/Parent.java
  M hibernate-core/src/test/java/org/hibernate/test/connections/Other.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/AbstractFoo.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/Animal.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/criteria/Bar.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/CityState.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/ComplexJoinAliasTest.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/Course.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/CourseMeeting.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/CourseMeetingId.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/CriteriaQueryTest.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/Enrolment.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/criteria/Enrolment.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/Foo.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/criteria/GreatFoo.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/LikeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/LongInElementsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/Order.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/criteria/Order.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/OrderLine.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/OuterJoinCriteriaTest.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/StringExpression.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/Student.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/StudentAddress.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/StudentDTO.java
  R hibernate-core/src/test/java/org/hibernate/test/criteria/TestObject.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/criteria/TestObject.java
  R hibernate-core/src/test/java/org/hibernate/test/cuk/Account.java
  R hibernate-core/src/test/java/org/hibernate/test/cuk/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/cuk/CompositePropertyRefTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cuk/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cuk/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/cut/CompositeUserTypeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/cut/MonetoryAmount.java
  R hibernate-core/src/test/java/org/hibernate/test/cut/MonetoryAmountUserType.java
  R hibernate-core/src/test/java/org/hibernate/test/cut/MutualFund.java
  R hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.java
  R hibernate-core/src/test/java/org/hibernate/test/cut/types.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/deletetransient/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java
  R hibernate-core/src/test/java/org/hibernate/test/deletetransient/Note.java
  R hibernate-core/src/test/java/org/hibernate/test/deletetransient/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/deletetransient/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/deletetransient/Suite.java
  R hibernate-core/src/test/java/org/hibernate/test/dialect/function/AnsiTrimEmulationFunctionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/dialect/function/MySQLRoundFunctionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/dialect/function/Product.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/dialect/function/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/SQLFunctionsInterSystemsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.java
  R hibernate-core/src/test/java/org/hibernate/test/dialect/unit/lockhint/AbstractLockHintTest.java
  R hibernate-core/src/test/java/org/hibernate/test/dialect/unit/lockhint/SQLServerLockHintsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/dialect/unit/lockhint/SybaseASE15LockHintsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/dialect/unit/lockhint/SybaseLockHintsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/discriminator/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/discriminator/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/discriminator/DiscriminatorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/discriminator/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/discriminator/PartTimeEmployee.java
  R hibernate-core/src/test/java/org/hibernate/test/discriminator/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/discriminator/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/discriminator/SimpleInheritance.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/discriminator/SimpleInheritanceTest.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Company.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/DataProxyHandler.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/ProxyHelper.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/Customer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/InterceptorDynamicEntityTest.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/ProxyInterceptor.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/package.html
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/Customer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/EntityNameInterceptor.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityInstantiator.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityTuplizer.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/TuplizerDynamicEntityTest.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/Customer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityInstantiator.java
  R hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityTuplizer.java
  R hibernate-core/src/test/java/org/hibernate/test/ecid/Course.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/ecid/Course.java
  R hibernate-core/src/test/java/org/hibernate/test/ecid/EmbeddedCompositeIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/ecid/UniversityCourse.java
  R hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/ProductLine.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/entitymode/map/subclass/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java
  R hibernate-core/src/test/java/org/hibernate/test/entityname/Car.java
  R hibernate-core/src/test/java/org/hibernate/test/entityname/EntityNameFromSubClassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/entityname/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/entityname/Vehicle.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/entityname/Vehicle.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/AbstractCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/AbstractParentWithCollection.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/BrokenCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/ChildEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/ChildValue.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/CollectionListeners.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/ParentWithCollection.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/AbstractAssociationCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ChildWithBidirectionalManyToMany.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ParentWithBidirectionalManyToMany.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ChildWithManyToOne.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToMany.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToManySubclass.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/ParentWithCollectionOfEntities.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ParentWithCollectionOfValues.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ValuesBagCollectionEventTest.java
  R hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ValuesBagMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/events/CallbackTest.java
  R hibernate-core/src/test/java/org/hibernate/test/exception/Group.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/exception/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/exception/SQLExceptionConversionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/exception/User.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/exception/User.java
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/Customer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/Employee.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/ExtendsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/allinone.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/allseparateinone.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/entitynames.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/packageentitynames.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/extendshbm/unionsubclass.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/extralazy/Document.java
  R hibernate-core/src/test/java/org/hibernate/test/extralazy/ExtraLazyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/extralazy/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/extralazy/SessionAttribute.java
  R hibernate-core/src/test/java/org/hibernate/test/extralazy/User.java
  R hibernate-core/src/test/java/org/hibernate/test/extralazy/UserGroup.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Course.java
  R hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/CourseOffering.java
  R hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Department.java
  R hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Enrollment.java
  R hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java
  R hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Student.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/Category.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/filter/Category.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/Department.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/filter/Department.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/DynamicFilterTest.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/LineItem.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/filter/LineItem.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/Order.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/filter/Order.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/Product.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/filter/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/Salesperson.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/filter/Salesperson.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/defs.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/filter/hql/Basic.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/filter/hql/BasicFilteredBulkManipulationTest.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/hql/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/hql/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/hql/Joined.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/hql/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/hql/User.java
  R hibernate-core/src/test/java/org/hibernate/test/filter/hql/filter-defs.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/flush/Author.java
  R hibernate-core/src/test/java/org/hibernate/test/flush/Book.java
  R hibernate-core/src/test/java/org/hibernate/test/flush/InitializingPreUpdateEventListener.java
  R hibernate-core/src/test/java/org/hibernate/test/flush/Publisher.java
  R hibernate-core/src/test/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
  R hibernate-core/src/test/java/org/hibernate/test/formulajoin/Detail.java
  R hibernate-core/src/test/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
  R hibernate-core/src/test/java/org/hibernate/test/formulajoin/Master.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/formulajoin/Master.java
  R hibernate-core/src/test/java/org/hibernate/test/generated/AbstractGeneratedPropertyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/generated/ComponentOwner.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/generated/ComponentOwner.java
  R hibernate-core/src/test/java/org/hibernate/test/generated/GeneratedPropertyEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/generated/GeneratedPropertyEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/generated/MSSQLGeneratedPropertyEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/generated/PartiallyGeneratedComponentTest.java
  R hibernate-core/src/test/java/org/hibernate/test/generated/TimestampGeneratedValuesWithCachingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/generated/TriggerGeneratedValuesWithCachingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/generated/TriggerGeneratedValuesWithoutCachingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/IdentityGeneratedKeysTest.java
  R hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyChild.java
  R hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MySibling.java
  R hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/MyEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/MyEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/SelectGeneratorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/SequenceIdentityTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Animal.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/Animal.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/BooleanLiteralEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/BooleanLiteralEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Car.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Cat.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/ClassicTranslatorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Classification.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/ClassificationType.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/ComponentContainer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/ComponentContainer.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/CrazyCompositeKey.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaClassicAggregationReturnTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaHQLAlignmentTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Dog.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/DomesticAnimal.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/EJBQLTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithArgFunctionAsColumn.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithFunctionAsColumnHolder.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithNoArgFunctionAsColumn.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/FooBarCopy.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/FunctionNamesAsColumns.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/HQLTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/HeresAnotherCrazyIdFieldName.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/HqlParserTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Human.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Image.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/Image.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/IntegerVersioned.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Joiner.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneKeyEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Lizard.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Mammal.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/MoreCrazyIdFieldNameStuffEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Name.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/PettingZoo.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Pickup.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/QueryTranslatorTestCase.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Reptile.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/SUV.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/SimpleAssociatedEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/SimpleEntityWithAssociation.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/SimpleEntityWithAssociation.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/StateProvince.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/TimestampVersioned.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Truck.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/User.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Vehicle.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/Vehicle.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Versions.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/hql/WithClauseTest.java
  R hibernate-core/src/test/java/org/hibernate/test/hql/Zoo.java
  R hibernate-core/src/test/java/org/hibernate/test/id/Car.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/id/Car.java
  R hibernate-core/src/test/java/org/hibernate/test/id/MultipleHiLoPerTableGeneratorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/id/Plane.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/id/Plane.java
  R hibernate-core/src/test/java/org/hibernate/test/id/Product.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/id/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/id/Radio.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/id/Radio.java
  R hibernate-core/src/test/java/org/hibernate/test/id/UseIdentifierRollbackTest.java
  R hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/Node.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/Node.java
  R hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/sqlbinary/UUIDBinaryTest.java
  R hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/sqlchar/UUIDCharTest.java
  R hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/CustomStrategyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/Node.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/Node.java
  R hibernate-core/src/test/java/org/hibernate/test/idbag/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/idbag/IdBagTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idbag/User.java
  R hibernate-core/src/test/java/org/hibernate/test/idbag/UserGroup.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idclass/Customer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idclass/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/idclass/CustomerId.java
  R hibernate-core/src/test/java/org/hibernate/test/idclass/FavoriteCustomer.java
  R hibernate-core/src/test/java/org/hibernate/test/idclass/IdClassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/BigIntegerIncrementGeneratorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/BigIntegerSequenceGeneratorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Basic.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/BasicForcedTableSequenceTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLo.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLoForcedTableSequenceTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Pooled.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/PooledForcedTableSequenceTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Basic.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/HiLo.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/HiLoSequenceTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Pooled.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/PooledSequenceTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Basic.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/BasicTableTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/HiLo.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/HiLoTableTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Pooled.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/PooledTableTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idprops/IdentifierPropertyReferencesTest.java
  R hibernate-core/src/test/java/org/hibernate/test/idprops/LineItem.java
  R hibernate-core/src/test/java/org/hibernate/test/idprops/LineItemPK.java
  R hibernate-core/src/test/java/org/hibernate/test/idprops/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/idprops/Order.java
  R hibernate-core/src/test/java/org/hibernate/test/idprops/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/Contract.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/ContractVariation.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/immutable/ContractVariation.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/ImmutableTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/Info.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/Party.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/Plan.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Contract.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/ContractVariation.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Info.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Owner.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Party.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Plan.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariation.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationOneToManyJoin.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersioned.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersionedOneToManyJoin.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariation.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationOneToManyJoin.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationUnidir.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersioned.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersionedOneToManyJoin.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyUnidirTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
  R hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/importfile/Dog.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/importfile/Dog.java
  R hibernate-core/src/test/java/org/hibernate/test/importfile/Human.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/importfile/Human.java
  R hibernate-core/src/test/java/org/hibernate/test/importfile/ImportFileTest.java
  R hibernate-core/src/test/java/org/hibernate/test/insertordering/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/insertordering/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/insertordering/Membership.java
  R hibernate-core/src/test/java/org/hibernate/test/insertordering/User.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/buildtime/InstrumentTest.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/Executable.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestCustomColumnReadAndWrite.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestDirtyCheckExecutable.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestFetchAllExecutable.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestInjectFieldInterceptorExecutable.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestIsPropertyInitializedExecutable.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyExecutable.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyManyToOneExecutable.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyPropertyCustomTypeExecutable.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestManyToOneProxyExecutable.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestSharedPKOneToOneExecutable.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/CustomBlobType.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Document.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Documents.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/EntityWithOneToOnes.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Folder.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/OneToOneNoProxy.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/OneToOneProxy.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Owner.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Problematic.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Problematic.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/domain/SharedPKOneToOne.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.java
  R hibernate-core/src/test/java/org/hibernate/test/instrument/runtime/JavassistInstrumentationTest.java
  R hibernate-core/src/test/java/org/hibernate/test/interceptor/CollectionInterceptor.java
  R hibernate-core/src/test/java/org/hibernate/test/interceptor/Image.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/interceptor/Image.java
  R hibernate-core/src/test/java/org/hibernate/test/interceptor/InstantiateInterceptor.java
  R hibernate-core/src/test/java/org/hibernate/test/interceptor/InterceptorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/interceptor/Log.java
  R hibernate-core/src/test/java/org/hibernate/test/interceptor/PropertyInterceptor.java
  R hibernate-core/src/test/java/org/hibernate/test/interceptor/StatefulInterceptor.java
  R hibernate-core/src/test/java/org/hibernate/test/interceptor/User.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/interceptor/User.java
  R hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Document.java
  R hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/DocumentImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/DocumentInterceptor.java
  R hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Folder.java
  R hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/FolderImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Item.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Item.java
  R hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/ItemImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/SecureDocument.java
  R hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/SecureDocumentImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/iterate/Item.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/iterate/Item.java
  R hibernate-core/src/test/java/org/hibernate/test/iterate/IterateTest.java
  R hibernate-core/src/test/java/org/hibernate/test/jdbc/Boat.java
  R hibernate-core/src/test/java/org/hibernate/test/jdbc/GeneralWorkTest.java
  R hibernate-core/src/test/java/org/hibernate/test/jdbc/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/jdbc/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/join/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/join/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/join/JoinTest.java
  R hibernate-core/src/test/java/org/hibernate/test/join/OptionalJoinTest.java
  R hibernate-core/src/test/java/org/hibernate/test/join/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/join/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/join/Thing.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/join/Thing.java
  R hibernate-core/src/test/java/org/hibernate/test/join/User.java
  R hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/joinfetch/Bid.java
  R hibernate-core/src/test/java/org/hibernate/test/joinfetch/Category.java
  R hibernate-core/src/test/java/org/hibernate/test/joinfetch/Comment.java
  R hibernate-core/src/test/java/org/hibernate/test/joinfetch/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/joinfetch/Item.java
  R hibernate-core/src/test/java/org/hibernate/test/joinfetch/ItemBid.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/joinfetch/JoinFetchTest.java
  R hibernate-core/src/test/java/org/hibernate/test/joinfetch/User.java
  R hibernate-core/src/test/java/org/hibernate/test/joinfetch/UserGroup.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/jpa/AbstractJPATest.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/Item.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/jpa/Item.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/MyEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/jpa/MyEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/MySubclassEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/Part.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/jpa/Part.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/CascadeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildAssigned.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildInfoAssigned.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Other.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/OtherAssigned.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentAssigned.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentChild.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentInfoAssigned.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/FetchingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Stay.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/lock/JPALockTest.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/lock/RepeatableReadTest.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/User.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/User.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/package.html
  R hibernate-core/src/test/java/org/hibernate/test/jpa/proxy/JPAProxyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/ql/NativeQueryTest.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/removed/RemovedEntityTest.java
  R hibernate-core/src/test/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java
  R hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/LazyKeyManyToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/LazyMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/Order.java
  R hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/KeyManyToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Order.java
  R hibernate-core/src/test/java/org/hibernate/test/lazycache/Document.java
  R hibernate-core/src/test/java/org/hibernate/test/lazycache/Documents.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/lazycache/InstrumentCacheTest.java
  R hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Employment.java
  R hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/LazyOneToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/A.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ABC.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ABCExtends.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ABCProxy.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ABCProxyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ABCTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Abstract.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/AbstractProxy.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/AltSimple.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Assignable.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/B.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Bar.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/BarProxy.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/BasicNameable.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Baz.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Baz.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Blobber.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Blobber.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Broken.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Broken.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/C1.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/C2.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Category.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Category.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Circular.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Circular.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Commento.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Company.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Component.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentCollection.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNull.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNullMaster.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNullMaster.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNullTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Componentizable.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Componentizable.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/CompositeElement.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/CompositeIdId.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/CompositeIdId.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Contained.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Container.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Container.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Custom.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Custom.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/CustomPersister.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/CustomSQL.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/CustomSQLTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/D.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Detail.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/DoubleStringType.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Down.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Drug.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/E.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Eye.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Eye.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Fee.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Fee.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Fixed.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Fo.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Fo.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Foo.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/FooBar.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/FooBarTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/FooComponent.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/FooProxy.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Fum.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Fum.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/FumCompositeID.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/FumTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Fumm.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Fumm.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Glarch.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Glarch.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/GlarchProxy.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Holder.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Holder.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/I.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/IJ.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/IJ2.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/IJ2Test.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/IJTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Immutable.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Immutable.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Inner.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/InnerKey.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Intervention.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/J.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Jay.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/K.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/LegacyTestCase.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Location.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Location.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Lower.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/MainObject.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/MainObject.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Many.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Many.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Map.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/MapTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Marelo.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Master.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/MasterDetail.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/MasterDetailTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Medication.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Middle.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Middle.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/MiddleKey.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Mono.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/MoreStuff.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Multi.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Multi.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/MultiExtends.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/MultiTableTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Multiplicity.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/MultiplicityType.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Nameable.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Nameable.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Named.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/NestingComponent.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/NonReflectiveBinderTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Object2.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Object2.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/One.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/One.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/OneToOneCacheTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Outer.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/OuterKey.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChild.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChildTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Part.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Party.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Po.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/QueryByExampleTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Qux.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Qux.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Resource.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Result.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/ReverseComparator.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Role.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/S.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/SQLFunctionsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/SQLLoaderTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Several.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Simple.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Simple.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Single.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/SingleSeveral.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Sortable.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/StatisticsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/StringComparator.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Stuff.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Stuff.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/SubComponent.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/SubDetail.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/SubMulti.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Super.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Top.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Trivial.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/TrivialClass.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Up.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/UpDown.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Vetoer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Vetoer.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/W.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/WZ.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Wicked.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/X.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/XY.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Y.java
  R hibernate-core/src/test/java/org/hibernate/test/legacy/Z.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/BlobLocatorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/ClobLocatorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/ImageMappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/lob/ImageTest.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/LobHolder.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/LobMappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/lob/LobMergeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/LongByteArrayHolder.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/LongByteArrayTest.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/LongStringHolder.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/LongStringTest.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedBlobMappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedBlobTest.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedClobMappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedClobTest.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/SerializableData.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/SerializableHolder.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/SerializableMappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/lob/SerializableTypeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/lob/TextMappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/lob/TextTest.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/ManyToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/User.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/UserGroup.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/User.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/UserGroupBatchLoad.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/OrderedManyToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/User.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/UserGroup.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/AbstractManyToManyAssociationClassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/Membership.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/User.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/ManyToManyAssociationClassCompositeIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/ManyToManyAssociationClassAssignedIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/map/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/map/MapIndexFormulaTest.java
  R hibernate-core/src/test/java/org/hibernate/test/map/SessionAttribute.java
  R hibernate-core/src/test/java/org/hibernate/test/map/User.java
  R hibernate-core/src/test/java/org/hibernate/test/map/UserGroup.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Item.java
  R hibernate-core/src/test/java/org/hibernate/test/mapcompelem/MapCompositeElementTest.java
  R hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Part.java
  R hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/mapcompelem/ProductPart.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/mapelemformula/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/mapelemformula/MapElementFormulaTest.java
  R hibernate-core/src/test/java/org/hibernate/test/mapelemformula/User.java
  R hibernate-core/src/test/java/org/hibernate/test/mapelemformula/UserGroup.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/mapping/PersistentClassVisitorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/mapping/ValueVisitorTest.java
  R hibernate-core/src/test/java/org/hibernate/test/mappingexception/InvalidMapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/mappingexception/InvalidMapping.java
  R hibernate-core/src/test/java/org/hibernate/test/mappingexception/MappingExceptionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/mappingexception/User.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/mappingexception/User.java
  R hibernate-core/src/test/java/org/hibernate/test/mixed/Document.java
  R hibernate-core/src/test/java/org/hibernate/test/mixed/DocumentInterceptor.java
  R hibernate-core/src/test/java/org/hibernate/test/mixed/Folder.java
  R hibernate-core/src/test/java/org/hibernate/test/mixed/Item.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/mixed/Item.java
  R hibernate-core/src/test/java/org/hibernate/test/mixed/MixedTest.java
  R hibernate-core/src/test/java/org/hibernate/test/mixed/SecureDocument.java
  R hibernate-core/src/test/java/org/hibernate/test/namingstrategy/Customers.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/namingstrategy/Customers.java
  R hibernate-core/src/test/java/org/hibernate/test/namingstrategy/NamingStrategyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/namingstrategy/TestNamingStrategy.java
  R hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ImmutableEntityNaturalIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ImmutableNaturalIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ParentChildWithManyToOne.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/User.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/User.java
  R hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/User.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/User.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/AbstractOperationTestCase.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competition.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competition.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competitor.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/CreateTest.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employer.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/MergeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Node.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Node.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/NumberedNode.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/OneToOne.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/OptLockEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/PersonalDetails.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/SaveOrUpdateTest.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/TimestampedEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/VersionedEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/ondelete/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/ondelete/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/ondelete/OnDeleteTest.java
  R hibernate-core/src/test/java/org/hibernate/test/ondelete/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/ondelete/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/ondelete/Salesperson.java
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractVersionedRecursiveBidirectionalOneToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/Node.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/Node.java
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/OneToManyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/Parent.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyCacheTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyNoCacheTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyCacheTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyNoCacheTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetomany/VersionedNode.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/JoinedSubclassOneToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Org.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/OptionalOneToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Org.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/DiscrimSubclassOneToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Org.java
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/AbstractOperationTestCase.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/Competition.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/ops/Competition.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/Competitor.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/CreateTest.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/DeleteTest.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/Employer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/ops/Employer.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/GetLoadTest.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/MergeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/Node.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/ops/Node.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/NumberedNode.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/OneToOne.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/ops/OptLockEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/ops/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/PersonalDetails.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/SaveOrUpdateTest.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/SimpleEntity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/ops/SimpleEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/SimpleOpsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/TimestampedEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/ops/VersionedEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/optlock/Document.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/optlock/Document.java
  R hibernate-core/src/test/java/org/hibernate/test/optlock/OptimisticLockTest.java
  R hibernate-core/src/test/java/org/hibernate/test/optlock/PublicationDate.java
  R hibernate-core/src/test/java/org/hibernate/test/ordered/OrderByTest.java
  R hibernate-core/src/test/java/org/hibernate/test/ordered/Search.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/ordered/Search.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/Mail.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/orphan/Mail.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/OrphanTest.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/Part.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/Product.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/orphan/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/PropertyRefTest.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/User.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/orphan/User.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/DeleteOneToOneOrphansTest.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/EmployeeInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/EmployeeInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/DeleteOneToOneOrphansTest.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/EmployeeInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/EmployeeInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/DeleteOneToOneOrphansTest.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/EmployeeInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/DeleteOneToOneOrphansTest.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/EmployeeInfo.java
  R hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/pagination/DataPoint.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/pagination/DataPoint.java
  R hibernate-core/src/test/java/org/hibernate/test/pagination/DistinctSelectTest.java
  R hibernate-core/src/test/java/org/hibernate/test/pagination/Entry.java
  R hibernate-core/src/test/java/org/hibernate/test/pagination/EntryTag.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/pagination/PaginationTest.java
  R hibernate-core/src/test/java/org/hibernate/test/pagination/Tag.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Account.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/CachedPropertyRefCollectionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/ManagedObject.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Account.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/CompleteComponentPropertyRefTest.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Identity.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Account.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Identity.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Account.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/SubclassPropertyRefTest.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Account.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/BankAccount.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/JoinedSubclassPropertyRefTest.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Account.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.java
  R hibernate-core/src/test/java/org/hibernate/test/proxy/Container.java
  R hibernate-core/src/test/java/org/hibernate/test/proxy/DataPoint.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/proxy/DataPoint.java
  R hibernate-core/src/test/java/org/hibernate/test/proxy/Info.java
  R hibernate-core/src/test/java/org/hibernate/test/proxy/Owner.java
  R hibernate-core/src/test/java/org/hibernate/test/proxy/ProxyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/AbstractQueryCacheResultTransformerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/Course.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/CourseMeeting.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/CourseMeetingId.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCacheIgnoreResultTransformerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCacheNormalResultTransformerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCachePutResultTransformerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/Enrolment.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/querycache/Enrolment.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCacheIgnoreResultTransformerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCacheNormalResultTransformerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCachePutResultTransformerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/Item.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/querycache/Item.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/PersonName.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/QueryCacheTest.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/Student.java
  R hibernate-core/src/test/java/org/hibernate/test/querycache/StudentDTO.java
  R hibernate-core/src/test/java/org/hibernate/test/queryplan/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/queryplan/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/queryplan/GetHqlQueryPlanTest.java
  R hibernate-core/src/test/java/org/hibernate/test/queryplan/Joined.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/queryplan/NativeSQLQueryPlanEqualsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/queryplan/NativeSQLQueryReturnEqualsAndHashCodeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/queryplan/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/queryplan/User.java
  R hibernate-core/src/test/java/org/hibernate/test/queryplan/filter-defs.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/readonly/AbstractReadOnlyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/Container.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/Course.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/DataPoint.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/readonly/DataPoint.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/Enrolment.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/readonly/Enrolment.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/Info.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/Owner.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyCriteriaQueryTest.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyProxyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlySessionLazyNonLazyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlySessionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyTest.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/Student.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/StudentDTO.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/TextHolder.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/readonly/TextHolder.java
  R hibernate-core/src/test/java/org/hibernate/test/readonly/VersionedNode.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/readonly/VersionedNode.java
  R hibernate-core/src/test/java/org/hibernate/test/reattachment/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/reattachment/CollectionReattachmentTest.java
  R hibernate-core/src/test/java/org/hibernate/test/reattachment/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/reattachment/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/reattachment/ProxyReattachmentTest.java
  R hibernate-core/src/test/java/org/hibernate/test/resulttransformer/Contract.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/resulttransformer/Contract.java
  R hibernate-core/src/test/java/org/hibernate/test/resulttransformer/PartnerA.java
  R hibernate-core/src/test/java/org/hibernate/test/resulttransformer/PartnerB.java
  R hibernate-core/src/test/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java
  R hibernate-core/src/test/java/org/hibernate/test/rowid/Point.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/rowid/Point.java
  R hibernate-core/src/test/java/org/hibernate/test/rowid/RowIdTest.java
  R hibernate-core/src/test/java/org/hibernate/test/rowid/RowIdType.java
  R hibernate-core/src/test/java/org/hibernate/test/schemaupdate/1_Version.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/schemaupdate/2_Version.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/schemaupdate/MigrationTest.java
  R hibernate-core/src/test/java/org/hibernate/test/schemaupdate/Version.java
  R hibernate-core/src/test/java/org/hibernate/test/sorted/Search.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sorted/Search.java
  R hibernate-core/src/test/java/org/hibernate/test/sorted/SortTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/Membership.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/User.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/check/ExceptionCheckingEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/check/OracleCheckStyleTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/check/ParamCheckingEntity.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/check/ResultCheckStyleTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/check/oracle-mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/Dimension.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/Employment.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/ImageHolder.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/MonetaryAmount.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/MonetaryAmountUserType.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/Order.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/Organization.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/Product.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/SpaceShip.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/Speech.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/TextHolder.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/CustomStoredProcTestSupport.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/DataDirectOracleCustomSQLTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/StoredProcedures.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/db2/DB2CustomSQLTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/db2/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/mysql/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/mysql/MySQLCustomSQLTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/OracleCustomSQLTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/StoredProcedures.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sqlserver/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sqlserver/SQLServerCustomSQLTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sybase/SybaseCustomSQLTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/identity/CustomInsertSQLWithIdentityColumnTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/identity/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueries.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/NativeSqlAndQuotedIdentifiersTest.java
  R hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/stateless/Contact.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/stateless/Contact.java
  R hibernate-core/src/test/java/org/hibernate/test/stateless/Country.java
  R hibernate-core/src/test/java/org/hibernate/test/stateless/Document.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/stateless/Document.java
  R hibernate-core/src/test/java/org/hibernate/test/stateless/Org.java
  R hibernate-core/src/test/java/org/hibernate/test/stateless/Paper.java
  R hibernate-core/src/test/java/org/hibernate/test/stateless/StatelessSessionQueryTest.java
  R hibernate-core/src/test/java/org/hibernate/test/stateless/StatelessSessionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Resource.java
  R hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/StatelessSessionFetchingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Task.java
  R hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/User.java
  R hibernate-core/src/test/java/org/hibernate/test/stats/Continent.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/stats/Continent.java
  R hibernate-core/src/test/java/org/hibernate/test/stats/Continent2.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/stats/Country.java
  R hibernate-core/src/test/java/org/hibernate/test/stats/Locality.java
  R hibernate-core/src/test/java/org/hibernate/test/stats/Province.java
  R hibernate-core/src/test/java/org/hibernate/test/stats/SessionStatsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/stats/State.java
  R hibernate-core/src/test/java/org/hibernate/test/stats/StatsTest.java
  R hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
  R hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.java
  R hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/subclassfilter/UnionSubclassFilterTest.java
  R hibernate-core/src/test/java/org/hibernate/test/subclassfilter/discrim-subclass.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/subclassfilter/joined-subclass.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/subclassfilter/union-subclass.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/subselect/Alien.java
  R hibernate-core/src/test/java/org/hibernate/test/subselect/Being.java
  R hibernate-core/src/test/java/org/hibernate/test/subselect/Beings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/subselect/Human.java
  R hibernate-core/src/test/java/org/hibernate/test/subselect/SubselectTest.java
  R hibernate-core/src/test/java/org/hibernate/test/subselectfetch/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/subselectfetch/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/subselectfetch/ParentChild.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/subselectfetch/SubselectFetchTest.java
  R hibernate-core/src/test/java/org/hibernate/test/ternary/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/ternary/Site.java
  R hibernate-core/src/test/java/org/hibernate/test/ternary/Ternary.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/ternary/TernaryTest.java
  R hibernate-core/src/test/java/org/hibernate/test/timestamp/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/timestamp/TimestampTest.java
  R hibernate-core/src/test/java/org/hibernate/test/timestamp/User.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/timestamp/User.java
  R hibernate-core/src/test/java/org/hibernate/test/tm/CMTTest.java
  R hibernate-core/src/test/java/org/hibernate/test/tm/Item.hbm.xml
  M hibernate-core/src/test/java/org/hibernate/test/transaction/jta/BasicDrivingTest.java
  M hibernate-core/src/test/java/org/hibernate/test/transaction/jta/ManagedDrivingTest.java
  R hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/AddressId.java
  R hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Customer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/typedonetoone/AddressId.java
  R hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Customer.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/typedonetoone/TypedOneToOneTest.java
  R hibernate-core/src/test/java/org/hibernate/test/typeoverride/Entity.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/typeoverride/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/typeoverride/H2DialectOverridePrefixedVarcharSqlTypeDesc.java
  R hibernate-core/src/test/java/org/hibernate/test/typeoverride/H2DialectOverrideVarcharSqlCode.java
  R hibernate-core/src/test/java/org/hibernate/test/typeoverride/StoredPrefixedStringType.java
  R hibernate-core/src/test/java/org/hibernate/test/typeoverride/TypeOverrideTest.java
  R hibernate-core/src/test/java/org/hibernate/test/typeparameters/DefaultValueIntegerType.java
  R hibernate-core/src/test/java/org/hibernate/test/typeparameters/TypeParameterTest.java
  R hibernate-core/src/test/java/org/hibernate/test/typeparameters/Typedef.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/typeparameters/Widget.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/typeparameters/Widget.java
  R hibernate-core/src/test/java/org/hibernate/test/unconstrained/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/unconstrained/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/unconstrained/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/unconstrained/UnconstrainedTest.java
  R hibernate-core/src/test/java/org/hibernate/test/unidir/BackrefTest.java
  R hibernate-core/src/test/java/org/hibernate/test/unidir/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/unidir/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/unidir/ParentChild.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Alien.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Being.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Beings.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Hive.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Human.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Location.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Thing.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/CarBuyer.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/PersonID.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/SellCarTest.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/Seller.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Address.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Customer.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Employee.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Person.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/basic/Email.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/basic/IMyList.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/basic/MyList.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/basic/MyListType.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/basic/PersistentMyList.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/basic/User.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/basic/UserCollectionTypeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/basic/UserPermissions.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/parameterized/DefaultableList.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/parameterized/DefaultableListImpl.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/parameterized/DefaultableListType.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/parameterized/Entity.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/parameterized/Mapping.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/parameterized/ParameterizedUserCollectionTypeTest.java
  R hibernate-core/src/test/java/org/hibernate/test/usercollection/parameterized/PersistentDefaultableList.java
  R hibernate-core/src/test/java/org/hibernate/test/util/JoinedIterableTest.java
  R hibernate-core/src/test/java/org/hibernate/test/util/PropertiesHelperTest.java
  R hibernate-core/src/test/java/org/hibernate/test/util/SchemaUtil.java
  R hibernate-core/src/test/java/org/hibernate/test/util/StringHelperTest.java
  R hibernate-core/src/test/java/org/hibernate/test/util/dtd/Child.java
  R hibernate-core/src/test/java/org/hibernate/test/util/dtd/EntityResolverTest.java
  R hibernate-core/src/test/java/org/hibernate/test/util/dtd/Parent.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/util/dtd/Parent.java
  R hibernate-core/src/test/java/org/hibernate/test/util/dtd/child.xml
  R hibernate-core/src/test/java/org/hibernate/test/version/Person.java
  R hibernate-core/src/test/java/org/hibernate/test/version/PersonThing.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/version/Task.java
  R hibernate-core/src/test/java/org/hibernate/test/version/Thing.java
  R hibernate-core/src/test/java/org/hibernate/test/version/VersionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/version/db/DbVersionTest.java
  R hibernate-core/src/test/java/org/hibernate/test/version/db/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/version/db/Permission.java
  R hibernate-core/src/test/java/org/hibernate/test/version/db/User.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/version/db/User.java
  R hibernate-core/src/test/java/org/hibernate/test/version/sybase/Group.java
  R hibernate-core/src/test/java/org/hibernate/test/version/sybase/Permission.java
  R hibernate-core/src/test/java/org/hibernate/test/version/sybase/SybaseTimestampVersioningTest.java
  R hibernate-core/src/test/java/org/hibernate/test/version/sybase/User.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/version/sybase/User.java
  R hibernate-core/src/test/java/org/hibernate/test/where/File.hbm.xml
  R hibernate-core/src/test/java/org/hibernate/test/where/File.java
  R hibernate-core/src/test/java/org/hibernate/test/where/WhereTest.java
  R hibernate-core/src/test/java/org/hibernate/testing/tm/SimpleJtaTransactionImpl.java
  R hibernate-core/src/test/java/org/hibernate/testing/tm/SimpleJtaTransactionManagerImpl.java
  R hibernate-core/src/test/java/org/hibernate/testing/tm/package.html
  A hibernate-core/src/test/java/org/hibernate/util/SchemaUtil.java
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/Boat.hbm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/Ferry.hbm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Boy.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Cook.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Crew.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/RentalCar.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist2.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist3.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist4.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/bytecode/Hammer.hbm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/configuration/orm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/duplicatedgenerator/orm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/fetchprofile/mappings.hbm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/hibernate.cfg.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/inheritance/joined/Asset.hbm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/loader/Loader.hbm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/onetomany/orm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/onetoone/orm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/orm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/query/orm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/reflection/metadata-complete.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/reflection/orm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm1.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm10.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm11.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm12.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm13.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm14.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm15.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm16.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm17.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm18.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm19.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm2.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm20.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm21.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm22.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm23.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm24.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm25.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm26.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm27.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm28.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm3.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm4.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm5.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm6.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm7.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm8.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm9.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm1.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm10.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm11.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm12.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm13.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm14.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm15.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm16.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm17.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm18.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm19.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm2.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm20.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm21.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm3.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm4.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm5.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm6.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm7.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm8.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm9.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm1.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm2.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm3.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm4.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm5.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm6.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm7.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm8.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm9.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm1.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm10.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm11.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm12.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm13.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm14.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm15.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm16.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm17.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm18.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm19.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm2.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm20.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm21.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm22.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm23.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm3.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm4.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm5.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm6.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm7.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm8.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm9.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm1.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm10.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm11.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm2.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm3.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm4.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm5.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm6.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm7.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm8.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm9.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm2.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm3.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm4.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/hbm/A.hbm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/hbm/B.hbm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/hbm/CloudType.hbm.xml
  R hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/hbm/Government.hbm.xml
  M hibernate-entitymanager/hibernate-entitymanager.gradle
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/CriteriaCompilingTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/QueryBuilderTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/AggregationResultTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/BasicCriteriaUsageTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/ExpressionsTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/PredicateTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/Wall.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/paths/ImplicitJoinTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/subquery/CorrelatedSubqueryTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/subquery/UncorrelatedSubqueryTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/tuple/TupleCriteriaTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/AssociationTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Incident.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/IncidentStatus.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Kitchen.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Oven.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/beanvalidation/BeanValidationTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/beanvalidation/CupHolder.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CallbacksTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CommunicationSystem.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CountryChecker.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CountryNameCheckerListener.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Customer.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Employee.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/ExceptionListener.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/FirstOneListener.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/IncreaseListener.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Person.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Plant.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/RemoteControl.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Rythm.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Television.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Translation.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/VideoSystem.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Author.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/CascadeTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Conference.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/DeleteOrphanTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/DetachAndContainsTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/ExtractionDocument.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/ExtractionDocumentInfo.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/FetchTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/FetchTest2.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Grandson.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Parent.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Soldier.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Soldier2.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Son.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Song.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Student.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Teacher.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Troop.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Troop2.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Cat.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Colony.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Competition.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Competitor.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Decorate.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Dog.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Dress.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Empire.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/FlushModeTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/FlushTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/GetReferenceTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Mail.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/MergeTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Music.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Pet.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Race.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/RefreshTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/RemoveTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/A.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B1.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B2.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B3.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B4.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/C1.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/C2.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/CascadePersistTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/ExceptionTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Instrument.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Music.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Musician.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/Fruit.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/InheritanceTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/Strawberry.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lob/BlobTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lob/ImageReader.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/Lock.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/Lockable.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/QueryLockingTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/UnversionedLock.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Animal.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Employee.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Employer.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/FindTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/GetLoadTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Mammal.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/MergeNewTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/MergeTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Node.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/NumberedNode.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/PersistTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Reptile.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Workload.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/query/ComponentJoinsTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/query/QueryTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/Book.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/FlushAndTransactionTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Author.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Book.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/CopyrightableContent.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/GetIdentifierTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/IsLoadedTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/PersistenceUtilHelperTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Sickness.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Umbrella.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/XmlAttributeOverrideTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/XmlTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Address.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Article.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Employee.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Light.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Lighter.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/XmlAttributeOverrideTest.java
  A hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/XmlTest.java
  A hibernate-entitymanager/src/matrix/resources/org/hibernate/ejb/test/xml/orm3.xml
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/CriteriaCompilingTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/QueryBuilderTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/AggregationResultTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/BasicCriteriaUsageTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/ExpressionsTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/PredicateTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/Wall.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/ImplicitJoinTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/subquery/CorrelatedSubqueryTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/subquery/UncorrelatedSubqueryTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/tuple/TupleCriteriaTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/AssociationTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Incident.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/IncidentStatus.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Kitchen.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Oven.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/beanvalidation/BeanValidationTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/beanvalidation/CupHolder.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CallbacksTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CommunicationSystem.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CountryChecker.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CountryNameCheckerListener.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Customer.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Employee.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/ExceptionListener.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/FirstOneListener.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/IncreaseListener.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Person.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Plant.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/RemoteControl.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Rythm.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Television.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Translation.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/VideoSystem.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Author.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/CascadeTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Conference.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/DeleteOrphanTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/DetachAndContainsTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/ExtractionDocument.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/ExtractionDocumentInfo.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/FetchTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/FetchTest2.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Grandson.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Parent.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Soldier.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Soldier2.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Son.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Song.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Student.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Teacher.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Troop.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Troop2.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Cat.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Colony.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Competition.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Competitor.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Decorate.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Dog.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Dress.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Empire.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/FlushModeTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/FlushTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/GetReferenceTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Mail.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/MergeTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Music.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Pet.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Race.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/RefreshTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/RemoveTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/A.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B1.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B2.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B3.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B4.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/C1.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/C2.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/CascadePersistTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/ExceptionTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Instrument.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Music.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Musician.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/Fruit.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/InheritanceTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/Strawberry.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lob/BlobTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lob/ImageReader.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/Lock.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/LockTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/Lockable.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/QueryLockingTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/UnversionedLock.java
  M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/mapping/QuotingTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Animal.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Employee.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Employer.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/FindTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/GetLoadTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Mammal.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/MergeNewTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/MergeTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Node.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/NumberedNode.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/PersistTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Reptile.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Workload.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/query/ComponentJoinsTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/query/QueryTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/Book.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/FlushAndTransactionTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Author.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Book.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/CopyrightableContent.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/GetIdentifierTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/IsLoadedTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/PersistenceUtilHelperTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Sickness.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Umbrella.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/XmlAttributeOverrideTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/XmlTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Address.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Article.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Employee.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Light.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Lighter.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/XmlAttributeOverrideTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/XmlTest.java
  M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java

  Log Message:
  -----------
  HHH-6618 running hibernate functional test cases on DB matrix


  Commit: 3b7bdb8ddc3f7c7807e5aa1fc85853060097a6b8
      https://github.com/hibernate/hibernate-core/commit/3b7bdb8ddc3f7c7807e5aa1fc85853060097a6b8
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2011-08-30 (Tue, 30 Aug 2011)

  Changed paths:
    M hibernate-core/hibernate-core.gradle
  M hibernate-entitymanager/hibernate-entitymanager.gradle

  Log Message:
  -----------
  HHH-6618 enable idea support for matrix sourceset


Compare: https://github.com/hibernate/hibernate-core/compare/68f7d9b...3b7bdb8


More information about the hibernate-commits mailing list