[hibernate-commits] [hibernate/hibernate-core] 98e68a: HHH-6742 move unit tests back to src/test

noreply at github.com noreply at github.com
Tue Oct 18 10:18:29 EDT 2011


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

  Commit: 98e68aab4bb29b79b1b0e394b8069fa12516000b
      https://github.com/hibernate/hibernate-core/commit/98e68aab4bb29b79b1b0e394b8069fa12516000b
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2011-10-18 (Tue, 18 Oct 2011)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/DriverManagerConnectionProviderImpl.java
  M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExport.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/A320.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/A320b.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/AlternativeNamingStrategy.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/AmericaCupClass.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Boat.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Company.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/ConfigurationTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Country.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Customer.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Discount.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Ferry.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Flight.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/FlyingObject.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/IncorrectEntity.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Passport.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Plane.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Port.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/SafeMappingTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/SecuredBindingTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Sky.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Thing.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/Ticket.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/TicketComparator.java
  M hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/AccessTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/AccessMappingTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Animal.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Bed.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Being.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/BigBed.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Chair.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Circle.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Color.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course1.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course2.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course3.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course4.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course5.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course6.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course7.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Course8.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Furniture.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Gardenshed.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Horse.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Person.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Position.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Shape.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Square.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Student.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Thingy.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/User.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/Woody.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Boy.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Cook.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Crew.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Driver.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Knive.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/RentalCar.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Tourist.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/Waiter.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/xml/XmlAccessTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/backquotes/BackquoteTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/backquotes/Bug.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/backquotes/Category.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/backquotes/Printer.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/backquotes/PrinterCable.java
  M hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/ProxyBreakingTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/A.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/B.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/C.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/DeepCollectionElementTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/configuration/ConfigurationTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/configuration/package-info.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/duplicatedgenerator/DuplicateTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/duplicatedgenerator/Flight.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Country.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Customer.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Customer2.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Customer3.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Customer4.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Customer5.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/FetchProfileTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/MoreFetchProfileTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/Order.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/SupportTickets.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetchprofile/package-info.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/A.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/A_PK.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/B.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/C.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/ClassA.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/ClassB.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/ClassC.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/ClassD.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/D.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/D_PK.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/fkcircularity/FkCircularityTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/JoinColumnOverrideTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/UUIDGenerator.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Ball.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/BreakDance.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Bunny.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Computer.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Department.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Dog.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/FirTree.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Footballer.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/FootballerPk.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Furniture.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/GoalKeeper.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Home.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Location.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/MilitaryBuilding.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Monkey.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Phone.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Planet.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/PlanetCheatSheet.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/PointyTooth.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Shoe.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/SoundSystem.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Store.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Tower.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/Tree.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/entities/TwinkleToes.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/package-info.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/BaseClass.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/DiscriminatorOptionsTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/SubClass.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/A.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/Address.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/AddressEntry.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/DummyNamingStrategy.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/NamingStrategyTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/namingstrategy/Person.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Address.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Body.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Client.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Computer.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/ComputerPk.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Father.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Heart.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OneToOneErrorTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Owner.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OwnerAddress.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Party.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/PartyAffiliate.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Person.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/PersonAddress.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/SerialNumber.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/SerialNumberPk.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Show.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/ShowDescription.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Son.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Trousers.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/TrousersZip.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/primarykey/Address.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/primarykey/NullablePrimaryKeyTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/primarykey/Person.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/Administration.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/Availability.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/BusTrip.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/BusTripPk.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/Competition.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/JPAOverridenAnnotationReaderTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/LogListener.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/Match.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/Organization.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/OtherLogListener.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/SocialSecurityMoralAccount.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/SocialSecurityNumber.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/SocialSecurityPhysicalAccount.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/TennisMatch.java
  R hibernate-core/src/matrix/java/org/hibernate/test/annotations/reflection/XMLContextTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/ast/ASTIteratorTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/ast/ASTUtilTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/bytecode/Bean.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/bytecode/Bean.java
  R hibernate-core/src/matrix/java/org/hibernate/test/bytecode/BeanReflectionHelper.java
  R hibernate-core/src/matrix/java/org/hibernate/test/bytecode/ProxyBean.java
  R hibernate-core/src/matrix/java/org/hibernate/test/bytecode/javassist/InvocationTargetExceptionTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/bytecode/javassist/ReflectionOptimizerTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/Cacheable.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/CacheableFileTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/ConfigurationSerializationTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/orm-serializable.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/Gate.java
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/GoofyException.java
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/Palmtree.java
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/PersisterClassProviderTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/Portal.java
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/Tree.java
  R hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/Window.java
  R hibernate-core/src/matrix/java/org/hibernate/test/dialect/function/AnsiTrimEmulationFunctionTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/dialect/function/Product.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/dialect/function/Product.java
  R hibernate-core/src/matrix/java/org/hibernate/test/dialect/unit/lockhint/AbstractLockHintTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/dialect/unit/lockhint/SQLServerLockHintsTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/dialect/unit/lockhint/SybaseASE15LockHintsTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/dialect/unit/lockhint/SybaseLockHintsTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Customer.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Customer.java
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Employee.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Employee.java
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/ExtendsTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Person.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/Person.java
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/allinone.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/allseparateinone.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/entitynames.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/packageentitynames.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/extendshbm/unionsubclass.hbm.xml
  M hibernate-core/src/matrix/java/org/hibernate/test/hql/HqlParserTest.java
  M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/AbstractExecutable.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/A.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABC.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCExtends.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCProxy.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Abstract.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/AbstractProxy.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/AltSimple.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Assignable.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/B.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Bar.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/BarProxy.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/BasicNameable.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Baz.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Baz.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Blobber.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Blobber.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Broken.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Broken.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/C1.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/C2.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Category.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Category.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Child.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Circular.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Circular.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Commento.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Company.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Component.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentCollection.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentNotNull.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentNotNullMaster.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentNotNullMaster.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Componentizable.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Componentizable.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/CompositeElement.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/CompositeIdId.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/CompositeIdId.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Contained.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Container.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Container.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Custom.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Custom.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomPersister.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomSQL.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/D.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Detail.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/DoubleStringType.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Down.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Drug.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/E.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Eye.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Eye.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fee.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fee.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fixed.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fo.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fo.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Foo.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooBar.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooComponent.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooProxy.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fum.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fum.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/FumCompositeID.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fumm.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Fumm.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Glarch.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Glarch.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/GlarchProxy.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Holder.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Holder.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/I.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJ.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJ2.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Immutable.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Immutable.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Inner.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/InnerKey.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Intervention.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/J.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Jay.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/K.java
  M hibernate-core/src/matrix/java/org/hibernate/test/legacy/LegacyTestCase.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Location.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Location.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Lower.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MainObject.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MainObject.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Many.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Many.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Map.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Marelo.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Master.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MasterDetail.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Medication.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Middle.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Middle.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MiddleKey.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Mono.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MoreStuff.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Multi.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Multi.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MultiExtends.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Multiplicity.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/MultiplicityType.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Nameable.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Nameable.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Named.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/NestingComponent.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/NonReflectiveBinderTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Object2.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Object2.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/One.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/One.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Outer.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/OuterKey.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Parent.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ParentChild.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Part.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Party.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Person.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Po.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Qux.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Qux.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Resource.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Result.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/ReverseComparator.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Role.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/S.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Several.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Simple.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Simple.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Single.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/SingleSeveral.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Sortable.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/StringComparator.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Stuff.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Stuff.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/SubComponent.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/SubDetail.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/SubMulti.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Super.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Top.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Trivial.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/TrivialClass.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Up.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/UpDown.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Vetoer.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Vetoer.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/W.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/WZ.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Wicked.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/X.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/XY.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Y.java
  R hibernate-core/src/matrix/java/org/hibernate/test/legacy/Z.java
  R hibernate-core/src/matrix/java/org/hibernate/test/mapping/PersistentClassVisitorTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/mapping/ValueVisitorTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/mappingexception/InvalidMapping.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/mappingexception/InvalidMapping.java
  R hibernate-core/src/matrix/java/org/hibernate/test/mappingexception/MappingExceptionTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/mappingexception/User.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/mappingexception/User.java
  R hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/1_Version.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/2_Version.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/MigrationTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/SchemaExportManagedConnectionTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/SchemaExportSuppliedConnectionTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/SchemaExportTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/Version.java
  R hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/mapping.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/util/JoinedIterableTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/util/PropertiesHelperTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/util/dtd/Child.java
  R hibernate-core/src/matrix/java/org/hibernate/test/util/dtd/EntityResolverTest.java
  R hibernate-core/src/matrix/java/org/hibernate/test/util/dtd/Parent.hbm.xml
  R hibernate-core/src/matrix/java/org/hibernate/test/util/dtd/Parent.java
  R hibernate-core/src/matrix/java/org/hibernate/test/util/dtd/child.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/Boat.hbm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/Ferry.hbm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Boy.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Cook.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Crew.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/RentalCar.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Tourist.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Tourist2.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Tourist3.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/access/xml/Tourist4.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/bytecode/Hammer.hbm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/configuration/orm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/duplicatedgenerator/orm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/fetchprofile/mappings.hbm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/hibernate.cfg.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/inheritance/joined/Asset.hbm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/loader/Loader.hbm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/onetomany/orm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/onetoone/orm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/orm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/query/orm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/reflection/metadata-complete.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/reflection/orm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm1.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm10.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm11.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm12.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm13.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm14.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm15.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm16.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm17.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm18.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm19.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm2.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm20.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm21.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm22.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm23.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm24.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm25.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm26.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm27.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm28.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm3.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm4.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm5.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm6.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm7.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm8.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm9.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm1.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm10.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm11.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm12.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm13.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm14.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm15.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm16.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm17.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm18.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm19.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm2.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm20.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm21.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm3.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm4.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm5.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm6.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm7.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm8.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm9.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm1.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm2.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm3.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm4.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm5.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm6.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm7.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm8.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm9.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm1.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm10.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm11.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm12.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm13.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm14.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm15.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm16.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm17.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm18.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm19.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm2.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm20.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm21.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm22.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm23.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm3.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm4.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm5.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm6.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm7.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm8.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm9.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm1.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm10.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm11.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm2.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm3.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm4.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm5.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm6.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm7.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm8.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm9.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/orm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/orm2.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/orm3.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/ejb3/orm4.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/hbm/A.hbm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/hbm/B.hbm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/hbm/CloudType.hbm.xml
  R hibernate-core/src/matrix/resources/org/hibernate/test/annotations/xml/hbm/Government.hbm.xml
  M hibernate-core/src/test/java/org/hibernate/id/SequenceHiLoGeneratorNoIncrementTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/A320.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/A320b.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/AlternativeNamingStrategy.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/AmericaCupClass.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Boat.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Company.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/ConfigurationTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Country.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Customer.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Discount.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Ferry.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Flight.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/FlyingObject.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/IncorrectEntity.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Passport.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Plane.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Port.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/SafeMappingTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/SecuredBindingTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Sky.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Thing.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/Ticket.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/TicketComparator.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessMappingTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Animal.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Bed.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Being.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/BigBed.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Chair.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Circle.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Color.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course1.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course2.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course3.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course4.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course5.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course6.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course7.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Course8.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Furniture.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Gardenshed.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Horse.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Person.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Position.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Shape.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Square.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Student.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Thingy.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/User.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/Woody.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Boy.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Cook.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Crew.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Driver.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Knive.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/RentalCar.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Tourist.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Waiter.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/XmlAccessTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/BackquoteTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/Bug.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/Category.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/Printer.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/PrinterCable.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/A.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/B.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/C.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/DeepCollectionElementTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/configuration/ConfigurationTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/configuration/package-info.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/duplicatedgenerator/DuplicateTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/duplicatedgenerator/Flight.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Country.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer2.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer3.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer4.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer5.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/FetchProfileTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/MoreFetchProfileTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Order.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/SupportTickets.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/package-info.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/A.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/A_PK.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/B.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/C.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/ClassA.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/ClassB.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/ClassC.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/ClassD.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/D.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/D_PK.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/FkCircularityTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/JoinColumnOverrideTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/UUIDGenerator.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Ball.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/BreakDance.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Bunny.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Computer.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Department.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Dog.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/FirTree.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Footballer.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/FootballerPk.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Furniture.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/GoalKeeper.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Home.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Location.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/MilitaryBuilding.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Monkey.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Phone.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Planet.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/PlanetCheatSheet.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/PointyTooth.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Shoe.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/SoundSystem.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Store.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Tower.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Tree.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/TwinkleToes.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/id/package-info.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/BaseClass.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/DiscriminatorOptionsTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/SubClass.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/A.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/Address.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/AddressEntry.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/DummyNamingStrategy.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/NamingStrategyTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/Person.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Address.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Body.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Client.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Computer.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/ComputerPk.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Father.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Heart.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OneToOneErrorTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Owner.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OwnerAddress.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Party.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/PartyAffiliate.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Person.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/PersonAddress.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/SerialNumber.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/SerialNumberPk.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Show.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/ShowDescription.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Son.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/Trousers.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/TrousersZip.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/primarykey/Address.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/primarykey/NullablePrimaryKeyTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/primarykey/Person.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/Administration.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/Availability.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/BusTrip.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/BusTripPk.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/Competition.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAOverridenAnnotationReaderTest.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/LogListener.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/Match.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/Organization.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/OtherLogListener.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/SocialSecurityMoralAccount.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/SocialSecurityNumber.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/SocialSecurityPhysicalAccount.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/TennisMatch.java
  A hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/XMLContextTest.java
  A hibernate-core/src/test/java/org/hibernate/test/ast/ASTIteratorTest.java
  A hibernate-core/src/test/java/org/hibernate/test/ast/ASTUtilTest.java
  A hibernate-core/src/test/java/org/hibernate/test/bytecode/Bean.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/bytecode/Bean.java
  A hibernate-core/src/test/java/org/hibernate/test/bytecode/BeanReflectionHelper.java
  A hibernate-core/src/test/java/org/hibernate/test/bytecode/ProxyBean.java
  A hibernate-core/src/test/java/org/hibernate/test/bytecode/javassist/InvocationTargetExceptionTest.java
  A hibernate-core/src/test/java/org/hibernate/test/bytecode/javassist/ReflectionOptimizerTest.java
  A hibernate-core/src/test/java/org/hibernate/test/cfg/Cacheable.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/cfg/CacheableFileTest.java
  A hibernate-core/src/test/java/org/hibernate/test/cfg/ConfigurationSerializationTest.java
  A hibernate-core/src/test/java/org/hibernate/test/cfg/orm-serializable.xml
  A hibernate-core/src/test/java/org/hibernate/test/cfg/persister/Gate.java
  A hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyException.java
  A hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
  A hibernate-core/src/test/java/org/hibernate/test/cfg/persister/Palmtree.java
  A hibernate-core/src/test/java/org/hibernate/test/cfg/persister/PersisterClassProviderTest.java
  A hibernate-core/src/test/java/org/hibernate/test/cfg/persister/Portal.java
  A hibernate-core/src/test/java/org/hibernate/test/cfg/persister/Tree.java
  A hibernate-core/src/test/java/org/hibernate/test/cfg/persister/Window.java
  A hibernate-core/src/test/java/org/hibernate/test/dialect/function/AnsiTrimEmulationFunctionTest.java
  A hibernate-core/src/test/java/org/hibernate/test/dialect/function/Product.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/dialect/function/Product.java
  A hibernate-core/src/test/java/org/hibernate/test/dialect/unit/lockhint/AbstractLockHintTest.java
  A hibernate-core/src/test/java/org/hibernate/test/dialect/unit/lockhint/SQLServerLockHintsTest.java
  A hibernate-core/src/test/java/org/hibernate/test/dialect/unit/lockhint/SybaseASE15LockHintsTest.java
  A hibernate-core/src/test/java/org/hibernate/test/dialect/unit/lockhint/SybaseLockHintsTest.java
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/Customer.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/Customer.java
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/Employee.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/Employee.java
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/ExtendsTest.java
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/Person.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/Person.java
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/allinone.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/allseparateinone.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/entitynames.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/packageentitynames.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/extendshbm/unionsubclass.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/A.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/ABC.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/ABCExtends.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/ABCProxy.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Abstract.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/AbstractProxy.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/AltSimple.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Assignable.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/B.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Bar.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/BarProxy.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/BasicNameable.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Baz.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Baz.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Blobber.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Blobber.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Broken.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Broken.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/C1.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/C2.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Category.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Category.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Child.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Circular.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Circular.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Commento.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Company.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Component.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentCollection.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNull.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNullMaster.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/ComponentNotNullMaster.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Componentizable.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Componentizable.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/CompositeElement.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/CompositeIdId.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/CompositeIdId.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Contained.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Container.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Container.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Custom.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Custom.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/CustomPersister.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/CustomSQL.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/D.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Detail.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/DoubleStringType.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Down.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Drug.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/E.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Eye.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Eye.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Fee.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Fee.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Fixed.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Fo.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Fo.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Foo.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/FooBar.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/FooComponent.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/FooProxy.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Fum.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Fum.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/FumCompositeID.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Fumm.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Fumm.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Glarch.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Glarch.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/GlarchProxy.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Holder.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Holder.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/I.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/IJ.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/IJ2.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Immutable.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Immutable.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Inner.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/InnerKey.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Intervention.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/J.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Jay.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/K.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Location.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Location.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Lower.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/MainObject.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/MainObject.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Many.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Many.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Map.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Marelo.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Master.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/MasterDetail.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Medication.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Middle.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Middle.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/MiddleKey.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Mono.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/MoreStuff.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Multi.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Multi.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/MultiExtends.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Multiplicity.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/MultiplicityType.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Nameable.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Nameable.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Named.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/NestingComponent.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/NonReflectiveBinderTest.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Object2.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Object2.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/One.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/One.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Outer.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/OuterKey.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Parent.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/ParentChild.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Part.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Party.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Person.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Po.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Qux.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Qux.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Resource.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Result.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/ReverseComparator.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Role.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/S.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Several.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Simple.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Simple.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Single.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/SingleSeveral.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Sortable.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/StringComparator.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Stuff.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Stuff.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/SubComponent.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/SubDetail.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/SubMulti.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Super.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Top.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Trivial.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/TrivialClass.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Up.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/UpDown.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Vetoer.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Vetoer.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/W.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/WZ.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Wicked.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/X.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/XY.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Y.java
  A hibernate-core/src/test/java/org/hibernate/test/legacy/Z.java
  A hibernate-core/src/test/java/org/hibernate/test/mapping/PersistentClassVisitorTest.java
  A hibernate-core/src/test/java/org/hibernate/test/mapping/ValueVisitorTest.java
  A hibernate-core/src/test/java/org/hibernate/test/mappingexception/InvalidMapping.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/mappingexception/InvalidMapping.java
  A hibernate-core/src/test/java/org/hibernate/test/mappingexception/MappingExceptionTest.java
  A hibernate-core/src/test/java/org/hibernate/test/mappingexception/User.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/mappingexception/User.java
  A hibernate-core/src/test/java/org/hibernate/test/schemaupdate/1_Version.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/schemaupdate/2_Version.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/schemaupdate/MigrationTest.java
  A hibernate-core/src/test/java/org/hibernate/test/schemaupdate/SchemaExportManagedConnectionTest.java
  A hibernate-core/src/test/java/org/hibernate/test/schemaupdate/SchemaExportSuppliedConnectionTest.java
  A hibernate-core/src/test/java/org/hibernate/test/schemaupdate/SchemaExportTest.java
  A hibernate-core/src/test/java/org/hibernate/test/schemaupdate/Version.java
  A hibernate-core/src/test/java/org/hibernate/test/schemaupdate/mapping.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/util/JoinedIterableTest.java
  A hibernate-core/src/test/java/org/hibernate/test/util/PropertiesHelperTest.java
  A hibernate-core/src/test/java/org/hibernate/test/util/dtd/Child.java
  A hibernate-core/src/test/java/org/hibernate/test/util/dtd/EntityResolverTest.java
  A hibernate-core/src/test/java/org/hibernate/test/util/dtd/Parent.hbm.xml
  A hibernate-core/src/test/java/org/hibernate/test/util/dtd/Parent.java
  A hibernate-core/src/test/java/org/hibernate/test/util/dtd/child.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/Boat.hbm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/Ferry.hbm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Boy.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Cook.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Crew.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/RentalCar.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist2.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist3.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/access/xml/Tourist4.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/bytecode/Hammer.hbm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/configuration/orm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/duplicatedgenerator/orm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/fetchprofile/mappings.hbm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/hibernate.cfg.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/idclass/xml/HabitatSpeciesLink.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/inheritance/joined/Asset.hbm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/loader/Loader.hbm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/onetomany/orm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/onetoone/orm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/orm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/query/orm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/reflection/metadata-complete.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/reflection/orm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm1.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm10.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm11.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm12.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm13.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm14.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm15.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm16.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm17.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm18.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm19.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm2.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm20.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm21.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm22.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm23.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm24.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm25.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm26.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm27.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm28.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm3.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm4.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm5.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm6.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm7.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm8.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/element-collection.orm9.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm1.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm10.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm11.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm12.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm13.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm14.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm15.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm16.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm17.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm18.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm19.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm2.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm20.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm21.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm3.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm4.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm5.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm6.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm7.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm8.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-many.orm9.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm1.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm2.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm3.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm4.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm5.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm6.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm7.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm8.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/many-to-one.orm9.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm1.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm10.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm11.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm12.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm13.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm14.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm15.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm16.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm17.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm18.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm19.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm2.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm20.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm21.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm22.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm23.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm3.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm4.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm5.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm6.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm7.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm8.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-many.orm9.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm1.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm10.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm11.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm2.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm3.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm4.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm5.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm6.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm7.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm8.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/one-to-one.orm9.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm2.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm3.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/ejb3/orm4.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/hbm/A.hbm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/hbm/B.hbm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/hbm/CloudType.hbm.xml
  A hibernate-core/src/test/resources/org/hibernate/test/annotations/xml/hbm/Government.hbm.xml
  M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/PersistenceUtilHelperTest.java
  M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/connection/DataSourceInjectionTest.java
  M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/InterceptorTest.java
  M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/PersisterClassProviderTest.java
  M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/ProgrammaticConfTest.java
  M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/SessionFactoryObserverTest.java
  M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/id/IdentifierGeneratorStrategyProviderTest.java
  M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/instrument/InterceptFieldClassFileTransformerTest.java
  M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/jee/OrmVersionTest.java
  M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/tm/JBossStandaloneJtaExampleTest.java
  M hibernate-testing/src/main/java/org/hibernate/testing/junit4/BaseCoreFunctionalTestCase.java

  Log Message:
  -----------
  HHH-6742 move unit tests back to src/test


  Commit: 036b9579d6ee9724838e65b987306dedcf04f8f8
      https://github.com/hibernate/hibernate-core/commit/036b9579d6ee9724838e65b987306dedcf04f8f8
  Author: Strong Liu <stliu at hibernate.org>
  Date:   2011-10-18 (Tue, 18 Oct 2011)

  Changed paths:
    M hibernate-core/src/matrix/java/org/hibernate/test/version/sybase/SybaseTimestampVersioningTest.java
  R hibernate-core/src/matrix/java/org/hibernate/testing/tm/SimpleJtaTransactionImpl.java
  R hibernate-core/src/matrix/java/org/hibernate/testing/tm/SimpleJtaTransactionManagerImpl.java
  R hibernate-core/src/matrix/java/org/hibernate/testing/tm/package.html
  M hibernate-core/src/test/java/org/hibernate/id/AbstractHolderTest.java
  M hibernate-core/src/test/java/org/hibernate/jdbc/LobCreatorTest.java
  R hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/ejb3configuration/TestCase.java

  Log Message:
  -----------
  HHH-6742 move unit tests back to src/test


Compare: https://github.com/hibernate/hibernate-core/compare/c84fb01...036b957


More information about the hibernate-commits mailing list