[hibernate-commits] [hibernate/hibernate-orm] 0196ad: consolidate src/test and src/matrix

GitHub noreply at github.com
Thu Jun 7 15:23:03 EDT 2012


  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 0196ad20f8943cab90fd8d35d2349b247aab6695
      https://github.com/hibernate/hibernate-orm/commit/0196ad20f8943cab90fd8d35d2349b247aab6695
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    M buildSrc/src/main/groovy/org/hibernate/build/gradle/testing/matrix/MatrixTestingPlugin.groovy
    M hibernate-core/hibernate-core.gradle
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterface.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterfaceImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AddressImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Server.java
    R hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/ServerImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/EntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/JoinedSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/AccessTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Bed.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/BigBed.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Chair.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Closet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Foobar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Furniture.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Gardenshed.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Thingy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Woody.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/AccessTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/AnyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/CharProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/IntegerProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/LongProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/Property.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertyMap.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertySet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/StringProperty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/ArrayTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/Competitor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/Contest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationAutoTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationDisabledTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationGroupsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationProvidedFactoryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Button.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Color.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/CupHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DDLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DDLWithoutCallbackTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Display.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DisplayConnector.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/MinMax.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Music.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/PowerSupply.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Range.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Rock.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Screen.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Strict.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Tv.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/TvOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/Hammer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/ProxyBreakingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/Tool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CascadeToEmbeddedManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CodedPairHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CodedPairSetHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Mouth.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/NonNullableCircularDependencyCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/PersonPair.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Tooth.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/CascadeCircleIdentityIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/identity/H.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/CascadeCircleSequenceIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/circle/sequence/H.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/MultiCircleJpaCascadeIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/MultiCircleJpaCascadeSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/MultiCircleNonJpaCascadeIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/AbstractEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/E.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/F.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/MultiCircleNonJpaCascadeSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/AId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Channel.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/ChildPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/CompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/LittleGenius.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/OrderLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/OrderLinePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/ParentPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Presenter.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/SomeEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/SomeEntityId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvMagazin.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvMagazinPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvProgram.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/TvProgramIdClass.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/Card.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/CardField.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/EagerKeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/Key.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/PrimaryKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Boy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Brand.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Bug.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/BugSystem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Character.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/CountryAttitude.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/FavoriteFood.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/LocalizedString.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Matrix.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Products.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/TestCourse.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Toy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Widgets.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Query.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/TestBasicOps.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Contact.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Sale.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/BasicOperationsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/Grade.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/SomeEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/SomeOtherEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/AddressType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Book.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/CorpType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Deal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FavoriteThings.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FixedLeg.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/FloatLeg.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/InternetFavorites.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/InternetProvider.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Leg.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/LegalStructure.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Manager.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Nationality.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/NotonialDeal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/RegionalArticle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/RegionalArticlePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/SpreadDeal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Summary.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Swap.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/URLFavorite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/VanillaSwap.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/WealthyPerson.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/EmbeddableWithMany2OneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Alias.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/EmbeddableWithOne2ManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Name.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/PersonName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Father.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Mother.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Son.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/CasterStringType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/CommunityBid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/ContactDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Drill.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/FirstName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Flight.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Forest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Forest2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/FormalLastName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/LastName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Length.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/LocalContactDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/MonetaryAmount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/MonetaryAmountUserType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Name.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Narrative.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/NewCustomEntityMappingAnnotationsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/OverseasPhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Peugot.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PhoneNumberType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Player.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PowerDrill.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PropertyDefaultMappingsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Race.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Ransom.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/SoccerTeam.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Starred.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Tool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Topic.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Tree.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/WashingMachine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Widget.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/ZipCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Cellular.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Communication.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/EntityNonEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/GSM.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Interaction.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Phone.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/Voice.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Branch.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/FetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Leaf.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Stay.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Classes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/DNA.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Dummy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/EmbeddedGenericsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Gene.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/GenericsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Paper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/PaperType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Price.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/PricedStuff.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/SomeGuy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/StateType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Stuff.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/UnresolvedTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/WildEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy1.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy22.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/GenericsInheritanceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy1.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy22.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/EnumIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/IdClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/IdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/AutoEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/CompleteSequenceEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity1.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/MinimalSequenceEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/MinimalTableEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/EnumIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/IdClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/IdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/UUIDGenerator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/DomainAdmin.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/DomainAdminId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/IdClassCompositePKTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/xml/IdClassXmlTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/IdClassGeneratedValueTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Multiple.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/MultiplePK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/SimplePK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/IdentifierCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/Passport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/Stamp.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/BasketItems.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/BasketItemsPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Card.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/CardField.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/CardKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Customers.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Project.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/ShoppingBaskets.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/ShoppingBasketsPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/Store.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/StoreCustomer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/StoreCustomerPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Acces.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/BId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Benefserv.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/CId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Droitacces.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Service.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/Foobar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressBook.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressEntry.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AddressEntryPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/AlphabeticalDirectory.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Drawer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Dress.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Gas.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GasKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Generation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GenerationGroup.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/GenerationUser.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/MapKeyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/News.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Newspaper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Painter.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Painting.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/PaintingPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/PressReleaseAgency.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Software.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Trainee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Training.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Version.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Wardrobe.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Apple.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Carrot.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Fruit.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Tomato.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Vegetable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/VegetablePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Alarm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Asset.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Client.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Clothing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/EventInformation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/FinancialAsset.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/LegalEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Pool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/PoolAddress.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/ProgramExecution.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/PropertyAsset.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Sweater.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/SwimmingPool.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/SymbolicLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/SubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/SymbolicLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Funk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/House.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Music.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Noise.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/PaperTrash.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Rock.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Trash.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/SubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/SymbolicLink.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/Contact.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/ContactImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/InterfacesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/interfaces/UserImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Cat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Death.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Dog.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/DogPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/JoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Life.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/SysGroupsOrm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/SysUserOrm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/LoaderTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/Player.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/Team.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractBook.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Book.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/CharacterArrayTextType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/CompiledCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Dog.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/Editor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/ImageHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/ImageTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/LobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/LongStringHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/MaterializedBlobEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/MaterializedBlobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/PrimitiveCharacterArrayTextType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/SerializableToImageType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/TextTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedBook.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/WrappedImageType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/package-info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/BuildingCompany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Cat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/CatPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/City.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ContactInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Contractor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Employer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Friend.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/GroupWithSet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Inspector.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/InspectorPrefixes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/JobInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/KnownClient.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Man.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManyToManyMaxFetchDepth0Test.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/PhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ProgramManager.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Store.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Supplier.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Woman.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/WomanPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Zone.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/BiggestForest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Carz.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Color.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Deal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/DistrictUser.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ForestType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Frame.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Lens.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Lotz.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/LotzPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ManyToOneJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/NodePk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/OrderLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ParentPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/TreeType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/UserPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/GenericObject.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ManyToOneReferencedColumnNameTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Vendor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/WarehouseItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ZItemCost.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ContractId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Language.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Manufacturer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ManufacturerId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Menu.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Message.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ModelId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ProductSqlServer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/AccountBase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccountBase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/Citizen.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/ImmutableNaturalKeyLookupTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnManyToOne.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/Coin.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/Currency.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/NotFoundTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/City.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Manufacturer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Monkey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderID.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderItemID.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Organisation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrganisationUser.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/ParentPk.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/PoliticalParty.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Politician.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Soldier.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Street.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Tiger.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Trainer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Troop.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OptionalOneToOneMappedByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OptionalOneToOnePKJCTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/BaseEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Device.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/DeviceGroupConfig.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/HHH4851Test.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Hardware.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/ManagedDevice.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Addr.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/AssociationOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/ContactInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Move.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PhoneNumber.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PropertyInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PropertyRecord.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/SocialSite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/SocialTouchPoints.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/Trip.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/Card.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/CollectionPersister.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/Deck.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/EntityPersister.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/PersisterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/MovingThing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/SportCar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/AllTables.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Area.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Captain.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/CasimirParticle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Chaos.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Darkness.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Dictionary.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Dimensions.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Identity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Mark.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Night.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/SpaceShip.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/SynonymousDictionary.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Twilight.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/Phone.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/QuoteGlobalTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/QuoteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/Role.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/resultsetmappings/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Bag.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Clothes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/House.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Inhabitant.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/ItemCost.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Luggage.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Postman.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Rambler.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/Vendor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/WarehouseItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/Storm.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/StrategyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/HighestBid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/SubselectTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Component.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Machine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Robot.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/T800.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/TablePerClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Brand.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Luggage.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/LuggageImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/OwnerImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/Size.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/SizeImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/TargetTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/Cuisine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DataProxyHandler.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicComponentTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicEntityTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicInstantiator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/EntityNameInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/ProxyHelper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/TuplizerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/Dvd.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOidGenerator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOidType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/TypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/House.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/Room.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Antenna.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Conductor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/DBTimestamped.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/GeneratedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/IndexTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/OptimisticLockAnnotationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/ProfessionalAgreement.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/TimestampTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Truck.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/VMTimestamped.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Vehicule.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/readwriteexpression/Staff.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Light.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/OrmVersion1SupportedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/AImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/BImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/CloudType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Government.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/HbmTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/HbmWithIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/PrimeMinister.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Sky.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/Z.java
    R hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/ZImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/AnyTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/ComplexPropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/IntegerPropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/Properties.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/any/PropertySet.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/PropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/any/StringPropertyValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/array/A.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/array/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/array/ArrayTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/array/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batch/BatchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batch/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/batch/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/BatchFetchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/Model.java
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/ProductLine.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/ProductLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Auction2.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/bidi/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cache/CacheableItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cache/InsertedDataTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/BidirectionalOneToManyCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/CascadeTestWithAssignedParentIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Child.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/ChildForParentWithAssignedId.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/DeleteOrphanChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/DeleteOrphanChild.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/G.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/H.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Job.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Job.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/JobBatch.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/JobBatch.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/MultiPathCascade.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/MultiPathCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Parent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/ParentWithAssignedId.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/RefreshTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascade.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityTrueTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsert.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsertTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Route.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Tour.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Transport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/Vehicle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdWithGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/LineItem.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/LineItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Order.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseDetail.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecord.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecord.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecordIdGenerator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/MapKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/BagOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/PersistentBagTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/Email.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/IMyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/MyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/MyListType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/PersistentMyList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeAnnotationsVariantTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeHbmVariantTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/basic/UserPermissions.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableListImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/DefaultableListType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeAnnotationsVariantTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeHbmVariantTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/custom/parameterized/PersistentDefaultableList.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/IdbagOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/PersistentIdBagTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/list/ListOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/list/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/list/PersistentListTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/map/PersistentMapTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Animal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/CollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Email.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Mammal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/UserPermissions.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Zoo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/original/Zoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Container.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/MappingsNonLazy.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/PersistentSetNonLazyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/collection/set/PersistentSetTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/ComponentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/OptionalComponent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/ComponentJoinsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/Name.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/basic2/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/CascadeToComponentCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Definition.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/LocalizedStrings.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/Value.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/CascadeToComponentAssociationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/PersonalInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/CompositeElementTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Parent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/AbstractFoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Animal.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Bar.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CityState.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Code.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/ComplexJoinAliasTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CourseMeeting.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CourseMeetingId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Enrolment.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Enrolment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Foo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/GreatFoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/LikeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/ListActionRole.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/LongInElementsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Man.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Order.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/OrderLine.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/OuterJoinCriteriaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Role.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/StringExpression.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/StudentAddress.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/StudentDTO.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/TestObject.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/TestObject.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/VersionedRecord.java
    R hibernate-core/src/matrix/java/org/hibernate/test/criteria/Woman.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/CompositePropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cuk/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/CompositeUserTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/MonetoryAmount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/MonetoryAmountUserType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/MutualFund.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/Transaction.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/Transaction.java
    R hibernate-core/src/matrix/java/org/hibernate/test/cut/types.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Note.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/Suite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/function/MySQLRoundFunctionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/Product2.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/SQLFunctionsInterSystemsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/DiscriminatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/PartTimeEmployee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/SimpleInheritance.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/discriminator/SimpleInheritanceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Company.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/DataProxyHandler.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/ProxyHelper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/InterceptorDynamicEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/ProxyInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/package.html
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/EntityNameInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityInstantiator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/TuplizerDynamicEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityInstantiator.java
    R hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityTuplizer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/Course.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/EmbeddedCompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ecid/UniversityCourse.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/basic/ProductLine.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/subclass/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/EntityNameFromSubClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Vehicle.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/entityname/Vehicle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/AbstractCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/AbstractParentWithCollection.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/BrokenCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ChildEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ChildValue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/CollectionListeners.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/ParentWithCollection.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/AbstractAssociationCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ChildWithBidirectionalManyToMany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ParentWithBidirectionalManyToMany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ChildWithManyToOne.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToMany.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToManySubclass.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/ParentWithCollectionOfEntities.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ParentWithCollectionOfValues.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ValuesBagCollectionEventTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/event/collection/values/ValuesBagMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/events/CallbackTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/Group.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/SQLExceptionConversionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/exception/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/ExtraLazyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/SessionAttribute.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/extralazy/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/CourseOffering.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Department.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Enrollment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Category.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Category.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Department.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Department.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/DynamicFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/LineItem.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/LineItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Order.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Salesperson.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/Salesperson.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/defs.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/BasicFilteredBulkManipulationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Joined.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/filter-defs.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/Author.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/Book.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/Publisher.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/TestAutoFlushBeforeQueryExecution.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
    R hibernate-core/src/matrix/java/org/hibernate/test/flush/UnrelatedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Detail.java
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Master.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/Master.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/AbstractGeneratedPropertyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/ComponentOwner.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/ComponentOwner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/GeneratedPropertyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/GeneratedPropertyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/MSSQLGeneratedPropertyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/PartiallyGeneratedComponentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/TimestampGeneratedValuesWithCachingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/TriggerGeneratedValuesWithCachingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generated/TriggerGeneratedValuesWithoutCachingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/IdentityGeneratedKeysTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyChild.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/MySibling.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/SelectGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/SequenceIdentityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Animal.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Animal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/BooleanLiteralEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/BooleanLiteralEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/BulkManipulationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Cat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ClassicTranslatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Classification.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ClassificationType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ComponentContainer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ComponentContainer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CompositeIdEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CompositeIdEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CrazyCompositeKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CriteriaClassicAggregationReturnTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/CriteriaHQLAlignmentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Dog.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/DomesticAnimal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EJBQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithArgFunctionAsColumn.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithFunctionAsColumnHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/EntityWithNoArgFunctionAsColumn.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/FooBarCopy.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/FunctionNamesAsColumns.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/HQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/HeresAnotherCrazyIdFieldName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/HqlParserTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Human.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Image.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Image.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/IntegerVersioned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Joiner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/KeyManyToOneKeyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Lizard.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Mammal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/MoreCrazyIdFieldNameStuffEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Name.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/PettingZoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Pickup.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/QueryTranslatorTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Reptile.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SUV.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleAssociatedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleEntityWithAssociation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/SimpleEntityWithAssociation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/StateProvince.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/TimestampVersioned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Truck.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Vehicle.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Vehicle.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Versions.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/WithClauseTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/Zoo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/joinedSubclass/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/joinedSubclass/JoinedSubclassBulkManipTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/hql/joinedSubclass/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Car.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Car.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/MultipleHiLoPerTableGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Plane.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Plane.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Radio.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/Radio.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/UseIdentifierRollbackTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/Node2.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/sqlbinary/UUIDBinaryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/sqlchar/UUIDCharTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/CustomStrategyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/IdBagTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idbag/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/CustomerId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/FavoriteCustomer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idclass/IdClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/BigIntegerIncrementGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/BigIntegerSequenceGeneratorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/BasicForcedTableSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLoForcedTableSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/Pooled.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/PooledForcedTableSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Dedicated.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/HiLo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/HiLoSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/Pooled.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/PooledSequenceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Basic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/BasicTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/HiLo.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/HiLoTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/Pooled.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/PooledTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/IdentifierPropertyReferencesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/LineItem.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/LineItemPK.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/idprops/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/ContractVariation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/ContractVariation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/ImmutableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Party.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/Plan.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/ContractVariation.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Party.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/Plan.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersioned.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariation.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationUnidir.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersioned.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyUnidirTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/InheritingEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/ParentEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/inheritancediscriminator/PersistChildEntitiesWithDiscriminatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/InsertOrderingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/Membership.java
    R hibernate-core/src/matrix/java/org/hibernate/test/insertordering/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/buildtime/InstrumentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/AbstractExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/Executable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestCustomColumnReadAndWrite.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestDirtyCheckExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestFetchAllExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestInjectFieldInterceptorExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestIsPropertyInitializedExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyManyToOneExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyPropertyCustomTypeExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestManyToOneProxyExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestSharedPKOneToOneExecutable.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/CustomBlobType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Documents.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/EntityWithOneToOnes.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/OneToOneNoProxy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/OneToOneProxy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Problematic.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/Problematic.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/domain/SharedPKOneToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/instrument/runtime/JavassistInstrumentationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/CollectionInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Image.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Image.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/InstantiateInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/InterceptorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/Log.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/PropertyInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/StatefulInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/interceptor/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/DocumentImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/DocumentInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/FolderImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/ItemImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/SecureDocument.java
    R hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/SecureDocumentImpl.java
    R hibernate-core/src/matrix/java/org/hibernate/test/iterate/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/iterate/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/iterate/IterateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Boat.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/GeneralWorkTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jdbc/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/JoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/OptionalJoinTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Thing.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/join/Thing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/join/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Bid.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Category.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Comment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/ItemBid.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/JoinFetchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/AbstractJPATest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/MyEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/MyEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/MySubclassEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Part.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/CascadeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ChildInfoAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Other.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/OtherAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/ParentInfoAssigned.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/FetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/Stay.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/lock/JPALockTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/lock/RepeatableReadTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/MutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/package.html
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/proxy/JPAProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/ql/NativeQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/removed/RemovedEntityTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/EagerMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/LazyKeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/LazyMapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/KeyManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazycache/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazycache/Documents.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lazycache/InstrumentCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Employment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/LazyOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentNotNullTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooBarTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/FumTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJ2Test.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/LegacyTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MapTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MasterDetailTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MultiTableTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/OneToOneCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ParentChildTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/QueryByExampleTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLFunctionsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLLoaderTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/legacy/StatisticsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/BlobLocatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/ClobLocatorTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/ImageMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/ImageTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LobHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LobMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LobMergeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongByteArrayHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongByteArrayTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongStringHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/LongStringTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedBlobMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedBlobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedClobMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/MaterializedClobTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableData.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableTypeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/TextMappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/lob/TextTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/locking/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/locking/LockModeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/UserGroupBatchLoad.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/OrderedManyToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/AbstractManyToManyAssociationClassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/Membership.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/ManyToManyAssociationClassCompositeIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/ManyToManyAssociationClassAssignedIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/map/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/MapIndexFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/SessionAttribute.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/map/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/MapCompositeElementTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapcompelem/ProductPart.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/MapElementFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mapelemformula/UserGroup.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/DocumentInterceptor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Folder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/MixedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/mixed/SecureDocument.java
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/Customers.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/Customers.java
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/NamingStrategyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/namingstrategy/TestNamingStrategy.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ImmutableEntityNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ImmutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/ParentChildWithManyToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutable/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutableentity/Building.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/immutableentity/ImmutableEntityNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/InheritedNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/Principal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/spread/Principal.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/spread/SpreadNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/inheritance/spread/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/AllCached.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/Another.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/A.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/B.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/C.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/D.java
    R hibernate-core/src/matrix/java/org/hibernate/test/naturalid/nullable/NullableNaturalIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/AbstractOperationTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competition.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competition.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Competitor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/CreateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Employer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/MergeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/NumberedNode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/OneToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/OptLockEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/PersonalDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/SaveOrUpdateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/TimestampedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/nonflushedchanges/VersionedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/OnDeleteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ondelete/Salesperson.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/AbstractVersionedRecursiveBidirectionalOneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/OneToManyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Parent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyNoCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyNoCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetomany/VersionedNode.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/OneToOneSchemaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/basic/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/JoinedSubclassOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/joined/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/link/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/nopojo/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/OptionalOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/optional/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/DiscrimSubclassOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/onetoone/singletable/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/AbstractOperationTestCase.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Competition.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Competition.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Competitor.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/CreateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/DeleteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Employer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Employer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/GetLoadTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/MergeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Node.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Node.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/NumberedNode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/OneToOne.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/OptLockEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/PersonalDetails.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/SaveOrUpdateTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/SimpleEntity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/SimpleEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/SimpleOpsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/TimestampedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ops/VersionedEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/Document.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/OptimisticLockTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/optlock/PublicationDate.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ordered/OrderByTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ordered/Search.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ordered/Search.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Mail.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Mail.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/OrphanTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Part.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Product.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/PropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/composite/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/DeleteOneToOneOrphansTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/EmployeeInfo.java
    R hibernate-core/src/matrix/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/DistinctSelectTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/Entry.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/EntryTag.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/PaginationTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/pagination/Tag.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/CachedPropertyRefCollectionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/ManagedObject.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/cachedcollections/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/CompleteComponentPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Identity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/complete/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Identity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/component/partial/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/discrim/SubclassPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/BankAccount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/JoinedSubclassPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/joined/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Account.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/Container.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/proxy/ProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/AbstractQueryCacheResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CourseMeeting.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CourseMeetingId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCacheIgnoreResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCacheNormalResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/CriteriaQueryCachePutResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Enrolment.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Enrolment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCacheIgnoreResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCacheNormalResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/HqlQueryCachePutResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Item.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/PersonName.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/QueryCacheTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/querycache/StudentDTO.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/GetHqlQueryPlanTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Joined.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/NativeSQLQueryPlanEqualsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/NativeSQLQueryReturnEqualsAndHashCodeTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/queryplan/filter-defs.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/AbstractReadOnlyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Container.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Course.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/DataPoint.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/DataPoint.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Enrolment.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Enrolment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Info.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Owner.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyCriteriaQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyProxyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlySessionLazyNonLazyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlySessionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/Student.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/StudentDTO.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/TextHolder.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/TextHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/VersionedNode.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/readonly/VersionedNode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/CollectionReattachmentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/reattachment/ProxyReattachmentTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/Contract.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/Contract.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/PartnerA.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/PartnerB.java
    R hibernate-core/src/matrix/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/Point.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/Point.java
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/RowIdTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/rowid/RowIdType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sorted/Search.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sorted/Search.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sorted/SortTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/Membership.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/autodiscovery/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ExceptionCheckingEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/OracleCheckStyleTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ParamCheckingEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/ResultCheckStyleTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/check/oracle-mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Dimension.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Employment.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/ImageHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/MonetaryAmount.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/MonetaryAmountUserType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Order.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Organization.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Product.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/SpaceShip.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/Speech.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/TextHolder.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomStoredProcTestSupport.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/DataDirectOracleCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/StoredProcedures.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/db2/DB2CustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/db2/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/mysql/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/mysql/MySQLCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/OracleCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/oracle/StoredProcedures.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sqlserver/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sqlserver/SQLServerCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/sybase/SybaseCustomSQLTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/identity/CustomInsertSQLWithIdentityColumnTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/identity/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/query/NativeSQLQueries.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/NativeSqlAndQuotedIdentifiersTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/quotedidentifiers/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Contact.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Contact.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Document.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Document.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Org.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/Paper.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/StatelessSessionQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/StatelessSessionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Resource.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/StatelessSessionFetchingTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/Task.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stateless/fetching/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Continent2.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Country.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Locality.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/Province.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/SessionStatsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/State.java
    R hibernate-core/src/matrix/java/org/hibernate/test/stats/StatsTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/UnionSubclassFilterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/discrim-subclass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/joined-subclass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subclassfilter/union-subclass.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Alien.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Being.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Beings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/Human.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselect/SubselectTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/ParentChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/subselectfetch/SubselectFetchTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/Site.java
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/Ternary.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/ternary/TernaryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/TimestampTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/timestamp/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/tm/CMTTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/tm/Item.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/tm/TransactionTimeoutTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/ByteTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/CharInNativeQueryTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/Issue.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/VariousTypesEntity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/AddressId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/AddressId.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Customer.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typedonetoone/TypedOneToOneTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/Entity.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/Entity.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/H2DialectOverridePrefixedVarcharSqlTypeDesc.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/H2DialectOverrideVarcharSqlCode.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/StoredPrefixedStringType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/TypeOverrideTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/DefaultValueIntegerType.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/TypeParameterTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Typedef.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Widget.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/typeparameters/Widget.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unconstrained/UnconstrainedTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/BackrefTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/Child.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/Parent.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unidir/ParentChild.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Alien.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Being.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Beings.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Hive.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Human.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Location.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/Thing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/CarBuyer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/PersonID.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/SellCarTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/Seller.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/alias/mapping.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Address.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Customer.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Employee.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Person.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/Person.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/PersonThing.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/version/Task.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/Thing.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/VersionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/DbVersionTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/version/db/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/Group.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/Permission.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/SybaseTimestampVersioningTest.java
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/User.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/User.java
    R hibernate-core/src/matrix/java/org/hibernate/test/where/File.hbm.xml
    R hibernate-core/src/matrix/java/org/hibernate/test/where/File.java
    R hibernate-core/src/matrix/java/org/hibernate/test/where/WhereTest.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterface.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/cid/MyInterfaceImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AddressImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/Server.java
    A hibernate-core/src/test/java/org/hibernate/test/abstractembeddedcomponents/propertyref/ServerImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/EntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/JoinedSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/AccessTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Bed.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/BigBed.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Chair.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Closet.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Foobar.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Furniture.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Gardenshed.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Thingy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/Woody.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/AnyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/CharProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/IntegerProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/LongProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/Property.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertyList.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertyMap.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/PropertySet.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/StringProperty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/any/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/array/ArrayTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/array/Competitor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/array/Contest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationAutoTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationDisabledTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationGroupsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/BeanValidationProvidedFactoryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Button.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Color.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/CupHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DDLWithoutCallbackTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Display.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/DisplayConnector.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/MinMax.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Music.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/PowerSupply.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Range.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Rock.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Screen.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Strict.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/Tv.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/beanvalidation/TvOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/Hammer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/ProxyBreakingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/bytecode/Tool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CascadeToEmbeddedManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CodedPairHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CodedPairSetHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Mouth.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/NonNullableCircularDependencyCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/PersonPair.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/Tooth.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/CascadeCircleIdentityIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/identity/H.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/CascadeCircleSequenceIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/circle/sequence/H.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/MultiCircleJpaCascadeIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/MultiCircleJpaCascadeSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/identity/MultiCircleNonJpaCascadeIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/AbstractEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/E.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/F.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/G.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/nonjpa/sequence/MultiCircleNonJpaCascadeSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/AId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Channel.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/ChildPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/CompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/LittleGenius.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/OrderLine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/OrderLinePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/ParentPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Presenter.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/SomeEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/SomeEntityId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvMagazin.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvMagazinPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvProgram.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/TvProgramIdClass.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/Card.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/CardField.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/EagerKeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/Key.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/cid/keymanytoone/PrimaryKey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Boy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Brand.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Bug.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/BugSystem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Character.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/CountryAttitude.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/FavoriteFood.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/LocalizedString.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Matrix.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Products.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/TestCourse.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Toy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/Widgets.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/Query.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/embeddables/withcustomenumdef/TestBasicOps.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Sale.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/BasicOperationsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/Grade.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/SomeEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/dataTypes/SomeOtherEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/AddressType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Book.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/CorpType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Deal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FavoriteThings.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FixedLeg.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/FloatLeg.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/InternetFavorites.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/InternetProvider.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Leg.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/LegalStructure.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Manager.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Nationality.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/NotonialDeal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/RegionalArticle.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/RegionalArticlePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/SpreadDeal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Summary.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/Swap.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/URLFavorite.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/VanillaSwap.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/WealthyPerson.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/EmbeddableWithMany2OneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/many2one/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Alias.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/EmbeddableWithOne2ManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/embedded/one2many/PersonName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Father.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Mother.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/Son.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/CasterStringType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/CommunityBid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/ContactDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Drill.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/FirstName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Flight.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Forest2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/FormalLastName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/LastName.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Length.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/LocalContactDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/MonetaryAmount.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/MonetaryAmountUserType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Narrative.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/NewCustomEntityMappingAnnotationsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/OverseasPhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Peugot.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PhoneNumberType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Player.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PowerDrill.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/PropertyDefaultMappingsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Race.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Ransom.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/SoccerTeam.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Starred.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Tool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Topic.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Tree.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/WashingMachine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Widget.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/ZipCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entity/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Cellular.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Communication.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/EntityNonEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/GSM.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Interaction.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Phone.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/entitynonentity/Voice.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Branch.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/FetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Leaf.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/Stay.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Classes.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/DNA.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Dummy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/EmbeddedGenericsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Gene.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/GenericsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Paper.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/PaperType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Price.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/PricedStuff.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/SomeGuy.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/State.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/StateType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/Stuff.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/UnresolvedTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/generics/WildEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ChildHierarchy22.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/GenericsInheritanceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/genericsinheritance/ParentHierarchy22.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/EnumIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/IdClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/IdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/AutoEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/CompleteSequenceEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/DedicatedSequenceEntity2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/MinimalSequenceEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/MinimalTableEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/generationmappings/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/EnumIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/IdClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/IdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/UUIDGenerator.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/id/sequences/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/DomainAdmin.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/DomainAdminId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/IdClassCompositePKTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclass/xml/IdClassXmlTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/IdClassGeneratedValueTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Multiple.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/MultiplePK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idclassgeneratedvalue/SimplePK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/IdentifierCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/Passport.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/identifiercollection/Stamp.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/BasketItems.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/BasketItemsPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Card.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CardField.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/CardKey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Customers.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Project.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/ShoppingBaskets.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/ShoppingBasketsPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/Store.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/StoreCustomer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/StoreCustomerPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Acces.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalIdManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/AlphabeticalManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/BId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Benefserv.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/CId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Droitacces.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/idmanytoone/alphabetical/Service.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Foobar.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/State.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressBook.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressEntry.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AddressEntryPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/AlphabeticalDirectory.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Atmosphere.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Drawer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Dress.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Gas.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GasKey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Generation.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GenerationGroup.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/GenerationUser.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/MapKeyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/News.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Newspaper.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Painter.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Painting.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/PaintingPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/PressReleaseAgency.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Software.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Trainee.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Training.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Version.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/indexcoll/Wardrobe.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Apple.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Carrot.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Fruit.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Tomato.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/Vegetable.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/VegetablePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Alarm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Asset.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Client.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Clothing.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/EventInformation.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/File.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/FinancialAsset.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/LegalEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Pool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/PoolAddress.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/ProgramExecution.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/PropertyAsset.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/Sweater.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/SwimmingPool.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/joined/SymbolicLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/File.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/SubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/mixed/SymbolicLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Funk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/House.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Music.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Noise.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/PaperTrash.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Rock.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/singletable/Trash.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/File.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/SubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/union/SymbolicLink.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/ContactImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/InterfacesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/User.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/interfaces/UserImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/C.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Cat.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Death.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Dog.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/DogPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/JoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/Life.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/SysGroupsOrm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/join/SysUserOrm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/loader/LoaderTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Player.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/loader/Team.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractBook.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Book.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CharacterArrayTextType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CompiledCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Dog.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Editor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImageHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImageTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LongStringHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/MaterializedBlobEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/MaterializedBlobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/PrimitiveCharacterArrayTextType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/SerializableToImageType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/TextTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedBook.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/WrappedImageType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/lob/package-info.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/BuildingCompany.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Cat.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/CatPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/City.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ContactInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Contractor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Employer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Friend.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/GroupWithSet.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Inspector.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/InspectorPrefixes.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/JobInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/KnownClient.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Man.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyMaxFetchDepth0Test.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/PhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/ProgramManager.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Store.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Supplier.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Woman.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/WomanPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytomany/Zone.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/BiggestForest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Carz.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Color.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Deal.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/DistrictUser.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ForestType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Frame.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Lens.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Lotz.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/LotzPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/NodePk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/OrderLine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/ParentPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/TreeType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/User.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/UserPK.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/GenericObject.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ManyToOneReferencedColumnNameTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/Vendor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/WarehouseItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ZItemCost.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ContractId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Language.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Manufacturer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManufacturerId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Menu.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Message.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ModelId.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/manytoonewithformula/ProductSqlServer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/AccountBase.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccount.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/SavingsAccountBase.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/Citizen.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/D.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/ImmutableNaturalKeyLookupTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnManyToOne.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/State.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/Coin.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/Currency.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/notfound/NotFoundTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/City.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Manufacturer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Monkey.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderID.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrderItemID.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Organisation.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/OrganisationUser.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/ParentPk.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/PoliticalParty.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Politician.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Soldier.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Street.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Tiger.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Trainer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetomany/Troop.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OptionalOneToOneMappedByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OptionalOneToOnePKJCTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/BaseEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Device.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/DeviceGroupConfig.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/HHH4851Test.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Hardware.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/ManagedDevice.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/hhh4851/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Addr.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/AssociationOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/ContactInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Move.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/PhoneNumber.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/PropertyInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/PropertyRecord.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/SocialSite.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/SocialTouchPoints.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/override/Trip.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/Card.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/CollectionPersister.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/Deck.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/EntityPersister.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/persister/PersisterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/MovingThing.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/polymorphism/SportCar.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/AllTables.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Area.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Captain.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/CasimirParticle.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Chaos.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Darkness.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dictionary.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Dimensions.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Identity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Mark.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Night.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/SpaceShip.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/SynonymousDictionary.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/query/Twilight.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/Phone.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/QuoteGlobalTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/QuoteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/Role.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/User.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/quote/resultsetmappings/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Bag.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Clothes.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/House.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Inhabitant.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ItemCost.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Luggage.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Postman.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Rambler.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/Vendor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/referencedcolumnname/WarehouseItem.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/Storm.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/strategy/StrategyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/HighestBid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/subselect/SubselectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Component.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Machine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/Robot.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/T800.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tableperclass/TablePerClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Brand.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Luggage.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/LuggageImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/OwnerImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/Size.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/SizeImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/target/TargetTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/Cuisine.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DataProxyHandler.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicComponentTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/DynamicInstantiator.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/EntityNameInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/ProxyHelper.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/tuplizer/TuplizerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/Dvd.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOid.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOidGenerator.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/MyOidType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/type/TypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/House.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/Room.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Antenna.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Conductor.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/DBTimestamped.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/GeneratedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/IndexTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/OptimisticLockAnnotationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/ProfessionalAgreement.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/TimestampTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Truck.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/VMTimestamped.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/Vehicule.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/various/readwriteexpression/Staff.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/CarModel.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlElementCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity1.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity2.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Entity3.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Light.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Lighter.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Manufacturer.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/NonExistentOrmVersionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/OrmVersion1SupportedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/ejb3/VicePresident.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/A.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/AImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/B.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/BImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/CloudType.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Government.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/HbmTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/HbmWithIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/PrimeMinister.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Sky.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/Z.java
    A hibernate-core/src/test/java/org/hibernate/test/annotations/xml/hbm/ZImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/any/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/any/AnyTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/any/ComplexPropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/any/IntegerPropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/any/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/any/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/any/Properties.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/any/PropertySet.java
    A hibernate-core/src/test/java/org/hibernate/test/any/PropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/any/StringPropertyValue.java
    A hibernate-core/src/test/java/org/hibernate/test/array/A.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/array/A.java
    A hibernate-core/src/test/java/org/hibernate/test/array/ArrayTest.java
    A hibernate-core/src/test/java/org/hibernate/test/array/B.java
    A hibernate-core/src/test/java/org/hibernate/test/batch/BatchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/batch/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/batch/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/BatchFetchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/Model.java
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/ProductLine.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/batchfetch/ProductLine.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Auction.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Auction.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Auction2.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/bidi/AuctionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/AuctionTest2.java
    A hibernate-core/src/test/java/org/hibernate/test/bidi/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/cache/CacheableItem.java
    A hibernate-core/src/test/java/org/hibernate/test/cache/InsertedDataTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/A.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/BidirectionalOneToManyCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/CascadeTestWithAssignedParentIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Child.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/ChildForParentWithAssignedId.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/DeleteOrphanChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/DeleteOrphanChild.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/G.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/H.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Job.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Job.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/JobBatch.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/JobBatch.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/MultiPathCascade.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/MultiPathCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Parent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/ParentWithAssignedId.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/RefreshTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascade.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullFalseDelayedInsertTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullTrueDelayedInsertTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityTrueTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsert.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsertTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Route.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Tour.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Transport.java
    A hibernate-core/src/test/java/org/hibernate/test/cascade/circle/Vehicle.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/CompositeIdWithGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/LineItem.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/LineItem.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/Order.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseDetail.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecord.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecord.java
    A hibernate-core/src/test/java/org/hibernate/test/cid/PurchaseRecordIdGenerator.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/MapKey.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/backref/map/compkey/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/bag/BagOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/bag/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/bag/PersistentBagTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/Email.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/IMyList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/MyList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/MyListType.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/PersistentMyList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/User.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeAnnotationsVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeHbmVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserCollectionTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/basic/UserPermissions.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/DefaultableList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/DefaultableListImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/DefaultableListType.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeAnnotationsVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeHbmVariantTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/ParameterizedUserCollectionTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/custom/parameterized/PersistentDefaultableList.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/idbag/IdbagOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/idbag/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/idbag/PersistentIdBagTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/list/ListOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/list/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/list/PersistentListTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/map/PersistentMapTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Animal.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/CollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Email.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Mammal.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/User.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/UserPermissions.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Zoo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/original/Zoo.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Container.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/MappingsNonLazy.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetNonLazyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/collection/set/PersistentSetTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/ComponentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/OptionalComponent.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/component/basic/User.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic2/ComponentJoinsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic2/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/component/basic2/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/CascadeToComponentCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Definition.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/LocalizedStrings.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/collection/Value.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/CascadeToComponentAssociationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/PersonalInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/component/cascading/toone/User.java
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/CompositeElementTest.java
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/Parent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/compositeelement/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/AbstractFoo.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Animal.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Bar.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CityState.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Code.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/ComplexJoinAliasTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CourseMeeting.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CourseMeetingId.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/CriteriaQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Enrolment.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Enrolment.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Foo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/GreatFoo.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/LikeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/ListActionRole.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/LongInElementsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Man.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Order.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/OrderLine.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/OuterJoinCriteriaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Role.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/StringExpression.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/StudentAddress.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/StudentDTO.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/TestObject.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/criteria/TestObject.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/VersionedRecord.java
    A hibernate-core/src/test/java/org/hibernate/test/criteria/Woman.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/CompositePropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cuk/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/CompositeUserTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/MonetoryAmount.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/MonetoryAmountUserType.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/MutualFund.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/cut/Transaction.java
    A hibernate-core/src/test/java/org/hibernate/test/cut/types.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Note.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/deletetransient/Suite.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/function/MySQLRoundFunctionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/Product2.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/SQLServerDialectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/SQLFunctionsInterSystemsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dialect/functional/cache/TestInterSystemsFunctionsClass.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/DiscriminatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/PartTimeEmployee.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/SimpleInheritance.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/discriminator/SimpleInheritanceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Company.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/DataProxyHandler.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/ProxyHelper.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/InterceptorDynamicEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/interceptor/ProxyInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/package.html
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/EntityNameInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityInstantiator.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer/TuplizerDynamicEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityInstantiator.java
    A hibernate-core/src/test/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityTuplizer.java
    A hibernate-core/src/test/java/org/hibernate/test/ecid/Course.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ecid/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/ecid/EmbeddedCompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ecid/UniversityCourse.java
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/basic/ProductLine.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/subclass/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/EntityNameFromSubClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Vehicle.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/entityname/Vehicle.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/AbstractCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/AbstractParentWithCollection.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/BrokenCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/ChildEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/ChildValue.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/CollectionListeners.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/ParentWithCollection.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/AbstractAssociationCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManyBagToSetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/BidirectionalManyToManySetToSetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ChildWithBidirectionalManyToMany.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ParentWithBidirectionalManyToMany.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManyBagSubclassMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/BidirectionalOneToManySetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ChildWithManyToOne.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToMany.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToManySubclass.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/ParentWithCollectionOfEntities.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/manytomany/UnidirectionalManyToManyBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManyBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/association/unidirectional/onetomany/UnidirectionalOneToManySetMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ParentWithCollectionOfValues.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ValuesBagCollectionEventTest.java
    A hibernate-core/src/test/java/org/hibernate/test/event/collection/values/ValuesBagMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/events/CallbackTest.java
    A hibernate-core/src/test/java/org/hibernate/test/exception/Group.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/exception/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/exception/SQLExceptionConversionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/exception/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/exception/User.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/ExtraLazyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/SessionAttribute.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/User.java
    A hibernate-core/src/test/java/org/hibernate/test/extralazy/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/CourseOffering.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Department.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Enrollment.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/fetchprofiles/join/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Category.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Category.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Department.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Department.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/DynamicFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/LineItem.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/LineItem.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Order.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/Salesperson.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/Salesperson.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/defs.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/BasicFilteredBulkManipulationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Joined.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/User.java
    A hibernate-core/src/test/java/org/hibernate/test/filter/hql/filter-defs.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/flush/Author.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/Book.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/Publisher.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/TestAutoFlushBeforeQueryExecution.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
    A hibernate-core/src/test/java/org/hibernate/test/flush/UnrelatedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/Detail.java
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/Master.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/formulajoin/Master.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/AbstractGeneratedPropertyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/ComponentOwner.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generated/ComponentOwner.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/GeneratedPropertyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generated/GeneratedPropertyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/MSSQLGeneratedPropertyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generated/PartiallyGeneratedComponentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/TimestampGeneratedValuesWithCachingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/TriggerGeneratedValuesWithCachingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generated/TriggerGeneratedValuesWithoutCachingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/IdentityGeneratedKeysTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyChild.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/identity/MySibling.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/select/SelectGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/generatedkeys/seqidentity/SequenceIdentityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ASTParserLoadingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Animal.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/Animal.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/BooleanLiteralEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/BooleanLiteralEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/BulkManipulationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Cat.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ClassicTranslatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Classification.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ClassificationType.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ComponentContainer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/ComponentContainer.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CompositeIdEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/CompositeIdEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CrazyCompositeKey.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CrazyIdFieldNames.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaClassicAggregationReturnTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/CriteriaHQLAlignmentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Dog.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/DomesticAnimal.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EJBQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithArgFunctionAsColumn.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithCrazyCompositeKey.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithFunctionAsColumnHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/EntityWithNoArgFunctionAsColumn.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/FooBarCopy.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/FunctionNamesAsColumns.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/HQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/HeresAnotherCrazyIdFieldName.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/HqlParserTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Human.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Image.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/Image.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/IntegerVersioned.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Joiner.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/KeyManyToOneKeyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Lizard.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Mammal.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/MoreCrazyIdFieldNameStuffEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Name.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/PettingZoo.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Pickup.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/QueryTranslatorTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Reptile.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/SUV.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/SimpleAssociatedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/SimpleEntityWithAssociation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/SimpleEntityWithAssociation.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/StateProvince.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/TimestampVersioned.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Truck.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/User.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Vehicle.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/Vehicle.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Versions.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/hql/WithClauseTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/Zoo.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/joinedSubclass/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/joinedSubclass/JoinedSubclassBulkManipTest.java
    A hibernate-core/src/test/java/org/hibernate/test/hql/joinedSubclass/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Car.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Car.java
    A hibernate-core/src/test/java/org/hibernate/test/id/MultipleHiLoPerTableGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Plane.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Plane.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/id/Radio.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/Radio.java
    A hibernate-core/src/test/java/org/hibernate/test/id/UseIdentifierRollbackTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/Node2.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/sqlbinary/UUIDBinaryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/sqlrep/sqlchar/UUIDCharTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/CustomStrategyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/id/uuid/strategy/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/IdBagTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/User.java
    A hibernate-core/src/test/java/org/hibernate/test/idbag/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idclass/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idclass/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/idclass/CustomerId.java
    A hibernate-core/src/test/java/org/hibernate/test/idclass/FavoriteCustomer.java
    A hibernate-core/src/test/java/org/hibernate/test/idclass/IdClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/BigIntegerIncrementGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/increment/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/BigIntegerSequenceGeneratorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/biginteger/sequence/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/BasicForcedTableSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLoForcedTableSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/Pooled.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/forcedtable/PooledForcedTableSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Dedicated.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/HiLo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/HiLoSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/Pooled.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/sequence/PooledSequenceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Basic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/BasicTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/HiLo.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/HiLoTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/Pooled.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idgen/enhanced/table/PooledTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/IdentifierPropertyReferencesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/LineItem.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/LineItemPK.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/idprops/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/idprops/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/ContractVariation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/ContractVariation.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/ImmutableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Party.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/Plan.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/ContractVariation.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Party.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/Plan.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersioned.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariation.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationUnidir.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersioned.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/ContractVariationVersionedOneToManyJoin.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseManyToManyUnidirTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyUnidirTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/InheritingEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/ParentEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/inheritancediscriminator/PersistChildEntitiesWithDiscriminatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/InsertOrderingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/Membership.java
    A hibernate-core/src/test/java/org/hibernate/test/insertordering/User.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/buildtime/InstrumentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/AbstractExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/Executable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestCustomColumnReadAndWrite.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestDirtyCheckExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestFetchAllExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestInjectFieldInterceptorExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestIsPropertyInitializedExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyManyToOneExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestLazyPropertyCustomTypeExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestManyToOneProxyExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/cases/TestSharedPKOneToOneExecutable.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/CustomBlobType.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Documents.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/EntityWithOneToOnes.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/OneToOneNoProxy.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/OneToOneProxy.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Problematic.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/Problematic.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/domain/SharedPKOneToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/instrument/runtime/JavassistInstrumentationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/CollectionInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/Image.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/Image.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/InstantiateInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/InterceptorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/Log.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/PropertyInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/StatefulInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/interceptor/User.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/DocumentImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/DocumentInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/FolderImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/ItemImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/SecureDocument.java
    A hibernate-core/src/test/java/org/hibernate/test/interfaceproxy/SecureDocumentImpl.java
    A hibernate-core/src/test/java/org/hibernate/test/iterate/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/iterate/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/iterate/IterateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/Boat.java
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/GeneralWorkTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jdbc/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/join/JoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/join/OptionalJoinTest.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/join/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/join/Thing.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/join/Thing.java
    A hibernate-core/src/test/java/org/hibernate/test/join/User.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/joinedsubclass/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Bid.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Category.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Comment.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/ItemBid.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/JoinFetchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/User.java
    A hibernate-core/src/test/java/org/hibernate/test/joinfetch/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/AbstractJPATest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/MyEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/MyEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/MySubclassEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Part.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/CascadeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ChildInfoAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Other.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/OtherAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/cascade/ParentInfoAssigned.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/FetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/fetch/Stay.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/lock/JPALockTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/lock/RepeatableReadTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/MutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/jpa/naturalid/User.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/package.html
    A hibernate-core/src/test/java/org/hibernate/test/jpa/proxy/JPAProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/ql/NativeQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/removed/RemovedEntityTest.java
    A hibernate-core/src/test/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/EagerMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/LazyKeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/LazyMapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/component/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/KeyManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/keymanytoone/bidir/embedded/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/lazycache/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/lazycache/Documents.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lazycache/InstrumentCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Employment.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/LazyOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lazyonetoone/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ABCProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ABCTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNullTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/CustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/FooBarTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/FumTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/IJ2Test.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/IJTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/LegacyTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/MapTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/MasterDetailTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/MultiTableTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/OneToOneCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChildTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/QueryByExampleTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/SQLFunctionsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/SQLLoaderTest.java
    A hibernate-core/src/test/java/org/hibernate/test/legacy/StatisticsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/BlobLocatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/ClobLocatorTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/ImageMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/ImageTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LobHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LobMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/LobMergeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongByteArrayHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongByteArrayTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongStringHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/LongStringTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedBlobMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedBlobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedClobMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/MaterializedClobTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableData.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/SerializableTypeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/lob/TextMappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/lob/TextTest.java
    A hibernate-core/src/test/java/org/hibernate/test/locking/A.java
    A hibernate-core/src/test/java/org/hibernate/test/locking/LockModeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/batchload/UserGroupBatchLoad.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/OrderedManyToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomany/ordered/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/AbstractManyToManyAssociationClassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/Membership.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/User.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/ManyToManyAssociationClassCompositeIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/ManyToManyAssociationClassAssignedIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/assigned/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/map/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/map/MapIndexFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/map/SessionAttribute.java
    A hibernate-core/src/test/java/org/hibernate/test/map/User.java
    A hibernate-core/src/test/java/org/hibernate/test/map/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/MapCompositeElementTest.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/mapcompelem/ProductPart.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/MapElementFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/User.java
    A hibernate-core/src/test/java/org/hibernate/test/mapelemformula/UserGroup.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/DocumentInterceptor.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Folder.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/mixed/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/MixedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/mixed/SecureDocument.java
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/Customers.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/Customers.java
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/NamingStrategyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/namingstrategy/TestNamingStrategy.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ImmutableEntityNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ImmutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/ParentChildWithManyToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutable/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutableentity/Building.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/immutableentity/ImmutableEntityNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/InheritedNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/Principal.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/Principal.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/SpreadNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/inheritance/spread/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/MutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/User.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/AllCached.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/Another.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/A.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/B.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/C.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/D.java
    A hibernate-core/src/test/java/org/hibernate/test/naturalid/nullable/NullableNaturalIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/AbstractOperationTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competition.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competition.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Competitor.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/CreateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/DeleteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Employer.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/GetLoadTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/MergeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/NumberedNode.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/OneToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/OptLockEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/PersonalDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/SaveOrUpdateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/TimestampedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/nonflushedchanges/VersionedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/OnDeleteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/ondelete/Salesperson.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractRecursiveBidirectionalOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/AbstractVersionedRecursiveBidirectionalOneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/OneToManyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Parent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveBidirectionalOneToManyNoCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/RecursiveVersionedBidirectionalOneToManyNoCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetomany/VersionedNode.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/OneToOneSchemaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/basic/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/formula/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/JoinedSubclassOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/joined/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/OneToOneLinkTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/link/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/DynamicMapOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/nopojo/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/OptionalOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/optional/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/DiscrimSubclassOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/onetoone/singletable/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/AbstractOperationTestCase.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Competition.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Competition.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Competitor.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/CreateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/DeleteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Employer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Employer.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/GetLoadTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/MergeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/Node.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Node.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/NumberedNode.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/OneToOne.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/OptLockEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/PersonalDetails.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/SaveOrUpdateTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/SimpleEntity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ops/SimpleEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/SimpleOpsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/TimestampedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/ops/VersionedEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/optlock/Document.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/optlock/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/optlock/OptimisticLockTest.java
    A hibernate-core/src/test/java/org/hibernate/test/optlock/PublicationDate.java
    A hibernate-core/src/test/java/org/hibernate/test/ordered/OrderByTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ordered/Search.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ordered/Search.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Mail.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Mail.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/OrphanTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Part.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Product.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/PropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/User.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/bidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/composite/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/bidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/fk/reversed/unidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/bidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/DeleteOneToOneOrphansTest.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/EmployeeInfo.java
    A hibernate-core/src/test/java/org/hibernate/test/orphan/one2one/pk/unidirectional/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/pagination/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/pagination/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/DistinctSelectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/Entry.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/EntryTag.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/pagination/PaginationTest.java
    A hibernate-core/src/test/java/org/hibernate/test/pagination/Tag.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/basic/PropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/CachedPropertyRefCollectionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/ManagedObject.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/cachedcollections/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/CompleteComponentPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Identity.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/complete/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Identity.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/PartialComponentPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/component/partial/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/discrim/SubclassPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/BankAccount.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/JoinedSubclassPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/joined/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Account.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/propertyref/inheritence/union/UnionSubclassPropertyRefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/Container.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/proxy/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/proxy/ProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/AbstractQueryCacheResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CourseMeeting.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CourseMeetingId.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCacheIgnoreResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCacheNormalResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/CriteriaQueryCachePutResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Enrolment.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Enrolment.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCacheIgnoreResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCacheNormalResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/HqlQueryCachePutResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Item.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/PersonName.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/QueryCacheTest.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/querycache/StudentDTO.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/GetHqlQueryPlanTest.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Joined.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/NativeSQLQueryPlanEqualsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/NativeSQLQueryReturnEqualsAndHashCodeTest.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/User.java
    A hibernate-core/src/test/java/org/hibernate/test/queryplan/filter-defs.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/AbstractReadOnlyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Container.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Course.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/DataPoint.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/DataPoint.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Enrolment.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Enrolment.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Info.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Owner.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyCriteriaQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyProxyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlySessionLazyNonLazyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlySessionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/ReadOnlyVersionedNodesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/Student.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/StudentDTO.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/TextHolder.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/TextHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/readonly/VersionedNode.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/readonly/VersionedNode.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/CollectionReattachmentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/reattachment/ProxyReattachmentTest.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/Contract.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/Contract.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/PartnerA.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/PartnerB.java
    A hibernate-core/src/test/java/org/hibernate/test/resulttransformer/ResultTransformerTest.java
    A hibernate-core/src/test/java/org/hibernate/test/rowid/Point.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/rowid/Point.java
    A hibernate-core/src/test/java/org/hibernate/test/rowid/RowIdTest.java
    A hibernate-core/src/test/java/org/hibernate/test/rowid/RowIdType.java
    A hibernate-core/src/test/java/org/hibernate/test/sorted/Search.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sorted/Search.java
    A hibernate-core/src/test/java/org/hibernate/test/sorted/SortTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/Membership.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/User.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/ExceptionCheckingEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/OracleCheckStyleTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/ParamCheckingEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/ResultCheckStyleTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/check/oracle-mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Dimension.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Employment.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/ImageHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/MonetaryAmount.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/MonetaryAmountUserType.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Order.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Organization.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Product.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/SpaceShip.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/Speech.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/TextHolder.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/CustomStoredProcTestSupport.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/DataDirectOracleCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/datadirect/oracle/StoredProcedures.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/db2/DB2CustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/db2/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/mysql/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/mysql/MySQLCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/OracleCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/oracle/StoredProcedures.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sqlserver/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sqlserver/SQLServerCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sybase/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/custom/sybase/SybaseCustomSQLTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/identity/CustomInsertSQLWithIdentityColumnTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/identity/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueries.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/query/NativeSQLQueriesTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/NativeSqlAndQuotedIdentifiersTest.java
    A hibernate-core/src/test/java/org/hibernate/test/sql/hand/quotedidentifiers/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Contact.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Contact.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Document.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Document.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Org.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/Paper.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/StatelessSessionQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/StatelessSessionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Mappings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Resource.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/StatelessSessionFetchingTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/Task.java
    A hibernate-core/src/test/java/org/hibernate/test/stateless/fetching/User.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Continent.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stats/Continent.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Continent2.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/stats/Country.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Locality.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/Province.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/SessionStatsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/State.java
    A hibernate-core/src/test/java/org/hibernate/test/stats/StatsTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/DiscrimSubclassFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/JoinedSubclassFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/UnionSubclassFilterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/discrim-subclass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/joined-subclass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subclassfilter/union-subclass.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Alien.java
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Being.java
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Beings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subselect/Human.java
    A hibernate-core/src/test/java/org/hibernate/test/subselect/SubselectTest.java
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/ParentChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/subselectfetch/SubselectFetchTest.java
    A hibernate-core/src/test/java/org/hibernate/test/ternary/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/ternary/Site.java
    A hibernate-core/src/test/java/org/hibernate/test/ternary/Ternary.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/ternary/TernaryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/TimestampTest.java
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/timestamp/User.java
    A hibernate-core/src/test/java/org/hibernate/test/tm/CMTTest.java
    A hibernate-core/src/test/java/org/hibernate/test/tm/Item.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/tm/TransactionTimeoutTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/ByteTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/CharInNativeQueryTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/Issue.java
    A hibernate-core/src/test/java/org/hibernate/test/typedescriptor/VariousTypesEntity.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/AddressId.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/typedmanytoone/TypedManyToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/AddressId.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Customer.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/typedonetoone/TypedOneToOneTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/Entity.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/Entity.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/H2DialectOverridePrefixedVarcharSqlTypeDesc.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/H2DialectOverrideVarcharSqlCode.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/StoredPrefixedStringType.java
    A hibernate-core/src/test/java/org/hibernate/test/typeoverride/TypeOverrideTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/DefaultValueIntegerType.java
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/TypeParameterTest.java
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/Typedef.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/Widget.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/typeparameters/Widget.java
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/unconstrained/UnconstrainedTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/BackrefTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/Child.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/Parent.java
    A hibernate-core/src/test/java/org/hibernate/test/unidir/ParentChild.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Alien.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Being.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Beings.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Hive.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Human.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Location.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/Thing.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/CarBuyer.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/PersonID.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/SellCarTest.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/Seller.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass/alias/mapping.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Address.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Customer.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Employee.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Person.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/Person.java
    A hibernate-core/src/test/java/org/hibernate/test/version/PersonThing.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/version/Task.java
    A hibernate-core/src/test/java/org/hibernate/test/version/Thing.java
    A hibernate-core/src/test/java/org/hibernate/test/version/VersionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/DbVersionTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/version/db/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/version/db/User.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/Group.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/Permission.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/SybaseTimestampVersioningTest.java
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/User.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/version/sybase/User.java
    A hibernate-core/src/test/java/org/hibernate/test/where/File.hbm.xml
    A hibernate-core/src/test/java/org/hibernate/test/where/File.java
    A hibernate-core/src/test/java/org/hibernate/test/where/WhereTest.java

  Log Message:
  -----------
  consolidate src/test and src/matrix


  Commit: e6234bd2bd53e3fe99e40ea193ae38badb52abbb
      https://github.com/hibernate/hibernate-orm/commit/e6234bd2bd53e3fe99e40ea193ae38badb52abbb
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/CriteriaCompilingTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/MultiTypedBasicAttributesEntity.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/ParameterTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/QueryBuilderTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/AggregationResultTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/BasicCriteriaUsageTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/ExpressionsTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/PredicateTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/basic/Wall.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Helper.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/HelperId.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/IdClassPredicateTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Tool.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/Widget.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/idclass/WidgetId.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/paths/ImplicitJoinTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/subquery/CorrelatedSubqueryTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/subquery/UncorrelatedSubqueryTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/tuple/TupleCriteriaTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/AssociationTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Incident.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/IncidentStatus.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Kitchen.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/association/Oven.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/beanvalidation/BeanValidationTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/beanvalidation/CupHolder.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CallbacksTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CommunicationSystem.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CountryChecker.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/CountryNameCheckerListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Customer.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Employee.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/ExceptionListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/FirstOneListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/IncreaseListener.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Person.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Plant.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/RemoteControl.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Rythm.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Television.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/Translation.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/callbacks/VideoSystem.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Author.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/CascadeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Conference.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/DeleteOrphanTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/DetachAndContainsTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/ExtractionDocument.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/ExtractionDocumentInfo.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/FetchTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/FetchTest2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Grandson.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Parent.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Soldier.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Soldier2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Son.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Song.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Student.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Teacher.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Troop.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/Troop2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/AbstractEntity.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/B.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/C.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/D.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/E.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/F.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/G.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multicircle/MultiCircleJpaCascadeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/Bottom.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/Middle.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/MultiLevelCascadeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/cascade/multilevel/Top.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Cat.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Colony.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Competition.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Competitor.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Decorate.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Dog.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Dress.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Empire.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/FlushModeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/FlushTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/GetReferenceTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Mail.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/MergeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Music.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Pet.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/Race.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/RefreshTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/RemoveTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/A.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B1.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B3.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/B4.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/C1.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/C2.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/emops/cascade/CascadePersistTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/ExceptionTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Instrument.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Music.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/exception/Musician.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/Fruit.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/InheritanceTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/inheritance/Strawberry.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lob/BlobTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lob/ImageReader.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/Lock.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/LockTimeoutPropertyTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/Lockable.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/QueryLockingTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/UnversionedLock.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/lock/UpgradeLockTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Animal.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Employee.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Employer.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/FindTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/GetLoadTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Mammal.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/MergeNewTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/MergeTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Node.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/NumberedNode.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/PersistTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Reptile.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/ops/Workload.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/query/QueryTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/Book.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/FlushAndTransactionTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Author.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Book.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/CopyrightableContent.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/GetIdentifierTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/IsLoadedTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/PersistenceUtilHelperTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Sickness.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Umbrella.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/XmlAttributeOverrideTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/XmlTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Address.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Article.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Employee.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Light.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/Lighter.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/XmlAttributeOverrideTest.java
    R hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/xml/sequences/XmlTest.java
    R hibernate-entitymanager/src/matrix/resources/org/hibernate/ejb/test/xml/orm3.xml
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/CriteriaCompilingTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/MultiTypedBasicAttributesEntity.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/ParameterTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/QueryBuilderTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/AggregationResultTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/BasicCriteriaUsageTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/ExpressionsTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/PredicateTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/basic/Wall.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/Helper.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/HelperId.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/IdClassPredicateTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/Tool.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/Widget.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/idclass/WidgetId.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/paths/ImplicitJoinTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/subquery/CorrelatedSubqueryTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/subquery/UncorrelatedSubqueryTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/criteria/tuple/TupleCriteriaTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/AssociationTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Incident.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/IncidentStatus.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Kitchen.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/association/Oven.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/beanvalidation/BeanValidationTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/beanvalidation/CupHolder.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CallbackAndDirtyTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CallbacksTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CommunicationSystem.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CountryChecker.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/CountryNameCheckerListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Customer.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Employee.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/ExceptionListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/FirstOneListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/IncreaseListener.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Person.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Plant.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/RemoteControl.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Rythm.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Television.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/Translation.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/callbacks/VideoSystem.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Author.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/CascadeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Conference.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/DeleteOrphanTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/DetachAndContainsTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/ExtractionDocument.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/ExtractionDocumentInfo.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/FetchTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/FetchTest2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Grandson.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Parent.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Soldier.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Soldier2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Son.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Song.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Student.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Teacher.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Troop.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/Troop2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/AbstractEntity.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/B.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/C.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/D.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/E.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/F.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/G.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multicircle/MultiCircleJpaCascadeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/Bottom.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/Middle.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/MultiLevelCascadeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/cascade/multilevel/Top.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Cat.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Colony.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Competition.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Competitor.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Decorate.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Dog.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Dress.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Empire.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/FlushModeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/FlushTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/GetReferenceTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Mail.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/MergeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Music.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Pet.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/Race.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/RefreshTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/RemoveTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/A.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B1.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B3.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/B4.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/C1.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/C2.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/emops/cascade/CascadePersistTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/ExceptionTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Instrument.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Music.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/exception/Musician.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/Fruit.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/InheritanceTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/inheritance/Strawberry.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lob/BlobTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lob/ImageReader.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/Lock.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/LockTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/LockTimeoutPropertyTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/Lockable.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/QueryLockingTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/UnversionedLock.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/lock/UpgradeLockTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Animal.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Employee.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Employer.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/FindTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/GetLoadTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Mammal.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/MergeNewTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/MergeTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Node.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/NumberedNode.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/PersistTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Reptile.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ops/Workload.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/query/QueryTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/Book.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/FlushAndTransactionTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/transaction/TransactionJoiningTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Author.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Book.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/CopyrightableContent.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/GetIdentifierTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/IsLoadedTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/PersistenceUtilHelperTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Sickness.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/util/Umbrella.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/XmlAttributeOverrideTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/XmlTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Address.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Article.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Employee.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Light.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/Lighter.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/XmlAttributeOverrideTest.java
    A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/xml/sequences/XmlTest.java

  Log Message:
  -----------
  consolidate src/test and src/matrix


  Commit: b0bdda114141c799bd071a4eae6ec25f423571ec
      https://github.com/hibernate/hibernate-orm/commit/b0bdda114141c799bd071a4eae6ec25f423571ec
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2012-06-07 (Thu, 07 Jun 2012)

  Changed paths:
    R hibernate-envers/src/matrix/java/ee/estonia/entities/Child.java
    R hibernate-envers/src/matrix/java/ee/estonia/entities/Parent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEnversTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/BaseEnversFunctionalTestCase.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/BaseEnversJPAFunctionalTestCase.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversRunner.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/Priority.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntNoAutoIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntTestPrivSeqEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/PrimitiveTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrIntTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestEntityComparator.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestPrivSeqEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/UnversionedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/UnversionedStrTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/EnumSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringListEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/Component1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/Component2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/ComponentSetTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/ComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponent1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponent2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/UniquePropsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/UniquePropsNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/Component.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/CompositeCustomTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/CompositeTestUserType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/ParametrizedCustomTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/ParametrizedTestUserType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CompositeDateIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CustomEnum.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CustomEnumUserType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/DateEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/DateIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomTypeTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/ManyToOneIdNotAuditedTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/MulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/MulIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SortedSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/WhereJoinTableEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning1Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning2Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/Child1Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/Child2Entity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/ListUniEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/SetUniEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytoone/unidirectional/TargetNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/CollectionRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/CollectionRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ListRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ListRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/SetRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/SetRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleSetRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/SetRefCollEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ChildIndexedListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdEmbIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdMulIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngEmbIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngMulIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDataRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomPropertyAccessRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntityColumnMapping.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ModifiedEntityTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/Country.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/MixedAccessTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/AuditedTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/NotAuditedTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity3.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity4.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ColumnScalePrecisionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Delete.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/EmptyStringTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NoneAudited.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NotVersioned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NullProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ScalePrecisionEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Simple.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToManyCache.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToOneCache.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/QueryCache.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/EnumSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/AbstractCollectionChangeTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeNoRevisionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeRevisionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/Name.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/Components.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/DateTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Dates.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/EnumTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Enums.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializables.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Lobs.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/SerObject.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/SerializableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Serializables.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Car.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddDel.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddMod.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlushAutoCommitDisabled.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/WikiImage.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/WikiPage.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeIds.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/DateId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/ManyToOneIdNotAudited.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ParentNotIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Contact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/PersonalContact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Role.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractContainedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/ContainedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/SetEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/MixedInheritanceStrategiesEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractCheckActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/Activity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/ActivityId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/CheckInActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/NormalActivity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ParentNotIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ClassTypeEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Contact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/PersonalContact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ParentIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ParentNotIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Contact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/PersonalContact.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ChildIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ParentIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ReferencedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/Component1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/ComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/IComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/NonAuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/SimpleInterface.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/joined/JoinedAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/subclass/SubclassAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/union/UnionAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AbstractPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/NonAuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/SimpleInterface.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/joined/JoinedPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/subclass/SubclassPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/union/UnionPropertiesAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AbstractPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/NonAuditedImplementor.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/SimpleInterface.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/joined/JoinedPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/subclass/SubclassPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/union/UnionPropertiesAudited2Test.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/ISetRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/Master.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ImplicitMappedByTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ManyToOneOwning.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/bidirectional/OneToManyOwned.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/merge/AddDelTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/merge/GivenIdStrEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsOneSessionTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAPITest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAuditedManyToManyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedBidirectional2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildReferencing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponentMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponents.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedCompositeCustom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedDoubleJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedEnumSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedForDefaultNotUsing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedIdMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedManyToOneInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNotOwnedBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNullProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedOneToManyInComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringMap.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedUnversionedProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/ModifiedFlagSuffix.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/modifiedflags/entities/WithModifiedFlagReferencingEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/MultipleAssociationsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/multiplerelations/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/BasicNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/DetachedNamingTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/EstonianTableAlias.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNamingRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNamingRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/NamingTestEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponent.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestAlternateEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntitySuperClass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/EmbIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/MulIdNaming.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/NotInsertableTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertableEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/NotInsertableEntityType.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/RefEdMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/RefIngMapKeyEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/hierarchy/HierarchyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/hierarchy/Node.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/Master.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Account.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/AccountNotAuditedOwners.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedNoProxyPerson.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedProxyPerson.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/OneToOneWithPrimaryKeyJoinTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Person.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefEdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngMulIdEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalMulIdWithNulls.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/PropertiesTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingFieldEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/AuditedCollectionProxyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/AggregateQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/NullPropertyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/Staff.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/GreetingPO.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/GreetingSetPO.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CountingRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Custom.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxedRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListenerRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Inherited.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Listener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ListenerRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumberRevEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/TestExceptionRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/TestRevisionListener.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIds.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/SecondaryNamingTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/SecondaryTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryEmbIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryMulIdTestEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/AuditedMethodMappedSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/NotAuditedSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/AuditedAllMappedSuperclass.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/NotAuditedSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditClassOverrideTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditPropertyOverrideTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedBaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedSpecialEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/BaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideNotAuditedEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/ExtendedBaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/NotAuditedBaseEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/PropertyOverrideEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditoverride/TransitiveOverrideEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/BabyCompleteEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildCompleteEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildMultipleParentsEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildSingleParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ExplicitTransitiveChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ImplicitTransitiveChildEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedGrandparentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveParentEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AbstractEntityManagerTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AbstractPerformanceTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AllPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/ComplexInsertPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/InsertsOneTransactionPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/InsertsPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/UpdatesPerformance.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/ChildEntity1.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/ChildEntity2.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/RootEntity.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/tools/TestTools.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/Address.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/HsqlTest.java
    R hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/Person.java
    R hibernate-envers/src/matrix/resources/hibernate.properties
    R hibernate-envers/src/matrix/resources/hibernate.test.session-cfg.xml
    R hibernate-envers/src/matrix/resources/log4j.properties
    R hibernate-envers/src/matrix/resources/mappings/components/UniquePropsEntity.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/components/UniquePropsNotAuditedEntity.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/auditedEntity/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/manyToManyAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/oneToManyAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/oneToManyNotAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/singleAssociatedAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/entityNames/singleAssociatedNotAudited/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/joinedAllAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/joinedPropertiesAudited2Mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/joinedPropertiesAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/subclassAllAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/subclassPropertiesAudited2Mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/subclassPropertiesAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/unionAllAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/unionPropertiesAudited2Mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/interfaces/unionPropertiesAuditedMappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/manyToMany/inverseToSuperclass/mappings.hbm.xml
    R hibernate-envers/src/matrix/resources/mappings/oneToMany/inverseToSuperclass/mappings.hbm.xml
    A hibernate-envers/src/test/java/ee/estonia/entities/Child.java
    A hibernate-envers/src/test/java/ee/estonia/entities/Parent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractEnversTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractOneSessionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/BaseEnversFunctionalTestCase.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/BaseEnversJPAFunctionalTestCase.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/EnversRunner.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/Priority.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntNoAutoIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntTestPrivSeqEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/PrimitiveTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrIntTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestEntityComparator.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestPrivSeqEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/UnversionedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/UnversionedStrTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EnumSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringListEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/Component1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/Component2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/ComponentSetTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/ComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponent1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponent2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/UniquePropsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/UniquePropsNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/Component.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/CompositeCustomTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/CompositeTestUserType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/ParametrizedCustomTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/ParametrizedTestUserType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CompositeDateIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CustomEnum.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CustomEnumUserType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/DateEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/DateIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomTypeTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/ManyToOneIdNotAuditedTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/MulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/MulIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SortedSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/WhereJoinTableEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning1Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning2Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child1Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child2Entity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/ListUniEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/SetUniEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytoone/unidirectional/TargetNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ListRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ListRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/SetRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/SetRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleSetRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetRefCollEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ChildIndexedListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdEmbIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdMulIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngEmbIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngMulIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomDataRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomPropertyAccessRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomRevEntityColumnMapping.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ModifiedEntityTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/Country.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/FieldAccessTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/MixedAccessTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/AuditedTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/NotAuditedTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity3.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity4.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ColumnScalePrecisionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Delete.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/EmptyStringTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NoneAudited.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NotVersioned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NullProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ScalePrecisionEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Simple.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/OneToManyCache.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/OneToOneCache.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/QueryCache.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/EnumSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/AbstractCollectionChangeTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeNoRevisionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeRevisionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Name.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/Components.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/DateTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Dates.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/EnumTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Enums.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobSerializableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobSerializables.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Lobs.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/SerObject.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/SerializableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Serializables.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Car.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddDel.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddMod.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/ManualFlushAutoCommitDisabled.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/WikiImage.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/WikiPage.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeIds.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/DateId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/ManyToOneIdNotAudited.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ParentNotIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Contact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/PersonalContact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Role.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractContainedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/ContainedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/SetEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/MixedInheritanceStrategiesEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractCheckActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/Activity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/ActivityId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/CheckInActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/NormalActivity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ParentNotIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ClassTypeEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Contact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/PersonalContact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ParentIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ParentNotIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Contact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/PersonalContact.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ChildIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ParentIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ReferencedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/Component1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/ComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/IComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/NonAuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/SimpleInterface.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/joined/JoinedAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/subclass/SubclassAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/union/UnionAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AbstractPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/NonAuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/SimpleInterface.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/joined/JoinedPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/subclass/SubclassPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/union/UnionPropertiesAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AbstractPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/NonAuditedImplementor.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/SimpleInterface.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/joined/JoinedPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/subclass/SubclassPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/union/UnionPropertiesAudited2Test.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/ISetRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/Master.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ImplicitMappedByTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/ManyToOneOwning.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/bidirectional/OneToManyOwned.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/merge/AddDelTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/merge/GivenIdStrEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/AbstractModifiedFlagsOneSessionTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAPITest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedAuditedManyToManyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedBidirectional2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedChildReferencing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponentMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedComponents.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedCompositeCustom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedDoubleJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedEnumSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedForDefaultNotUsing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedIdMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedManyToOneInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNotOwnedBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedNullProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedOneToManyInComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringMap.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedStringSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/HasChangedUnversionedProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/ModifiedFlagSuffix.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/entities/PartialModifiedFlagsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/modifiedflags/entities/WithModifiedFlagReferencingEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/MultipleAssociationsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/multiplerelations/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/BasicNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/DetachedNamingTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/EstonianTableAlias.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNamingRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNamingRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/NamingTestEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponent.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestAlternateEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntitySuperClass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/EmbIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/MulIdNaming.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/NotInsertableTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertableEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/NotInsertableEntityType.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notupdatable/PropertyNotUpdatableTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/RefEdMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/RefIngMapKeyEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/hierarchy/HierarchyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/hierarchy/Node.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/Master.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Account.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/AccountNotAuditedOwners.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedNoProxyPerson.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/NotAuditedProxyPerson.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/OneToOneWithPrimaryKeyJoinTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/primarykeyjoincolumn/Person.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefEdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngMulIdEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalMulIdWithNulls.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/PropertiesTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingFieldEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/AuditedCollectionProxyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/AggregateQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/NullPropertyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/readwriteexpression/Staff.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/GreetingPO.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/GreetingSetPO.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CountingRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Custom.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomBoxedRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ExceptionListenerRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Inherited.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Listener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ListenerRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevNumberRevEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/TestExceptionRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/TestRevisionListener.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIds.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/SecondaryNamingTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/SecondaryTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryEmbIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryMulIdTestEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/AuditedMethodMappedSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/NotAuditedSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/AuditedAllMappedSuperclass.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/NotAuditedSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditClassOverrideTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditPropertyOverrideTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedBaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/AuditedSpecialEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/BaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ClassOverrideNotAuditedEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/ExtendedBaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/MixedOverrideTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/NotAuditedBaseEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/PropertyOverrideEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditoverride/TransitiveOverrideEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/BabyCompleteEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildCompleteEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildMultipleParentsEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildSingleParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ExplicitTransitiveChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ImplicitTransitiveChildEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedGrandparentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveParentEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/tools/SchemaExportTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AbstractEntityManagerTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AbstractPerformanceTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AllPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/ComplexInsertPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsOneTransactionPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/UpdatesPerformance.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/ChildEntity1.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/ChildEntity2.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/RootEntity.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/tools/TestTools.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/various/Address.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/various/HsqlTest.java
    A hibernate-envers/src/test/java/org/hibernate/envers/test/various/Person.java
    A hibernate-envers/src/test/resources/hibernate.properties
    A hibernate-envers/src/test/resources/hibernate.test.session-cfg.xml
    A hibernate-envers/src/test/resources/log4j.properties
    A hibernate-envers/src/test/resources/mappings/components/UniquePropsEntity.hbm.xml
    A hibernate-envers/src/test/resources/mappings/components/UniquePropsNotAuditedEntity.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/auditedEntity/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/manyToManyAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/oneToManyAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/oneToManyNotAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/singleAssociatedAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/entityNames/singleAssociatedNotAudited/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/joinedAllAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/joinedPropertiesAudited2Mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/joinedPropertiesAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/subclassAllAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/subclassPropertiesAudited2Mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/subclassPropertiesAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/unionAllAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/unionPropertiesAudited2Mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/interfaces/unionPropertiesAuditedMappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/manyToMany/inverseToSuperclass/mappings.hbm.xml
    A hibernate-envers/src/test/resources/mappings/oneToMany/inverseToSuperclass/mappings.hbm.xml

  Log Message:
  -----------
  consolidate src/test and src/matrix


Compare: https://github.com/hibernate/hibernate-orm/compare/77d83b8...b0bdda1


More information about the hibernate-commits mailing list