[hibernate/hibernate-core] 02ab02: prep 4.0.0.CR4
by noreply@github.com
Branch: refs/heads/stable
Home: https://github.com/hibernate/hibernate-core
Commit: 02ab02d3feffd581e8a833798d2ea27b9b3ff9c7
https://github.com/hibernate/hibernate-core/commit/02ab02d3feffd581e8a833...
Author: Steve Ebersole <steve(a)hibernate.org>
Date: 2011-09-28 (Wed, 28 Sep 2011)
Changed paths:
M build.gradle
Log Message:
-----------
prep 4.0.0.CR4
Commit: cbec206e2f3da3e9ae3b451a7a2c204848cc5780
https://github.com/hibernate/hibernate-core/commit/cbec206e2f3da3e9ae3b45...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2011-09-29 (Thu, 29 Sep 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/service/spi/Wrapped.java
Log Message:
-----------
HHH-6691 Clarify exception thrown upon impossible unwrap operation
Commit: 45f3ced6daf96f1a697f350e134512562b48d3fd
https://github.com/hibernate/hibernate-core/commit/45f3ced6daf96f1a697f35...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2011-09-29 (Thu, 29 Sep 2011)
Changed paths:
M documentation/src/main/docbook/devguide/en-US/Envers.xml
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/RevisionInfoConfiguration.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CountingRevisionListener.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideRevListenerTest.java
Log Message:
-----------
HHH-6696 - RevisionListener class configuration parameter
Commit: a34c99a34c3b052b67578d00f7c590dacc99774b
https://github.com/hibernate/hibernate-core/commit/a34c99a34c3b052b67578d...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-09-30 (Fri, 30 Sep 2011)
Changed paths:
M hibernate-ehcache/src/test/resources/ehcache.xml
M hibernate-entitymanager/src/main/java/org/hibernate/ejb/AbstractEntityManagerImpl.java
M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/EntityManagerTest.java
Log Message:
-----------
HHH-6697 EntityManager.persist should through EntityExistsException instead of PersistenceException (from https://github.com/hibernate/hibernate-core/pull/178)
Commit: e4480f905c7cdf3e6c51a3aace7179fec1b41feb
https://github.com/hibernate/hibernate-core/commit/e4480f905c7cdf3e6c51a3...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-09-30 (Fri, 30 Sep 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/LockMode.java
M hibernate-core/src/main/java/org/hibernate/SessionFactory.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/CallableStatementProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BasicBinder.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/VariousKeywordPropertyEntity.hbm.xml
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomSQLTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/sql/hand/custom/CustomSQLTestSupport.java
M hibernate-core/src/matrix/java/org/hibernate/test/tm/CMTTest.java
Log Message:
-----------
HHH-6702 mysql test failures
Commit: 9d7114ec55ebc83cc84a78ea236ef4940f25aaca
https://github.com/hibernate/hibernate-core/commit/9d7114ec55ebc83cc84a78...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-09-30 (Fri, 30 Sep 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/CallableStatementProxyHandler.java
Log Message:
-----------
HHH-6702 mysql test failures
Commit: 30a0c3843a4b46f8b3077a195a09e903c77bec71
https://github.com/hibernate/hibernate-core/commit/30a0c3843a4b46f8b3077a...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-09-30 (Fri, 30 Sep 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/PostgreSQLDialect.java
Log Message:
-----------
PostgreSQL does support 'drop table if exists' syntax (hibernate jira down)
Commit: 67645497841b4795724ecc42e39a4a529b02747a
https://github.com/hibernate/hibernate-core/commit/67645497841b4795724ecc...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-09-30 (Fri, 30 Sep 2011)
Changed paths:
M README.md
Log Message:
-----------
add jboss nexus user guide to readme
Commit: b622119104da5c3dd5e19db50ad58abe0d70efe5
https://github.com/hibernate/hibernate-core/commit/b622119104da5c3dd5e19d...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2011-09-30 (Fri, 30 Sep 2011)
Changed paths:
M hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideRevListenerTest.java
Log Message:
-----------
HHH-6696 - Typical test case
Commit: 3d3b5b85f5e003e1a68c4d427bc99a80a05e8905
https://github.com/hibernate/hibernate-core/commit/3d3b5b85f5e003e1a68c4d...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-09-30 (Fri, 30 Sep 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/DDLFormatterImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ColumnAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ColumnSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/Helper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/SingularIdentifierAttributeSourceImpl.java
M hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/SchemaExportTest.java
Log Message:
-----------
HHH-6703 id element has 'column' attribute, then the pk column is nullable in ddl created by schema export
Commit: 3c07e5d6ba812fe2d4003db2edfb66f7a0af1ef6
https://github.com/hibernate/hibernate-core/commit/3c07e5d6ba812fe2d4003d...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-09-30 (Fri, 30 Sep 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/CallableStatementProxyHandler.java
Log Message:
-----------
HHH-6702 mysql 51 test failures
Commit: 56ce194a2974e941c6f4f00193ee402dccef467d
https://github.com/hibernate/hibernate-core/commit/56ce194a2974e941c6f4f0...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-09-30 (Fri, 30 Sep 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/SchemaExportTest.java
Log Message:
-----------
HHH-6702 mysql 51 test failures
Commit: 8f520e112618e839bf10b6451b4445d4da1a43e5
https://github.com/hibernate/hibernate-core/commit/8f520e112618e839bf10b6...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-09-30 (Fri, 30 Sep 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomSQLTest.java
Log Message:
-----------
HHH-6704 POSTGRESQL test failures
Commit: 550865e3d306b67d3c6dcd860cb0e7c71a8d5ad4
https://github.com/hibernate/hibernate-core/commit/550865e3d306b67d3c6dcd...
Author: Adam Warski <adam(a)warski.org>
Date: 2011-10-01 (Sat, 01 Oct 2011)
Changed paths:
M documentation/src/main/docbook/devguide/en-US/Envers.xml
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/RevisionInfoConfiguration.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CountingRevisionListener.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
A hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
Log Message:
-----------
Merge pull request #176 from lukasz-antoniak/HHH-6696
HHH-6696 - Allow specifying revision listener apart from @RevisionEntity annotation
Commit: 9039e4d29efeda7de24411b8100e205deff65964
https://github.com/hibernate/hibernate-core/commit/9039e4d29efeda7de24411...
Author: Adam Warski <adam(a)warski.org>
Date: 2011-10-01 (Sat, 01 Oct 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/RevisionEntity.java
Log Message:
-----------
HHH-6696: additional javadoc explanation
Commit: 7d70a909c5b619ee30be40295525ef6a275fb54b
https://github.com/hibernate/hibernate-core/commit/7d70a909c5b619ee30be40...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-02 (Sun, 02 Oct 2011)
Changed paths:
M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/function/AggregationFunction.java
A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/CompositeId.java
A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/CountEntityWithCompositeIdTest.java
A hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/EntityWithCompositeId.java
Log Message:
-----------
HHH-5419: Modified HQL rendering of COUNT function so that when a non-distinct entity with an ID is specified as a parameter, it renders a star instead of the ID attribute(s). This allows for greater support across DBs, since some do not support the previous rendering of multiple ID attributes when the ID happens to be a composite ID.
Commit: b307a801a748eed42810e10d7e413f185953fe43
https://github.com/hibernate/hibernate-core/commit/b307a801a748eed42810e1...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-03 (Mon, 03 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/loader/Loader.java
A hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/A.java
A hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/D.java
A hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/ImmutableNaturalKeyLookupTest.java
Log Message:
-----------
Immutable natural key lookup not recognized using query cache
Commit: 7b1c172b844ff6cc5862027b8b16b8c53abf6cc7
https://github.com/hibernate/hibernate-core/commit/7b1c172b844ff6cc586202...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-08 (Sat, 08 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/util/xml/XMLHelper.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/RevisionInfoConfiguration.java
Log Message:
-----------
HHH-6716 envers should set the TCCL to the envers classloader before constructing a dom4j instance. This will allow applications to use their own version of dom4j
Commit: 81ad5c0effd6462f7afaf7a03178e944c9d7cd47
https://github.com/hibernate/hibernate-core/commit/81ad5c0effd6462f7afaf7...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-08 (Sat, 08 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/internal/Cascade.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultRefreshEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/spi/EventSource.java
Log Message:
-----------
correct typo in javadoc
update log trace level
Commit: 11ef3e07657b4d987ad865e804d34838c3058fd1
https://github.com/hibernate/hibernate-core/commit/11ef3e07657b4d987ad865...
Author: James Gilbertson <james.gilbertson(a)bitsinglass.com>
Date: 2011-10-08 (Sat, 08 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/Loadable.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/UnionSubclassEntityPersister.java
Log Message:
-----------
HHH-4881: Keep track of the actual value used for the discriminator
Commit: 308847f526f47b6d9127b6f46f534447be50aa15
https://github.com/hibernate/hibernate-core/commit/308847f526f47b6d9127b6...
Author: James Gilbertson <james.gilbertson(a)bitsinglass.com>
Date: 2011-10-08 (Sat, 08 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/persister/entity/DiscriminatorType.java
Log Message:
-----------
HHH-4881: Use Loadable.getDiscriminatorValue() for nullSafeSet
Commit: fb1b4837215bb08db509c508e83e29ac898922d8
https://github.com/hibernate/hibernate-core/commit/fb1b4837215bb08db509c5...
Author: James Gilbertson <james.gilbertson(a)bitsinglass.com>
Date: 2011-10-08 (Sat, 08 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/discriminator/SimpleInheritanceTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass/UnionSubclassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
Log Message:
-----------
HHH-4881: Added test cases for parameterized discriminator type
Commit: 1b30c4a9f2c516fe8d8635bf6c3f0c356827b95c
https://github.com/hibernate/hibernate-core/commit/1b30c4a9f2c516fe8d8635...
Author: James Gilbertson <james.gilbertson(a)bitsinglass.com>
Date: 2011-10-08 (Sat, 08 Oct 2011)
Changed paths:
M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/query/QueryTest.java
Log Message:
-----------
HHH-4881: Merged test case from HHH-5282
Commit: 972aa060a6342118148974f7a522d424f8564de8
https://github.com/hibernate/hibernate-core/commit/972aa060a6342118148974...
Author: James Gilbertson <james.gilbertson(a)bitsinglass.com>
Date: 2011-10-08 (Sat, 08 Oct 2011)
Changed paths:
M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/expression/PathTypeExpression.java
M hibernate-entitymanager/src/main/java/org/hibernate/ejb/criteria/path/AbstractPathImpl.java
Log Message:
-----------
HHH-4881: Keep track of the owning expression so we can get the path identifier
Commit: e05b3a6c3846a58ebbc229bdc7d91c37d66d15df
https://github.com/hibernate/hibernate-core/commit/e05b3a6c3846a58ebbc229...
Author: James Gilbertson <james.gilbertson(a)bitsinglass.com>
Date: 2011-10-08 (Sat, 08 Oct 2011)
Changed paths:
M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/criteria/paths/AbstractPathImplTest.java
M hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/AbstractMetamodelSpecificTest.java
A hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/Thing.java
A hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/ThingWithQuantity.java
Log Message:
-----------
HHH-4881: Added test for Path.type()
Commit: 884f6a245510f00c271c9d13eb70285106842445
https://github.com/hibernate/hibernate-core/commit/884f6a245510f00c271c9d...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-08 (Sat, 08 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cache/spi/UpdateTimestampsCache.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/DiscriminatorType.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/UnionSubclassEntityPersister.java
Log Message:
-----------
HHH-4881 - restrict polymorphic query results
Commit: f951e15feafef364c14e437df60123389d02c33f
https://github.com/hibernate/hibernate-core/commit/f951e15feafef364c14e43...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-09 (Sun, 09 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
Log Message:
-----------
HHH-6717 oracle does not have a boolean type
Commit: 82b167e5f1f7357b281ab572d4a3db44c815d82a
https://github.com/hibernate/hibernate-core/commit/82b167e5f1f7357b281ab5...
Author: Guilherme Silveira <guilherme.silveira(a)caelum.com.br>
Date: 2011-10-10 (Mon, 10 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/hql/internal/QuerySplitter.java
Log Message:
-----------
removing useless variables
removing useless logical conditions
extracted some methods to improve cyclomatic complexity
extracted loop into two pieces to remove extra useless variables and minimize complexity
Commit: 4cb4a2599460cfeb632d13a4d4c4ce72fcd01700
https://github.com/hibernate/hibernate-core/commit/4cb4a2599460cfeb632d13...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-11 (Tue, 11 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/service/classloading/internal/ClassLoaderServiceImpl.java
Log Message:
-----------
HHH-6715 Integrator classes not being located correctly
Commit: 8473c4a47b1110aeef637a8ff56ec64f159727f7
https://github.com/hibernate/hibernate-core/commit/8473c4a47b1110aeef637a...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-11 (Tue, 11 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/schemaupdate/SchemaExportTest.java
Log Message:
-----------
HHH-6722: Removed extraneous assertion from testCreateAndDropOnlyType method that causes failures on dialects that don't support drop table if exists
Commit: a351c520205d18f18bc1c47091b4a62629f19de1
https://github.com/hibernate/hibernate-core/commit/a351c520205d18f18bc1c4...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2011-10-11 (Tue, 11 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
M hibernate-core/src/main/java/org/hibernate/persister/internal/StandardPersisterClassResolver.java
A hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/Palmtree.java
M hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/PersisterClassProviderTest.java
A hibernate-core/src/matrix/java/org/hibernate/test/cfg/persister/Tree.java
Log Message:
-----------
HHH-6724 Move persister binding for class hierarchies to PersisterClassResolver out of {Hbm|Annotation}Binder
Commit: 8325933dffc02f0eddf1c2c4460e9fa6c11a3b9f
https://github.com/hibernate/hibernate-core/commit/8325933dffc02f0eddf1c2...
Author: Shaun Appleton <sappleto(a)dhcp-1-102.fab.redhat.com>
Date: 2011-10-11 (Tue, 11 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
M hibernate-core/src/main/java/org/hibernate/exception/spi/TemplatedViolatedConstraintNameExtracter.java
Log Message:
-----------
Fix for HHH-4854
Commit: c180d721c0c60acd30483aabfd156faa09c4db8c
https://github.com/hibernate/hibernate-core/commit/c180d721c0c60acd30483a...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-12 (Wed, 12 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OptionalOneToOneMappedByTest.java
A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OptionalOneToOnePKJCTest.java
A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/Person.java
A hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/PersonAddress.java
Log Message:
-----------
HHH-4982 : JPA OneToOne(optional=true) not supported with @PrimaryKeyJoinColumn
Commit: 92da1097aaf9a78d059422b9a84c7ff0b0132964
https://github.com/hibernate/hibernate-core/commit/92da1097aaf9a78d059422...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-12 (Wed, 12 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
Log Message:
-----------
HHH-6717 oracle does not have a boolean type
Commit: 0aa3a7b608a05bf905b44def2160f05daf033051
https://github.com/hibernate/hibernate-core/commit/0aa3a7b608a05bf905b44d...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2011-10-12 (Wed, 12 Oct 2011)
Changed paths:
M hibernate-entitymanager/src/main/java/org/hibernate/ejb/EntityManagerFactoryImpl.java
M hibernate-entitymanager/src/main/java/org/hibernate/ejb/HibernateEntityManagerFactory.java
Log Message:
-----------
Minor Javadoc updates
Commit: bcae5600790bb7329bdb308686208bd1413f932e
https://github.com/hibernate/hibernate-core/commit/bcae5600790bb7329bdb30...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-13 (Thu, 13 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/TypeNames.java
M hibernate-core/src/main/java/org/hibernate/mapping/Column.java
M hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/ByteTest.java
A hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/CharInNativeQueryTest.java
A hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/Issue.java
M hibernate-core/src/matrix/java/org/hibernate/test/typedescriptor/VariousTypesEntity.java
Log Message:
-----------
HHH-2304 Wrong type detection for sql type char(x) columns
Commit: fbc105aef1d3d6572b8ab0f58e475dd8af2314c4
https://github.com/hibernate/hibernate-core/commit/fbc105aef1d3d6572b8ab0...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-13 (Thu, 13 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/LongInElementsTest.java
Log Message:
-----------
skip annotation used wrong, it should be SkipForDialect, but RequiresDialect used
Commit: 0f1d6c189bb5879c18a647ba68cdb3fbb82e2ea8
https://github.com/hibernate/hibernate-core/commit/0f1d6c189bb5879c18a647...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-14 (Fri, 14 Oct 2011)
Changed paths:
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/InfinispanRegionFactoryTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/JndiInfinispanRegionFactoryTestCase.java
M hibernate-infinispan/src/test/java/org/hibernate/test/cache/infinispan/access/PutFromLoadValidatorUnitTestCase.java
Log Message:
-----------
HHH-6626 ignore PutFromLoadValidatorUnitTestCase for now
Commit: e93a83f5c2c78ef086de7f3b02bbbc14ec9baa10
https://github.com/hibernate/hibernate-core/commit/e93a83f5c2c78ef086de7f...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2011-10-14 (Fri, 14 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/tuple/PojoInstantiator.java
Log Message:
-----------
HHH-6733 Avoid frequent usage of ReflectHelper in PojoInstantiator
Commit: 9f1b53fd1e05af081650a35d79982293e87cd181
https://github.com/hibernate/hibernate-core/commit/9f1b53fd1e05af081650a3...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2011-10-14 (Fri, 14 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
Log Message:
-----------
whitespace consistency in ActionQueue
Commit: 1acc35ca4a820fe8535da960d6f50bd88d95204c
https://github.com/hibernate/hibernate-core/commit/1acc35ca4a820fe8535da9...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2011-10-14 (Fri, 14 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/internal/Cascade.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcResourceRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/LogicalConnectionImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/tuple/PojoInstantiator.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
Log Message:
-----------
HHH-6732 Some logging trace statements are missing guards against unneeded string creation
Commit: fcf402c4af5b9983fb2d0b32b459dbb1efac6b76
https://github.com/hibernate/hibernate-core/commit/fcf402c4af5b9983fb2d0b...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-17 (Mon, 17 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationIntegrator.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivator.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Range.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Boy.java
Log Message:
-----------
HHH-6737 column names in Constraint is not quoted even column name is quoted in mapping
Commit: 2357dcc4425291f786ae5232d5e833758541ba70
https://github.com/hibernate/hibernate-core/commit/2357dcc4425291f786ae52...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2011-10-17 (Mon, 17 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/service/StandardServiceInitiators.java
A hibernate-core/src/main/java/org/hibernate/service/instrumentation/internal/CachingInstrumentationService.java
A hibernate-core/src/main/java/org/hibernate/service/instrumentation/internal/InstrumentationServiceInitiator.java
A hibernate-core/src/main/java/org/hibernate/service/instrumentation/spi/InstrumentationService.java
Log Message:
-----------
HHH-6735 Introduces an InstrumentationService that caches isInstrumented per class
Commit: aef27fec4116d6532aebdf1fefdbe89d2f208d38
https://github.com/hibernate/hibernate-core/commit/aef27fec4116d6532aebdf...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2011-10-17 (Mon, 17 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/EntityEntry.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractSaveEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultMergeEventListener.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/PojoEntityTuplizer.java
Log Message:
-----------
HHH-6735 Let Core use InstrumentationService instead of FieldIinterceptionHelper directly
Commit: 6cd8a238a56eebb7e2466771f0ae646ee37a22ef
https://github.com/hibernate/hibernate-core/commit/6cd8a238a56eebb7e24667...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2011-10-17 (Mon, 17 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/bytecode/instrumentation/internal/FieldInterceptionHelper.java
Log Message:
-----------
HHH-6735 Mention expensiveness of these operations in JavaDoc
Commit: 02003c1aec9fd27a7857c45687491f7e1b1dec24
https://github.com/hibernate/hibernate-core/commit/02003c1aec9fd27a7857c4...
Author: Emmanuel Bernard <emmanuel(a)hibernate.org>
Date: 2011-10-17 (Mon, 17 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/spi/EntityEntry.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultFlushEntityEventListener.java
Log Message:
-----------
HHH-6735 Guard other FieldInterceptorHelper methods called from core
Commit: c84fb01c227f413122afcf72f410790cae72af48
https://github.com/hibernate/hibernate-core/commit/c84fb01c227f413122afcf...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-17 (Mon, 17 Oct 2011)
Changed paths:
M hibernate-envers/hibernate-envers.gradle
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEntityTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEnversTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversRunner.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversTestingJtaBootstrap.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/Priority.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntNoAutoIdTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/PrimitiveTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrIntTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestEntityComparator.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/UnversionedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/UnversionedStrTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/EnumSetEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringListEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringSetEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/Component1.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/Component2.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/ComponentSetTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/ComponentTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponent1.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponent2.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponentTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponent.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponentTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponent.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponentTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponent.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponentTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/Component.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/CompositeCustomTypeEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/CompositeTestUserType.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/ParametrizedCustomTypeEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/ParametrizedTestUserType.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CompositeDateIdTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CustomEnum.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CustomEnumUserType.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/DateEmbId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/DateIdTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomType.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomTypeTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/ManyToOneIdNotAuditedTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/MulId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/MulIdTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SortedSetEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/WhereJoinTableEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning1Entity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning2Entity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/Child1Entity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/Child2Entity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/ParentEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/ListUniEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/SetUniEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytoone/unidirectional/TargetNotAuditedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/CollectionRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/CollectionRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ListRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ListRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/SetRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/SetRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity1.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity2.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleSetRefCollEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdChildEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdParentEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListRefCollEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/SetRefCollEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ChildIndexedListJoinColumnBidirectionalRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdEmbIdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdMulIdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngEmbIdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngMulIdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDataRevEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomPropertyAccessRevEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntityColumnMapping.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionListener.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionListener.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ModifiedEntityTypeEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/Country.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessTypeEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/MixedAccessTypeEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessTypeEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/AuditedTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/NotAuditedTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity1.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity2.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity3.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity4.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Delete.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NotVersioned.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NullProperties.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Simple.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToManyCache.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToOneCache.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/QueryCache.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/EnumSet.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringList.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringMap.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringSet.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/AbstractCollectionChangeTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeNoRevisionTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeRevisionTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/Name.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/Person.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/Components.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/DateTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Dates.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/EnumTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Enums.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializableTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializables.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Lobs.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/SerObject.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/SerializableTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Serializables.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/Person.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Person.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Person.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Car.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Person.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Car.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Person.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddDel.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddMod.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/WikiImage.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/WikiPage.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeIds.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/DateId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/ManyToOneIdNotAudited.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ParentEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ParentNotIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ReferencedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/ParentEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Address.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Contact.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/PersonalContact.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ChildIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ReferencedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractContainedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/ContainedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/SetEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/MixedInheritanceStrategiesEntityTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractActivity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractCheckActivity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/Activity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/ActivityId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/CheckInActivity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/NormalActivity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ParentEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ParentNotIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ReferencedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ChildEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ClassTypeEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Address.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Contact.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/PersonalContact.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ChildIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ParentIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ReferencedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ParentNotIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ReferencedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Address.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Contact.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/PersonalContact.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ChildIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ParentIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ReferencedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/Component1.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/ComponentTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/IComponent.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AuditedImplementor.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/NonAuditedImplementor.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/SimpleInterface.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/joined/JoinedAllAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/subclass/SubclassAllAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/union/UnionAllAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AbstractPropertiesAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AuditedImplementor.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/NonAuditedImplementor.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/SimpleInterface.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/joined/JoinedPropertiesAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/subclass/SubclassPropertiesAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/union/UnionPropertiesAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AbstractPropertiesAudited2Test.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AuditedImplementor.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/NonAuditedImplementor.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/SimpleInterface.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/joined/JoinedPropertiesAudited2Test.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/subclass/SubclassPropertiesAudited2Test.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/union/UnionPropertiesAudited2Test.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/ISetRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicList.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass2.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSuperclass.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/Master.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/BasicNaming.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/DetachedNamingTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNaming.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNamingRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNamingRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/NamingTestEntity1.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponent.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestAlternateEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntitySuperClass.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/EmbIdNaming.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/MulIdNaming.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/NotInsertableTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertableEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/NotInsertableEntityType.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicList.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/RefEdMapKeyEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/RefIngMapKeyEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass2.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSuperclass.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/Master.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefEdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngMulIdEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalMulIdWithNulls.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/PropertiesTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingFieldEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/AuditedCollectionProxyTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/AggregateQuery.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/NullPropertyQuery.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/Staff.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/GreetingPO.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/GreetingSetPO.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CountingRevisionListener.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Custom.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxedRevEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListenerRevEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Inherited.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Listener.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ListenerRevEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumberRevEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/TestExceptionRevisionListener.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/TestRevisionListener.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity1.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity2.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIds.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/SecondaryNamingTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/SecondaryTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryEmbIdTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryMulIdTestEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/AuditedMethodMappedSuperclass.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/NotAuditedSubclassEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/AuditedAllMappedSuperclass.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/NotAuditedSubclassEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/BabyCompleteEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildCompleteEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildMultipleParentsEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildSingleParentEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ExplicitTransitiveChildEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ImplicitTransitiveChildEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedGrandparentEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedParentEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveParentEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AbstractPerformanceTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AllPerformance.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/ComplexInsertPerformance.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/InsertsOneTransactionPerformance.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/InsertsPerformance.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/UpdatesPerformance.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/ChildEntity1.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/ChildEntity2.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/RootEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/tools/TestTools.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/Address.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/HsqlTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/Person.java
A hibernate-envers/src/matrix/resources/hibernate.properties
A hibernate-envers/src/matrix/resources/hibernate.test.session-cfg.xml
A hibernate-envers/src/matrix/resources/log4j.properties
A hibernate-envers/src/matrix/resources/mappings/entityNames/auditedEntity/mappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/entityNames/manyToManyAudited/mappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/entityNames/oneToManyAudited/mappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/entityNames/oneToManyNotAudited/mappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/entityNames/singleAssociatedAudited/mappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/entityNames/singleAssociatedNotAudited/mappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/interfaces/joinedAllAuditedMappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/interfaces/joinedPropertiesAudited2Mappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/interfaces/joinedPropertiesAuditedMappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/interfaces/subclassAllAuditedMappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/interfaces/subclassPropertiesAudited2Mappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/interfaces/subclassPropertiesAuditedMappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/interfaces/unionAllAuditedMappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/interfaces/unionPropertiesAudited2Mappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/interfaces/unionPropertiesAuditedMappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/manyToMany/inverseToSuperclass/mappings.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/oneToMany/inverseToSuperclass/mappings.hbm.xml
R hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractEntityTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractEnversTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractOneSessionTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/AbstractSessionTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/EnversRunner.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/EnversTestingJtaBootstrap.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/Priority.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntNoAutoIdTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/IntTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/PrimitiveTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrIntTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/StrTestEntityComparator.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/UnversionedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/UnversionedStrTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/EnumSetEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringListEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/collection/StringSetEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/Component1.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/Component2.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/ComponentSetTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/ComponentTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponent1.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponent2.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/DefaultValueComponentTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponent.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponentTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponent.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponentTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponent.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponentTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/Component.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/CompositeCustomTypeEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/CompositeTestUserType.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/ParametrizedCustomTypeEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/customtype/ParametrizedTestUserType.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CompositeDateIdTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CustomEnum.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/CustomEnumUserType.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/DateEmbId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/DateIdTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomType.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomTypeTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/ManyToOneIdNotAuditedTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/MulId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/ids/MulIdTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/SortedSetEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/WhereJoinTableEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning1Entity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning2Entity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child1Entity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/Child2Entity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/sametable/ParentEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/ListUniEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytomany/unidirectional/SetUniEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/manytoone/unidirectional/TargetNotAuditedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/CollectionRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ListRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ListRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/SetRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/SetRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity1.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity2.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleSetRefCollEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdChildEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdParentEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ListRefCollEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/SetRefCollEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ChildIndexedListJoinColumnBidirectionalRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdEmbIdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdMulIdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngEmbIdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngMulIdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomDataRevEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomPropertyAccessRevEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomRevEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/CustomRevEntityColumnMapping.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionListener.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionListener.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ModifiedEntityTypeEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/Country.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/FieldAccessTypeEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/MixedAccessTypeEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessTypeEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/AuditedTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/auditReader/NotAuditedTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity1.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity2.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity3.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/BasicTestEntity4.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Delete.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NotVersioned.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/NullProperties.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/Simple.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/OneToManyCache.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/OneToOneCache.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/cache/QueryCache.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/EnumSet.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringList.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringMap.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/StringSet.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/AbstractCollectionChangeTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeNoRevisionTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/CollectionChangeRevisionTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Name.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/collection/norevision/Person.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/Components.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/DateTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Dates.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/EnumTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Enums.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobSerializableTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobSerializables.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/LobTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Lobs.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/SerObject.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/SerializableTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/data/Serializables.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/Person.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Person.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Person.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Car.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/Person.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Car.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/Person.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddDel.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddMod.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/WikiImage.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/hashcode/WikiPage.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/CompositeIds.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/DateId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/ids/ManyToOneIdNotAudited.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/ParentEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ParentNotIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ReferencedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/ParentEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Address.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Contact.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/PersonalContact.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ChildIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ReferencedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractContainedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/ContainedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/SetEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/MixedInheritanceStrategiesEntityTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractActivity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractCheckActivity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/Activity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/ActivityId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/CheckInActivity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/NormalActivity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ChildEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/ParentEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ParentNotIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ReferencedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ChildEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ClassTypeEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Address.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Contact.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/PersonalContact.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ChildIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ParentIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/single/relation/ReferencedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ParentNotIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ReferencedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Address.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Contact.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/PersonalContact.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ChildIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ParentIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ReferencedEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/Component1.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/ComponentTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/IComponent.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AuditedImplementor.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/NonAuditedImplementor.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/SimpleInterface.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/joined/JoinedAllAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/subclass/SubclassAllAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/union/UnionAllAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AbstractPropertiesAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AuditedImplementor.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/NonAuditedImplementor.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/SimpleInterface.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/joined/JoinedPropertiesAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/subclass/SubclassPropertiesAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/union/UnionPropertiesAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AbstractPropertiesAudited2Test.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AuditedImplementor.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/NonAuditedImplementor.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/SimpleInterface.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/joined/JoinedPropertiesAudited2Test.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/subclass/SubclassPropertiesAudited2Test.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/union/UnionPropertiesAudited2Test.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/ISetRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicList.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSubclass2.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSuperclass.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/Master.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/BasicNaming.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/DetachedNamingTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNaming.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNamingRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/JoinNamingRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/NamingTestEntity1.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponent.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestAlternateEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeTestEntitySuperClass.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/EmbIdNaming.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/ids/MulIdNaming.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/NotInsertableTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertableEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/notinsertable/manytoone/NotInsertableEntityType.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicList.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/RefEdMapKeyEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/RefIngMapKeyEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSubclass2.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/DetailSuperclass.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/Master.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefEdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngMulIdEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalMulIdWithNulls.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/PropertiesTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingFieldEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/AuditedCollectionProxyTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/AggregateQuery.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/NullPropertyQuery.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/readwriteexpression/Staff.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/GreetingPO.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reference/GreetingSetPO.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CountingRevisionListener.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Custom.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomBoxedRevEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ExceptionListenerRevEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Inherited.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/Listener.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/ListenerRevEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/LongRevNumberRevEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideCustomRevListenerTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/OverrideDefaultRevListenerTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/TestExceptionRevisionListener.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/TestRevisionListener.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/AnnotatedTrackingEntitiesTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity1.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity2.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/sameids/SameIds.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/SecondaryNamingTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/SecondaryTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryEmbIdTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryMulIdTestEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/AuditedMethodMappedSuperclass.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/NotAuditedSubclassEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/AuditedAllMappedSuperclass.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/NotAuditedSubclassEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/BabyCompleteEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildCompleteEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildMultipleParentsEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildSingleParentEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ExplicitTransitiveChildEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/ImplicitTransitiveChildEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedGrandparentEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedParentEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveParentEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AbstractPerformanceTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/performance/AllPerformance.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/performance/ComplexInsertPerformance.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsOneTransactionPerformance.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/performance/InsertsPerformance.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/performance/UpdatesPerformance.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/ChildEntity1.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/ChildEntity2.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/performance/complex/RootEntity.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/tools/TestTools.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/various/Address.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/various/HsqlTest.java
R hibernate-envers/src/test/java/org/hibernate/envers/test/various/Person.java
R hibernate-envers/src/test/resources/hibernate.properties
R hibernate-envers/src/test/resources/hibernate.test.session-cfg.xml
R hibernate-envers/src/test/resources/log4j.properties
R hibernate-envers/src/test/resources/mappings/entityNames/auditedEntity/mappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/entityNames/manyToManyAudited/mappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/entityNames/oneToManyAudited/mappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/entityNames/oneToManyNotAudited/mappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/entityNames/singleAssociatedAudited/mappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/entityNames/singleAssociatedNotAudited/mappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/interfaces/joinedAllAuditedMappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/interfaces/joinedPropertiesAudited2Mappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/interfaces/joinedPropertiesAuditedMappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/interfaces/subclassAllAuditedMappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/interfaces/subclassPropertiesAudited2Mappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/interfaces/subclassPropertiesAuditedMappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/interfaces/unionAllAuditedMappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/interfaces/unionPropertiesAudited2Mappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/interfaces/unionPropertiesAuditedMappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/manyToMany/inverseToSuperclass/mappings.hbm.xml
R hibernate-envers/src/test/resources/mappings/oneToMany/inverseToSuperclass/mappings.hbm.xml
Log Message:
-----------
HHH-6740 run envers tests on db matrix
Commit: 98e68aab4bb29b79b1b0e394b8069fa12516000b
https://github.com/hibernate/hibernate-core/commit/98e68aab4bb29b79b1b0e3...
Author: Strong Liu <stliu(a)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/036b9579d6ee9724838e65...
Author: Strong Liu <stliu(a)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
Commit: 35a854381818d18331c9a9413be9cc86bb1ca291
https://github.com/hibernate/hibernate-core/commit/35a854381818d18331c9a9...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-18 (Tue, 18 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
Log Message:
-----------
HHH-6744 : Disable failing test due to TransientObjectException with CHECK_NULLABILITY=false
Commit: 7e1752cfb3fe08ed6abc0c2e41a68a048da49d37
https://github.com/hibernate/hibernate-core/commit/7e1752cfb3fe08ed6abc0c...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-18 (Tue, 18 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeCheckNullibilityFalseTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeDelayedInsertTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java
Log Message:
-----------
HHH-6744 : Skip MultiPathCircleCascadeTest.testMergeEntityWithNonNullableTransientEntity() when CHECK_NULLABILITY is false and sequence/increment generator is used
Commit: bf2240eba46abe2fe122ef798fab8a02e2e90524
https://github.com/hibernate/hibernate-core/commit/bf2240eba46abe2fe122ef...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-18 (Tue, 18 Oct 2011)
Changed paths:
M buildSrc/src/main/groovy/hudson/util/DBAllocation.groovy
M buildSrc/src/main/groovy/hudson/util/DBAllocationHelper.groovy
Log Message:
-----------
update matrix plugin to avoid mutil times allocating db resources
Commit: af2417cbaa452f3d419e234c4c9bc16a51f521d9
https://github.com/hibernate/hibernate-core/commit/af2417cbaa452f3d419e23...
Author: Johno Crawford <johno(a)sulake.com>
Date: 2011-10-19 (Wed, 19 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/internal/CoreMessageLogger.java
Log Message:
-----------
HHH-6121: Hibernate statistics should log at DEBUG level instead of INFO.
Commit: 09d40d1785075c40c1958acb1f5fca0bf5bb952e
https://github.com/hibernate/hibernate-core/commit/09d40d1785075c40c1958a...
Author: Andrei Badea <andrei.badea(a)movzx.net>
Date: 2011-10-19 (Wed, 19 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IntoClause.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/BulkManipulationTest.java
A hibernate-core/src/matrix/java/org/hibernate/test/hql/CompositeIdEntity.hbm.xml
A hibernate-core/src/matrix/java/org/hibernate/test/hql/CompositeIdEntity.java
Log Message:
-----------
HHH-3434 - hql insert doesn't work when inserting into a table with composite-id
Commit: 9fff9862b9ae017e7bbd28d22401efaf04089cca
https://github.com/hibernate/hibernate-core/commit/9fff9862b9ae017e7bbd28...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2011-10-19 (Wed, 19 Oct 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/AuditedPropertiesReader.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/ComponentPropertyMapper.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/UniquePropsEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/UniquePropsNotAuditedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java
A hibernate-envers/src/matrix/resources/mappings/components/UniquePropsEntity.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/components/UniquePropsNotAuditedEntity.hbm.xml
Log Message:
-----------
HHH-6636 - Fix and test
Commit: 8dd9c79ebdbc60ae93f915a8bbfba318b3e0ae9c
https://github.com/hibernate/hibernate-core/commit/8dd9c79ebdbc60ae93f915...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2011-10-19 (Wed, 19 Oct 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/AuditedPropertiesReader.java
Log Message:
-----------
HHH-6636 - Comment change
Commit: 5e668a039fde19f8a8d14d154fb9e5425369005a
https://github.com/hibernate/hibernate-core/commit/5e668a039fde19f8a8d14d...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-19 (Wed, 19 Oct 2011)
Changed paths:
M hibernate-entitymanager/src/main/docbook/en/modules/query_ejbql.xml
Log Message:
-----------
correct typo in doc
Commit: 86482c630be3fe1bce3cc2be87df0f7ce54e43e3
https://github.com/hibernate/hibernate-core/commit/86482c630be3fe1bce3cc2...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2011-10-19 (Wed, 19 Oct 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/event/BaseEnversCollectionEventListener.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/AuditProcess.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Person.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Role.java
Log Message:
-----------
HHH-3843 - Fix and test
Commit: 3b3f921eb57264ed2ba8500040325a62a295d883
https://github.com/hibernate/hibernate-core/commit/3b3f921eb57264ed2ba850...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-19 (Wed, 19 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
Log Message:
-----------
HHH-6748 : Test failures due to inconsistent return type from COUNT(*) in native query
Commit: 47b7ca8c0d801f4752e5c548fa6da52cf523a6ed
https://github.com/hibernate/hibernate-core/commit/47b7ca8c0d801f4752e5c5...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-19 (Wed, 19 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooBarTest.java
Log Message:
-----------
HHH-6749: Modified test to use dialect.useMaxForLimit() to determine the expected row count
Commit: 41d8758f9298b7e9e18f5a6bd53d7797bdc96f8e
https://github.com/hibernate/hibernate-core/commit/41d8758f9298b7e9e18f5a...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-19 (Wed, 19 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java
Log Message:
-----------
HHH-6750: Modified test to expect different value for the SQL Server 2008 dialect. May have to expand the expection for other dialects.
Commit: 40461817815ab329f5f107373ff1f61ef233a7a3
https://github.com/hibernate/hibernate-core/commit/40461817815ab329f5f107...
Author: renj <renj(a)sybase.com>
Date: 2011-10-19 (Wed, 19 Oct 2011)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE157Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE15Dialect.java
Log Message:
-----------
HHH-6745 Sybase ASE dialect improvement
Commit: 573910f5d9cf253a606c32897b2da06ce419fd56
https://github.com/hibernate/hibernate-core/commit/573910f5d9cf253a606c32...
Author: Adam Warski <adam(a)warski.org>
Date: 2011-10-20 (Thu, 20 Oct 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/AuditedPropertiesReader.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/ComponentPropertyMapper.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/UniquePropsEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/UniquePropsNotAuditedEntity.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java
A hibernate-envers/src/matrix/resources/mappings/components/UniquePropsEntity.hbm.xml
A hibernate-envers/src/matrix/resources/mappings/components/UniquePropsNotAuditedEntity.hbm.xml
Log Message:
-----------
Merge pull request #198 from lukasz-antoniak/HHH-6636
HHH 6636 - Properties listed inside <properties> tag are not audited
Commit: c5733e7837a71b3588b8a9c2aed6aa57a65279f0
https://github.com/hibernate/hibernate-core/commit/c5733e7837a71b3588b8a9...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-20 (Thu, 20 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/component/basic/ComponentTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestCustomColumnReadAndWrite.java
M hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/subselect/SubselectTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/unionsubclass2/UnionSubclassTest.java
Log Message:
-----------
HHH-6748 : Test failures due to inconsistent numeric return type from native query
Commit: 7c2d88df8bcc4c1023b56aeaaad9622fe06cd665
https://github.com/hibernate/hibernate-core/commit/7c2d88df8bcc4c1023b56a...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-20 (Thu, 20 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java
Log Message:
-----------
HHH-6751 : Test failure due to inconsistent scale returned for BigDecimal properties
Commit: d12e0c09aee13a06478bb35a414f8cac11448038
https://github.com/hibernate/hibernate-core/commit/d12e0c09aee13a06478bb3...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-20 (Thu, 20 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooBarTest.java
M hibernate-core/src/test/java/org/hibernate/dialect/SQLServer2005DialectTestCase.java
Log Message:
-----------
HHH-6749: Modified SQLServer2005Dialect.getLimitString() to add limit criteria that uses the max row value in an exclusive manner
Commit: 924770fa0946f46c882f5f4f727c7b77ec0890d6
https://github.com/hibernate/hibernate-core/commit/924770fa0946f46c882f5f...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-21 (Fri, 21 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/AbstractTransactSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE15Dialect.java
Log Message:
-----------
HHH-6755: Added BINARY datatype mapping to AbstractTransactSQLDialect (the base class for Sybase and SQL Server dialects)
Commit: b1923d5ab5fb4253cd0c40e8b786e4ded8b8dd1c
https://github.com/hibernate/hibernate-core/commit/b1923d5ab5fb4253cd0c40...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-21 (Fri, 21 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/immutable/ImmutableTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/onetoone/formula/OneToOneFormulaTest.java
Log Message:
-----------
HHH-6756 : Test failures due to Oracle LONG limitations
Commit: 4eca0b5e977f38d9eeb0240cb4eadc78c61590b5
https://github.com/hibernate/hibernate-core/commit/4eca0b5e977f38d9eeb024...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-21 (Fri, 21 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/querycache/QueryCacheTest.java
Log Message:
-----------
HHH-6757: Changed test to really test case insensitivity and fixed reversed parameters in assertEquals methods
Commit: 0d007bce7ca0448110a903ccad30b52c924af698
https://github.com/hibernate/hibernate-core/commit/0d007bce7ca0448110a903...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-21 (Fri, 21 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Country.java
Log Message:
-----------
HHH-6758 : Test failure due to Oracle restrictions on Blob comparison and missing equals() and hashCode()
Commit: 70b92108646ec2d34fb14db6f9b2b333fdf0334f
https://github.com/hibernate/hibernate-core/commit/70b92108646ec2d34fb14d...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-21 (Fri, 21 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
Log Message:
-----------
HHH-6759 : Null properties mapped as boolean cause exception on Oracle
Commit: 22fdec8d225969f9b136cfd08a65118c66252b4c
https://github.com/hibernate/hibernate-core/commit/22fdec8d225969f9b136cf...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-21 (Fri, 21 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
Log Message:
-----------
HHH-6188 : java.util.UUID cannot be used for Ids on Oracle
Commit: d579033ca25a5f8f736205b364b56af24b4c39e4
https://github.com/hibernate/hibernate-core/commit/d579033ca25a5f8f736205...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-21 (Fri, 21 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Account.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Person.java
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/Order.hbm.xml
Log Message:
-----------
HHH-6760 : Test failures on Oracle due to identity IDs
Commit: 6a89afccb6e55ed31523d201490846a8f7a10e07
https://github.com/hibernate/hibernate-core/commit/6a89afccb6e55ed31523d2...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2011-10-22 (Sat, 22 Oct 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/AuditProcess.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Person.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java
Log Message:
-----------
HHH-3843 - Refactoring, test simplified
Commit: 26102b057480ad5c590a03f1557f70696b98e041
https://github.com/hibernate/hibernate-core/commit/26102b057480ad5c590a03...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2011-10-22 (Sat, 22 Oct 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/AuditProcess.java
Log Message:
-----------
HHH-3843 - Organize imports
Commit: bdba5898c90ef7667e7c5df35e72d2e993e32556
https://github.com/hibernate/hibernate-core/commit/bdba5898c90ef7667e7c5d...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-24 (Mon, 24 Oct 2011)
Changed paths:
M buildSrc/src/main/groovy/org/hibernate/build/gradle/inject/InjectionAction.java
M documentation/src/main/docbook/manual/en-US/content/query_criteria.xml
M hibernate-core/src/main/java/org/hibernate/ConnectionReleaseMode.java
M hibernate-core/src/main/java/org/hibernate/Criteria.java
M hibernate-core/src/main/java/org/hibernate/EmptyInterceptor.java
M hibernate-core/src/main/java/org/hibernate/Filter.java
M hibernate-core/src/main/java/org/hibernate/Hibernate.java
M hibernate-core/src/main/java/org/hibernate/Interceptor.java
M hibernate-core/src/main/java/org/hibernate/NonUniqueObjectException.java
M hibernate-core/src/main/java/org/hibernate/Query.java
M hibernate-core/src/main/java/org/hibernate/ScrollableResults.java
M hibernate-core/src/main/java/org/hibernate/SessionFactory.java
M hibernate-core/src/main/java/org/hibernate/StaleObjectStateException.java
M hibernate-core/src/main/java/org/hibernate/Transaction.java
M hibernate-core/src/main/java/org/hibernate/TypeHelper.java
M hibernate-core/src/main/java/org/hibernate/UnresolvableObjectException.java
M hibernate-core/src/main/java/org/hibernate/action/internal/CollectionAction.java
M hibernate-core/src/main/java/org/hibernate/action/internal/CollectionRecreateAction.java
M hibernate-core/src/main/java/org/hibernate/action/internal/CollectionRemoveAction.java
M hibernate-core/src/main/java/org/hibernate/action/internal/CollectionUpdateAction.java
M hibernate-core/src/main/java/org/hibernate/action/internal/EntityAction.java
M hibernate-core/src/main/java/org/hibernate/action/internal/EntityDeleteAction.java
M hibernate-core/src/main/java/org/hibernate/action/internal/EntityIdentityInsertAction.java
M hibernate-core/src/main/java/org/hibernate/action/internal/EntityInsertAction.java
M hibernate-core/src/main/java/org/hibernate/action/internal/EntityUpdateAction.java
M hibernate-core/src/main/java/org/hibernate/annotations/AccessType.java
M hibernate-core/src/main/java/org/hibernate/annotations/Any.java
M hibernate-core/src/main/java/org/hibernate/annotations/AnyMetaDef.java
M hibernate-core/src/main/java/org/hibernate/annotations/AnyMetaDefs.java
M hibernate-core/src/main/java/org/hibernate/annotations/BatchSize.java
M hibernate-core/src/main/java/org/hibernate/annotations/Cache.java
M hibernate-core/src/main/java/org/hibernate/annotations/Cascade.java
M hibernate-core/src/main/java/org/hibernate/annotations/Check.java
M hibernate-core/src/main/java/org/hibernate/annotations/CollectionId.java
M hibernate-core/src/main/java/org/hibernate/annotations/ColumnTransformer.java
M hibernate-core/src/main/java/org/hibernate/annotations/ColumnTransformers.java
M hibernate-core/src/main/java/org/hibernate/annotations/Columns.java
M hibernate-core/src/main/java/org/hibernate/annotations/DiscriminatorFormula.java
M hibernate-core/src/main/java/org/hibernate/annotations/DiscriminatorOptions.java
M hibernate-core/src/main/java/org/hibernate/annotations/FetchProfile.java
M hibernate-core/src/main/java/org/hibernate/annotations/FetchProfiles.java
M hibernate-core/src/main/java/org/hibernate/annotations/Filter.java
M hibernate-core/src/main/java/org/hibernate/annotations/FilterDef.java
M hibernate-core/src/main/java/org/hibernate/annotations/FilterDefs.java
M hibernate-core/src/main/java/org/hibernate/annotations/Filters.java
M hibernate-core/src/main/java/org/hibernate/annotations/ForeignKey.java
M hibernate-core/src/main/java/org/hibernate/annotations/Formula.java
M hibernate-core/src/main/java/org/hibernate/annotations/GenericGenerator.java
M hibernate-core/src/main/java/org/hibernate/annotations/GenericGenerators.java
M hibernate-core/src/main/java/org/hibernate/annotations/Index.java
M hibernate-core/src/main/java/org/hibernate/annotations/IndexColumn.java
M hibernate-core/src/main/java/org/hibernate/annotations/JoinColumnOrFormula.java
M hibernate-core/src/main/java/org/hibernate/annotations/JoinColumnsOrFormulas.java
M hibernate-core/src/main/java/org/hibernate/annotations/JoinFormula.java
M hibernate-core/src/main/java/org/hibernate/annotations/Loader.java
M hibernate-core/src/main/java/org/hibernate/annotations/ManyToAny.java
M hibernate-core/src/main/java/org/hibernate/annotations/MapKeyType.java
M hibernate-core/src/main/java/org/hibernate/annotations/NamedNativeQueries.java
M hibernate-core/src/main/java/org/hibernate/annotations/NamedNativeQuery.java
M hibernate-core/src/main/java/org/hibernate/annotations/NamedQueries.java
M hibernate-core/src/main/java/org/hibernate/annotations/NaturalId.java
M hibernate-core/src/main/java/org/hibernate/annotations/OnDelete.java
M hibernate-core/src/main/java/org/hibernate/annotations/OrderBy.java
M hibernate-core/src/main/java/org/hibernate/annotations/ParamDef.java
M hibernate-core/src/main/java/org/hibernate/annotations/Parameter.java
M hibernate-core/src/main/java/org/hibernate/annotations/Parent.java
M hibernate-core/src/main/java/org/hibernate/annotations/Proxy.java
M hibernate-core/src/main/java/org/hibernate/annotations/SQLDelete.java
M hibernate-core/src/main/java/org/hibernate/annotations/SQLDeleteAll.java
M hibernate-core/src/main/java/org/hibernate/annotations/SQLInsert.java
M hibernate-core/src/main/java/org/hibernate/annotations/SQLUpdate.java
M hibernate-core/src/main/java/org/hibernate/annotations/Sort.java
M hibernate-core/src/main/java/org/hibernate/annotations/Source.java
M hibernate-core/src/main/java/org/hibernate/annotations/Subselect.java
M hibernate-core/src/main/java/org/hibernate/annotations/Synchronize.java
M hibernate-core/src/main/java/org/hibernate/annotations/Table.java
M hibernate-core/src/main/java/org/hibernate/annotations/Tables.java
M hibernate-core/src/main/java/org/hibernate/annotations/Tuplizer.java
M hibernate-core/src/main/java/org/hibernate/annotations/Type.java
M hibernate-core/src/main/java/org/hibernate/annotations/TypeDef.java
M hibernate-core/src/main/java/org/hibernate/annotations/TypeDefs.java
M hibernate-core/src/main/java/org/hibernate/annotations/Where.java
M hibernate-core/src/main/java/org/hibernate/bytecode/instrumentation/spi/AbstractFieldInterceptor.java
M hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/BytecodeProviderImpl.java
M hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/JavassistClassTransformer.java
M hibernate-core/src/main/java/org/hibernate/cache/internal/StandardQueryCache.java
M hibernate-core/src/main/java/org/hibernate/cache/spi/entry/CacheEntry.java
M hibernate-core/src/main/java/org/hibernate/cfg/AbstractPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationConfiguration.java
M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
M hibernate-core/src/main/java/org/hibernate/cfg/ClassPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/CollectionPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/ColumnsBuilder.java
M hibernate-core/src/main/java/org/hibernate/cfg/ComponentPropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
M hibernate-core/src/main/java/org/hibernate/cfg/CopyIdentifierComponentSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/CreateKeySecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/DefaultNamingStrategy.java
M hibernate-core/src/main/java/org/hibernate/cfg/EJB3DTDEntityResolver.java
M hibernate-core/src/main/java/org/hibernate/cfg/EJB3NamingStrategy.java
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3Column.java
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3DiscriminatorColumn.java
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3JoinColumn.java
M hibernate-core/src/main/java/org/hibernate/cfg/ExtendsQueueEntry.java
M hibernate-core/src/main/java/org/hibernate/cfg/FkSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/ImprovedNamingStrategy.java
M hibernate-core/src/main/java/org/hibernate/cfg/IndexColumn.java
M hibernate-core/src/main/java/org/hibernate/cfg/IndexOrUniqueKeySecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/InheritanceState.java
M hibernate-core/src/main/java/org/hibernate/cfg/JoinedSubclassFkSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/Mappings.java
M hibernate-core/src/main/java/org/hibernate/cfg/NamedSQLQuerySecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/OneToOneSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/PkDrivenByDefaultMapsIdSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/PropertyContainer.java
M hibernate-core/src/main/java/org/hibernate/cfg/PropertyHolder.java
M hibernate-core/src/main/java/org/hibernate/cfg/PropertyHolderBuilder.java
M hibernate-core/src/main/java/org/hibernate/cfg/PropertyInferredData.java
M hibernate-core/src/main/java/org/hibernate/cfg/ResultSetMappingBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/ResultSetMappingSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/SecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/SecondaryTableSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/SetSimpleValueTypeSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/Settings.java
M hibernate-core/src/main/java/org/hibernate/cfg/ToOneBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/ToOneFkSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/VerifyFetchProfileReferenceSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CustomizableColumns.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/IdBagBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/MapBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/SimpleValueBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAMetadataProvider.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverridenAnnotationReader.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationEventListener.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationIntegrator.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/GroupsPerOperation.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/HibernateTraversableResolver.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivator.java
M hibernate-core/src/main/java/org/hibernate/classic/Lifecycle.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentArrayHolder.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentBag.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentIdentifierBag.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentMap.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentSet.java
M hibernate-core/src/main/java/org/hibernate/context/internal/JTASessionContext.java
M hibernate-core/src/main/java/org/hibernate/context/internal/ThreadLocalSessionContext.java
M hibernate-core/src/main/java/org/hibernate/criterion/AggregateProjection.java
M hibernate-core/src/main/java/org/hibernate/criterion/CountProjection.java
M hibernate-core/src/main/java/org/hibernate/criterion/Criterion.java
M hibernate-core/src/main/java/org/hibernate/criterion/DetachedCriteria.java
M hibernate-core/src/main/java/org/hibernate/criterion/Example.java
M hibernate-core/src/main/java/org/hibernate/criterion/IdentifierProjection.java
M hibernate-core/src/main/java/org/hibernate/criterion/InExpression.java
M hibernate-core/src/main/java/org/hibernate/criterion/Junction.java
M hibernate-core/src/main/java/org/hibernate/criterion/Order.java
M hibernate-core/src/main/java/org/hibernate/criterion/Projection.java
M hibernate-core/src/main/java/org/hibernate/criterion/ProjectionList.java
M hibernate-core/src/main/java/org/hibernate/criterion/Restrictions.java
M hibernate-core/src/main/java/org/hibernate/criterion/RowCountProjection.java
M hibernate-core/src/main/java/org/hibernate/criterion/SimpleExpression.java
M hibernate-core/src/main/java/org/hibernate/dialect/AbstractTransactSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Cache71Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/DB2Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/DerbyDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/FrontBaseDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/H2Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/HSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/InformixDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Ingres10Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Ingres9Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/IngresDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/InterbaseDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/JDataStoreDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/MckoiDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/MimerSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/MySQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle8iDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle9Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle9iDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/PointbaseDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/PostgresPlusDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/RDMSOS2200Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SAPDBDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2005Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServer2008Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SQLServerDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/SybaseASE157Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/TeradataDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/TypeNames.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/CastFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/CharIndexFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/ClassicAvgFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/ConditionalParenthesisFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/ConvertFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/NoArgSQLFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/NvlFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/PositionSubstringFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/SQLFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/SQLFunctionRegistry.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/SQLFunctionTemplate.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/StandardJDBCEscapeFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/StandardSQLFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/TemplateRenderer.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/TrimFunctionTemplate.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/VarArgsSQLFunction.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/LockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/OptimisticForceIncrementLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/OptimisticLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticForceIncrementLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticReadSelectLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticReadUpdateLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticWriteSelectLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticWriteUpdateLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/SelectLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/UpdateLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/resolver/BasicSQLExceptionConverter.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/Collections.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/ParameterBinder.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/TwoPhaseLoad.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/BlobProxy.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/ColumnNameCache.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/ContextualLobCreator.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/ResultSetWrapperProxy.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/SerializableBlobProxy.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/SerializableClobProxy.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/AbstractBatchImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchBuilderInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchingBatch.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/NonBatchingBatch.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/spi/Batch.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/spi/BatchBuilder.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/BasicFormatterImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcResourceRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/LobCreatorBuilder.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/LogicalConnectionImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/StatementPreparerImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/TypeInfoExtracter.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/AbstractProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/AbstractResultSetProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/AbstractStatementProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/ConnectionProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/ImplicitResultSetProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/ImplicitStatementProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/PreparedStatementProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/ProxyBuilder.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/ResultSetProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/ExtractedDatabaseMetaData.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/JdbcCoordinator.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/JdbcServices.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/LogicalConnectionImplementor.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/ResultSetWrapper.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlExceptionHelper.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlStatementLogger.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/StatementPreparer.java
M hibernate-core/src/main/java/org/hibernate/engine/loading/internal/CollectionLoadContext.java
M hibernate-core/src/main/java/org/hibernate/engine/profile/FetchProfile.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/FilterQueryPlan.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/HQLQueryPlan.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/NamedParameterDescriptor.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/NativeSQLQueryPlan.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/OrdinalParameterDescriptor.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParamLocationRecognizer.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/ParameterMetadata.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryMetadata.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/ReturnMetadata.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/sql/NativeSQLQueryCollectionReturn.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/sql/NativeSQLQueryJoinReturn.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/sql/NativeSQLQueryNonScalarReturn.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/sql/NativeSQLQueryRootReturn.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/sql/NativeSQLQuerySpecification.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/SessionImplementor.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/SynchronizationRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionFactoryInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jdbc/JdbcIsolationDelegate.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jdbc/JdbcTransaction.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/CMTTransaction.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/CMTTransactionFactory.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaIsolationDelegate.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaStatusHelper.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaTransaction.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaTransactionFactory.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/AbstractTransactionImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/SynchronizationRegistry.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionContext.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionCoordinator.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/TransactionEnvironment.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/synchronization/internal/RegisteredSynchronization.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/synchronization/internal/SynchronizationCallbackCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/synchronization/spi/ManagedFlushChecker.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractFlushingEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractLockUpgradeEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractReassociateEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractSaveEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultDeleteEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultInitializeCollectionEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultMergeEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultRefreshEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultReplicateEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultSaveOrUpdateEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/service/internal/EventListenerGroupImpl.java
M hibernate-core/src/main/java/org/hibernate/event/service/internal/EventListenerRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/event/spi/PreDeleteEvent.java
M hibernate-core/src/main/java/org/hibernate/event/spi/ReplicateEventListener.java
M hibernate-core/src/main/java/org/hibernate/exception/ConstraintViolationException.java
M hibernate-core/src/main/java/org/hibernate/exception/DataException.java
M hibernate-core/src/main/java/org/hibernate/exception/GenericJDBCException.java
M hibernate-core/src/main/java/org/hibernate/exception/JDBCConnectionException.java
M hibernate-core/src/main/java/org/hibernate/exception/LockAcquisitionException.java
M hibernate-core/src/main/java/org/hibernate/exception/SQLGrammarException.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/CollectionProperties.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/CollectionSubqueryFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/HolderInstantiator.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/QuerySplitter.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/ASTQueryTranslatorFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/DetailedSemanticException.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/ErrorCounter.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlASTFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlLexer.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlParser.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlSqlWalker.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/ParameterTranslationsImpl.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/QuerySyntaxException.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/QueryTranslatorImpl.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/SqlASTFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/SqlGenerator.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/AbstractStatementExecutor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/BasicExecutor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/MultiTableDeleteExecutor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/MultiTableUpdateExecutor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractMapComponentNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractNullnessCheckNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractRestrictableStatement.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AbstractSelectExpression.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AggregateNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AssignmentSpecification.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/Case2Node.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/CaseNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/CountNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/DeleteStatement.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/DotNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromClause.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElement.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementType.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromReferenceNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/HqlSqlWalkerNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IdentNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/InLogicOperatorNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IndexNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IntoClause.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MapEntryNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MethodNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/Node.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/OperatorNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/OrderByClause.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/QueryNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ResultVariableRefNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SelectClause.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SelectExpression.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SelectExpressionList.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/SqlFragment.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/UnaryArithmeticNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/UpdateStatement.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTIterator.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTParentsFirstIterator.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTPrinter.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ASTUtil.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/ColumnHelper.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/JoinProcessor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/LiteralProcessor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/NodeTraverser.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/PathHelper.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/SessionFactoryHelper.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/SyntheticAndFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/ClassicQueryTranslatorFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/ClauseParser.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/FromParser.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/ParserHelper.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/PathExpressionParser.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/PreprocessingParser.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/QueryTranslatorImpl.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/WhereParser.java
M hibernate-core/src/main/java/org/hibernate/hql/spi/FilterTranslator.java
M hibernate-core/src/main/java/org/hibernate/hql/spi/ParameterTranslations.java
M hibernate-core/src/main/java/org/hibernate/hql/spi/QueryTranslatorFactory.java
M hibernate-core/src/main/java/org/hibernate/id/AbstractPostInsertGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/AbstractUUIDGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/Assigned.java
M hibernate-core/src/main/java/org/hibernate/id/CompositeNestedGeneratedValueGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/Configurable.java
M hibernate-core/src/main/java/org/hibernate/id/ForeignGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/GUIDGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/IdentifierGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/IdentifierGeneratorHelper.java
M hibernate-core/src/main/java/org/hibernate/id/IdentityGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/IncrementGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/MultipleHiLoPerTableGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/SelectGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/SequenceGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/SequenceHiLoGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/SequenceIdentityGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/TableGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/TableHiLoGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/UUIDGenerationStrategy.java
M hibernate-core/src/main/java/org/hibernate/id/UUIDGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/UUIDHexGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/Optimizer.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/OptimizerFactory.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/SequenceStructure.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/SequenceStyleGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/TableGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/TableStructure.java
M hibernate-core/src/main/java/org/hibernate/id/factory/IdentifierGeneratorFactory.java
M hibernate-core/src/main/java/org/hibernate/id/factory/internal/DefaultIdentifierGeneratorFactory.java
M hibernate-core/src/main/java/org/hibernate/id/insert/AbstractReturningDelegate.java
M hibernate-core/src/main/java/org/hibernate/id/insert/AbstractSelectingDelegate.java
M hibernate-core/src/main/java/org/hibernate/id/insert/InsertGeneratedIdentifierDelegate.java
M hibernate-core/src/main/java/org/hibernate/id/uuid/CustomVersionOneStrategy.java
M hibernate-core/src/main/java/org/hibernate/id/uuid/Helper.java
M hibernate-core/src/main/java/org/hibernate/id/uuid/StandardRandomStrategy.java
M hibernate-core/src/main/java/org/hibernate/integrator/internal/IntegratorServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/integrator/spi/Integrator.java
M hibernate-core/src/main/java/org/hibernate/internal/AbstractSessionImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/CollectionFilterImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/ConnectionObserverStatsBridge.java
M hibernate-core/src/main/java/org/hibernate/internal/CriteriaImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/FetchingScrollableResultsImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/FilterHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/FilterImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/IteratorImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/NonFlushedChangesImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/QueryImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SQLQueryImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/ScrollableResultsImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryRegistry.java
M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/TransactionEnvironmentImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/TypeLocatorImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/jaxb/JaxbRoot.java
M hibernate-core/src/main/java/org/hibernate/internal/util/Cloneable.java
M hibernate-core/src/main/java/org/hibernate/internal/util/ConfigHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/ReflectHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/SerializationHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/StringHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/beans/BeanIntrospectionException.java
M hibernate-core/src/main/java/org/hibernate/internal/util/collections/SimpleMRUCache.java
M hibernate-core/src/main/java/org/hibernate/internal/util/config/ConfigurationHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/jndi/JndiHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/xml/DTDEntityResolver.java
M hibernate-core/src/main/java/org/hibernate/internal/util/xml/ErrorLogger.java
M hibernate-core/src/main/java/org/hibernate/internal/util/xml/MappingReader.java
M hibernate-core/src/main/java/org/hibernate/internal/util/xml/XMLHelper.java
M hibernate-core/src/main/java/org/hibernate/jdbc/Expectation.java
M hibernate-core/src/main/java/org/hibernate/jdbc/Expectations.java
M hibernate-core/src/main/java/org/hibernate/jdbc/Work.java
M hibernate-core/src/main/java/org/hibernate/jmx/HibernateService.java
M hibernate-core/src/main/java/org/hibernate/jmx/SessionFactoryStub.java
M hibernate-core/src/main/java/org/hibernate/loader/AbstractEntityJoinWalker.java
M hibernate-core/src/main/java/org/hibernate/loader/BasicLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/ColumnEntityAliases.java
M hibernate-core/src/main/java/org/hibernate/loader/DefaultEntityAliases.java
M hibernate-core/src/main/java/org/hibernate/loader/GeneratedCollectionAliases.java
M hibernate-core/src/main/java/org/hibernate/loader/JoinWalker.java
M hibernate-core/src/main/java/org/hibernate/loader/Loader.java
M hibernate-core/src/main/java/org/hibernate/loader/MultipleBagFetchException.java
M hibernate-core/src/main/java/org/hibernate/loader/OuterJoinableAssociation.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/BasicCollectionJoinWalker.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/BasicCollectionLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/BatchingCollectionInitializer.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/CollectionInitializer.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/CollectionJoinWalker.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/CollectionLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/OneToManyJoinWalker.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/OneToManyLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/SubselectCollectionLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/SubselectOneToManyLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/criteria/ComponentCollectionCriteriaInfoProvider.java
M hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaJoinWalker.java
M hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/criteria/CriteriaQueryTranslator.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/ColumnCollectionAliases.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/CustomLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLCustomQuery.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLQueryParser.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLQueryReturnProcessor.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/AbstractEntityLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/BatchingEntityLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/CollectionElementLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/EntityJoinWalker.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/UniqueEntityLoader.java
M hibernate-core/src/main/java/org/hibernate/mapping/AbstractAuxiliaryDatabaseObject.java
M hibernate-core/src/main/java/org/hibernate/mapping/Any.java
M hibernate-core/src/main/java/org/hibernate/mapping/AuxiliaryDatabaseObject.java
M hibernate-core/src/main/java/org/hibernate/mapping/Collection.java
M hibernate-core/src/main/java/org/hibernate/mapping/Column.java
M hibernate-core/src/main/java/org/hibernate/mapping/Component.java
M hibernate-core/src/main/java/org/hibernate/mapping/Constraint.java
M hibernate-core/src/main/java/org/hibernate/mapping/DenormalizedTable.java
M hibernate-core/src/main/java/org/hibernate/mapping/ForeignKey.java
M hibernate-core/src/main/java/org/hibernate/mapping/Formula.java
M hibernate-core/src/main/java/org/hibernate/mapping/Index.java
M hibernate-core/src/main/java/org/hibernate/mapping/IndexedCollection.java
M hibernate-core/src/main/java/org/hibernate/mapping/Join.java
M hibernate-core/src/main/java/org/hibernate/mapping/JoinedSubclass.java
M hibernate-core/src/main/java/org/hibernate/mapping/ManyToOne.java
M hibernate-core/src/main/java/org/hibernate/mapping/OneToMany.java
M hibernate-core/src/main/java/org/hibernate/mapping/OneToOne.java
M hibernate-core/src/main/java/org/hibernate/mapping/PersistentClass.java
M hibernate-core/src/main/java/org/hibernate/mapping/PrimaryKey.java
M hibernate-core/src/main/java/org/hibernate/mapping/Property.java
M hibernate-core/src/main/java/org/hibernate/mapping/RootClass.java
M hibernate-core/src/main/java/org/hibernate/mapping/Set.java
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleAuxiliaryDatabaseObject.java
M hibernate-core/src/main/java/org/hibernate/mapping/SimpleValue.java
M hibernate-core/src/main/java/org/hibernate/mapping/SingleTableSubclass.java
M hibernate-core/src/main/java/org/hibernate/mapping/Subclass.java
M hibernate-core/src/main/java/org/hibernate/mapping/Table.java
M hibernate-core/src/main/java/org/hibernate/mapping/UnionSubclass.java
M hibernate-core/src/main/java/org/hibernate/mapping/UniqueKey.java
M hibernate-core/src/main/java/org/hibernate/mapping/Value.java
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/PluralAttributeBinding.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractConstraint.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/AbstractSimpleValue.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Constraint.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/ForeignKey.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/Table.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/state/ManyToOneRelationalState.java
M hibernate-core/src/main/java/org/hibernate/metamodel/relational/state/SimpleValueRelationalState.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/AnnotationMetadataSourceProcessorImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/IdGeneratorBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/AccessHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/DefaultConfigurationHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/EntityMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/GlobalAnnotations.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/MockHelper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMocker.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/Binder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/SimpleIdentifierSource.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/AbstractEntitySourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/AbstractPluralAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/BagAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/BasicPluralAttributeElementSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ColumnSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ComponentAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/CompositePluralAttributeElementSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HbmBindingContext.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HbmMetadataSourceProcessorImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/Helper.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HibernateMappingProcessor.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/HierarchyBuilder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ManyToManyPluralAttributeElementSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/ManyToOneAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/MappingDocument.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/OneToManyPluralAttributeElementSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/PluralAttributeKeySourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/PropertyAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/RootEntitySourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/SetAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/SingularIdentifierAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/SubclassEntitySourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/TimestampAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/hbm/VersionAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/JaxbHelper.java
M hibernate-core/src/main/java/org/hibernate/param/CollectionFilterKeyParameterSpecification.java
M hibernate-core/src/main/java/org/hibernate/param/DynamicFilterParameterSpecification.java
M hibernate-core/src/main/java/org/hibernate/param/NamedParameterSpecification.java
M hibernate-core/src/main/java/org/hibernate/param/ParameterSpecification.java
M hibernate-core/src/main/java/org/hibernate/param/PositionalParameterSpecification.java
M hibernate-core/src/main/java/org/hibernate/param/VersionTypeSeedParameterSpecification.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/BasicCollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/CollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/NamedQueryCollectionInitializer.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/OneToManyPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractPropertyMapping.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/Joinable.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/JoinedSubclassEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/Loadable.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/NamedQueryLoader.java
M hibernate-core/src/main/java/org/hibernate/persister/internal/PersisterClassResolverInitiator.java
M hibernate-core/src/main/java/org/hibernate/persister/internal/PersisterFactoryInitiator.java
M hibernate-core/src/main/java/org/hibernate/persister/internal/StandardPersisterClassResolver.java
M hibernate-core/src/main/java/org/hibernate/pretty/MessageHelper.java
M hibernate-core/src/main/java/org/hibernate/property/BackrefPropertyAccessor.java
M hibernate-core/src/main/java/org/hibernate/property/BasicPropertyAccessor.java
M hibernate-core/src/main/java/org/hibernate/property/DirectPropertyAccessor.java
M hibernate-core/src/main/java/org/hibernate/property/EmbeddedPropertyAccessor.java
M hibernate-core/src/main/java/org/hibernate/property/Getter.java
M hibernate-core/src/main/java/org/hibernate/property/IndexPropertyAccessor.java
M hibernate-core/src/main/java/org/hibernate/property/MapAccessor.java
M hibernate-core/src/main/java/org/hibernate/property/NoopAccessor.java
M hibernate-core/src/main/java/org/hibernate/property/PropertyAccessorFactory.java
M hibernate-core/src/main/java/org/hibernate/property/Setter.java
M hibernate-core/src/main/java/org/hibernate/proxy/LazyInitializer.java
M hibernate-core/src/main/java/org/hibernate/proxy/ProxyFactory.java
M hibernate-core/src/main/java/org/hibernate/proxy/dom4j/Dom4jLazyInitializer.java
M hibernate-core/src/main/java/org/hibernate/proxy/dom4j/Dom4jProxy.java
M hibernate-core/src/main/java/org/hibernate/proxy/dom4j/Dom4jProxyFactory.java
M hibernate-core/src/main/java/org/hibernate/proxy/map/MapLazyInitializer.java
M hibernate-core/src/main/java/org/hibernate/proxy/map/MapProxy.java
M hibernate-core/src/main/java/org/hibernate/proxy/map/MapProxyFactory.java
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/JavassistLazyInitializer.java
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/JavassistProxyFactory.java
M hibernate-core/src/main/java/org/hibernate/proxy/pojo/javassist/SerializableProxy.java
M hibernate-core/src/main/java/org/hibernate/secure/internal/JACCConfiguration.java
M hibernate-core/src/main/java/org/hibernate/secure/internal/JACCPermissions.java
M hibernate-core/src/main/java/org/hibernate/service/ServiceRegistryBuilder.java
M hibernate-core/src/main/java/org/hibernate/service/internal/JaxbProcessor.java
M hibernate-core/src/main/java/org/hibernate/service/internal/StandardServiceRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/ConnectionProviderInitiator.java
M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/DatasourceConnectionProviderImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/DriverManagerConnectionProviderImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/UserSuppliedConnectionProviderImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/spi/ConnectionProvider.java
M hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/DialectFactoryInitiator.java
M hibernate-core/src/main/java/org/hibernate/service/jdbc/dialect/internal/DialectResolverInitiator.java
M hibernate-core/src/main/java/org/hibernate/service/jmx/internal/DisabledJmxServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jmx/internal/JmxServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jmx/internal/JmxServiceInitiator.java
M hibernate-core/src/main/java/org/hibernate/service/jndi/internal/JndiServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jndi/internal/JndiServiceInitiator.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/AbstractJtaPlatform.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/BitronixJtaPlatform.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JBossAppServerJtaPlatform.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JBossStandAloneJtaPlatform.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JOTMJtaPlatform.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JOnASJtaPlatform.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JtaPlatformInitiator.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/JtaSynchronizationStrategy.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/NoJtaPlatform.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/SynchronizationRegistryAccess.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/SynchronizationRegistryBasedSynchronizationStrategy.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/TransactionManagerBasedSynchronizationStrategy.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/TransactionManagerLookupBridge.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/WebSphereExtendedJtaPlatform.java
M hibernate-core/src/main/java/org/hibernate/service/jta/platform/internal/WebSphereJtaPlatform.java
M hibernate-core/src/main/java/org/hibernate/service/spi/InjectService.java
M hibernate-core/src/main/java/org/hibernate/sql/CaseFragment.java
M hibernate-core/src/main/java/org/hibernate/sql/ForUpdateFragment.java
M hibernate-core/src/main/java/org/hibernate/sql/InFragment.java
M hibernate-core/src/main/java/org/hibernate/sql/Insert.java
M hibernate-core/src/main/java/org/hibernate/sql/InsertSelect.java
M hibernate-core/src/main/java/org/hibernate/sql/QuerySelect.java
M hibernate-core/src/main/java/org/hibernate/sql/SelectFragment.java
M hibernate-core/src/main/java/org/hibernate/sql/SimpleSelect.java
M hibernate-core/src/main/java/org/hibernate/sql/Template.java
M hibernate-core/src/main/java/org/hibernate/sql/Update.java
M hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentParser.java
M hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentRenderer.java
M hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentTranslator.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/DatabaseExporter.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/DatabaseMetadata.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/ForeignKeyMetadata.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExport.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaExportTask.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdate.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaUpdateTask.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaValidator.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SchemaValidatorTask.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SuppliedConnectionHelper.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/SuppliedConnectionProviderConnectionHelper.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/TableMetadata.java
M hibernate-core/src/main/java/org/hibernate/transaction/TransactionManagerLookup.java
M hibernate-core/src/main/java/org/hibernate/transform/AliasToBeanConstructorResultTransformer.java
M hibernate-core/src/main/java/org/hibernate/transform/AliasToBeanResultTransformer.java
M hibernate-core/src/main/java/org/hibernate/transform/CacheableResultTransformer.java
M hibernate-core/src/main/java/org/hibernate/transform/DistinctResultTransformer.java
M hibernate-core/src/main/java/org/hibernate/tuple/Dom4jInstantiator.java
M hibernate-core/src/main/java/org/hibernate/tuple/ElementWrapper.java
M hibernate-core/src/main/java/org/hibernate/tuple/PojoInstantiator.java
M hibernate-core/src/main/java/org/hibernate/tuple/Property.java
M hibernate-core/src/main/java/org/hibernate/tuple/PropertyFactory.java
M hibernate-core/src/main/java/org/hibernate/tuple/component/AbstractComponentTuplizer.java
M hibernate-core/src/main/java/org/hibernate/tuple/component/ComponentMetamodel.java
M hibernate-core/src/main/java/org/hibernate/tuple/component/ComponentTuplizer.java
M hibernate-core/src/main/java/org/hibernate/tuple/component/ComponentTuplizerFactory.java
M hibernate-core/src/main/java/org/hibernate/tuple/component/DynamicMapComponentTuplizer.java
M hibernate-core/src/main/java/org/hibernate/tuple/component/PojoComponentTuplizer.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/AbstractEntityTuplizer.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/DynamicMapEntityTuplizer.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityMetamodel.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/EntityTuplizer.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/PojoEntityTuplizer.java
M hibernate-core/src/main/java/org/hibernate/usertype/CompositeUserType.java
M hibernate-core/src/main/java/org/hibernate/usertype/UserCollectionType.java
M hibernate-core/src/main/java/org/hibernate/usertype/UserVersionType.java
M hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/cid/AbstractCompositeIdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/abstractembeddedcomponents/propertyref/AbstractComponentPropertyRefTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/EntityTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/JoinedSubclassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/AccessTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Bed.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Furniture.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Gardenshed.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/Woody.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/access/jpa/AccessTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/AnyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertyList.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertyMap.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/any/PropertySet.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/ArrayTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/array/Contest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationAutoTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationDisabledTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationGroupsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/BeanValidationProvidedFactoryTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DDLTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/DDLWithoutCallbackTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/HibernateTraversableResolverTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Tv.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/bytecode/ProxyBreakingTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/CascadeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cascade/Mouth.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/CompositeIdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/cid/keymanytoone/EagerKeyManyToOneTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/CollectionElementTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/CountryAttitude.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/LocalizedString.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Matrix.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/OrderByTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/TestCourse.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/Toy.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/IndexedCollectionOfElementsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/collectionelement/indexedCollection/Sale.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/dataTypes/BasicOperationsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Country.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/EmbeddedTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/RegionalArticlePk.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/Summary.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/Address.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/many2one/EmbeddableWithMany2OneTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Alias.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/EmbeddableWithOne2ManyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/Name.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/embedded/one2many/PersonName.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Father.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/Mother.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/engine/collection/UnidirCollectionWithMultipleOwnerTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/BasicHibernateAnnotationsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Car.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/CasterStringType.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/ContactDetails.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/FirstName.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Flight.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Forest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/LastName.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/LocalContactDetails.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Peugot.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PhoneNumberType.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/PropertyDefaultMappingsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Ransom.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Tool.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Topic.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Tree.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/Widget.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entity/ZipCode.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/entitynonentity/EntityNonEntityTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/FetchingTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Person.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/fetch/Stay.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/EmbeddedGenericsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/Gene.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/GenericsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/StateType.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/generics/UnresolvedTypeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/genericsinheritance/GenericsInheritanceTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/EnumIdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/IdClassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/IdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/generationmappings/NewGeneratorMappingsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/EnumIdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/IdClassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/IdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/UUIDGenerator.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Bunny.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/Furniture.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/PointyTooth.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/entities/TwinkleToes.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclass/IdClassCompositePKTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/IdClassGeneratedValueTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Multiple.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/idclassgeneratedvalue/Simple2.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/IdentifierCollectionTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/identifiercollection/Passport.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/idmanytoone/IdManyToOneTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/Country.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/Foobar.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/IndexedCollectionTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/MapKeyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Training.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/indexcoll/Wardrobe.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Carrot.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/SubclassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/Tomato.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Account.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Document.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassAndSecondaryTable.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/JoinedSubclassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Person.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Pool.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/mixed/SubclassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/singletable/Music.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/union/SubclassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/Cat.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/join/JoinTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/LoaderTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/Player.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/loader/Team.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/ImageTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/LobTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/LongStringHolder.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/MaterializedBlobTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/SerializableToImageType.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/TextTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Employee.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Employer.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Group.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/GroupWithSet.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/ManyToManyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytomany/Woman.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Car.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ForestType.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Frame.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/Lens.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ManyToOneJoinTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/ManyToOneTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoone/referencedcolumnname/ManyToOneReferencedColumnNameTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Company.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Contract.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/FoodItem.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Message.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/Product.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/mappedsuperclass/intermediate/IntermediateMappedSuperclassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/Citizen.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnManyToOne.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/naturalid/NaturalIdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/Coin.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/notfound/NotFoundTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/City.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OneToManyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/OrderByTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Parent.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Street.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Trainer.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetomany/Troop.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OptionalOneToOnePKJCTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/hhh4851/HHH4851Test.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/AssociationOverrideTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/AttributeOverrideTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/Deck.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/persister/PersisterTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/Car.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/PolymorphismTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/polymorphism/SportCar.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/AllTables.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/Chaos.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/QuoteGlobalTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/QuoteTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/quote/resultsetmappings/ExplicitSqlResultSetMappingTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/referencedcolumnname/ReferencedColumnNameTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/Storm.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/strategy/StrategyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/HighestBid.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/subselect/SubselectTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/Component.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/tableperclass/TablePerClassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/LuggageImpl.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/target/TargetTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/Cuisine.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/DynamicInstantiator.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/tuplizer/TuplizerTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/Dvd.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/MyOidGenerator.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/type/TypeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/uniqueconstraint/UniqueConstraintTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Antenna.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Conductor.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/DBTimestamped.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/GeneratedTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/IndexTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/OptimisticLockAnnotationTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/TimestampTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Truck.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/VMTimestamped.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/Vehicule.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/readwriteexpression/ColumnTransformerTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/various/readwriteexpression/Staff.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/ejb3/Ejb3XmlTestCase.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/HbmTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/xml/hbm/HbmWithIdentityTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/any/AnyTypeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/array/ArrayTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/batch/BatchTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/batchfetch/BatchFetchTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/bidi/AuctionTest2.java
M hibernate-core/src/matrix/java/org/hibernate/test/cache/CacheableItem.java
M hibernate-core/src/matrix/java/org/hibernate/test/cache/InsertedDataTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cascade/BidirectionalOneToManyCascadeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cascade/CascadeTestWithAssignedParentIdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cascade/MultiPathCascadeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cascade/RefreshTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/CascadeMergeToChildBeforeParentTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cascade/circle/MultiPathCircleCascadeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cid/CompositeIdWithGeneratorTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cid/PurchaseRecordIdGenerator.java
M hibernate-core/src/matrix/java/org/hibernate/test/collection/backref/map/compkey/BackrefCompositeMapKeyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/collection/bag/PersistentBagTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/collection/idbag/PersistentIdBagTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/collection/list/PersistentListTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/collection/map/PersistentMapTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/collection/original/CollectionTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/collection/set/PersistentSetTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/component/basic/ComponentTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/collection/CascadeToComponentCollectionTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/component/cascading/toone/CascadeToComponentAssociationTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/CompositeElementTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/LikeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/LongInElementsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/Order.java
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/OuterJoinCriteriaTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/Student.java
M hibernate-core/src/matrix/java/org/hibernate/test/cuk/CompositePropertyRefTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/cut/CompositeUserTypeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/deletetransient/DeleteTransientEntityTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/dialect/function/MySQLRoundFunctionTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/dialect/functional/cache/SQLFunctionsInterSystemsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/discriminator/DiscriminatorTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/InterceptorDynamicEntityTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/interceptor/ProxyInterceptor.java
M hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/MyEntityInstantiator.java
M hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer/TuplizerDynamicEntityTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/ImprovedTuplizerDynamicEntityTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/dynamicentity/tuplizer2/MyEntityInstantiator.java
M hibernate-core/src/matrix/java/org/hibernate/test/ecid/EmbeddedCompositeIdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/basic/DynamicClassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/entitymode/map/subclass/SubclassDynamicMapTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/entityname/EntityNameFromSubClassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/event/collection/AbstractCollectionEventTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/event/collection/BrokenCollectionEventTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/event/collection/CollectionListeners.java
M hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/AbstractAssociationCollectionEventTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ChildWithBidirectionalManyToMany.java
M hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/manytomany/ParentWithBidirectionalManyToMany.java
M hibernate-core/src/matrix/java/org/hibernate/test/event/collection/association/bidirectional/onetomany/ParentWithBidirectionalOneToMany.java
M hibernate-core/src/matrix/java/org/hibernate/test/events/CallbackTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/exception/SQLExceptionConversionTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/extralazy/ExtraLazyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/fetchprofiles/join/JoinFetchProfileTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/filter/DynamicFilterTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/BasicFilteredBulkManipulationTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/filter/hql/JoinedFilteredBulkManipulationTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/flush/Author.java
M hibernate-core/src/matrix/java/org/hibernate/test/flush/Book.java
M hibernate-core/src/matrix/java/org/hibernate/test/flush/Publisher.java
M hibernate-core/src/matrix/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
M hibernate-core/src/matrix/java/org/hibernate/test/formulajoin/FormulaJoinTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/generated/AbstractGeneratedPropertyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/generated/PartiallyGeneratedComponentTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/generated/TimestampGeneratedValuesWithCachingTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/generated/TriggerGeneratedValuesWithCachingTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/generated/TriggerGeneratedValuesWithoutCachingTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/identity/IdentityGeneratedKeysTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/select/SelectGeneratorTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/generatedkeys/seqidentity/SequenceIdentityTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingOrderByTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/ASTParserLoadingTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/BulkManipulationTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/ClassicTranslatorTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/CriteriaClassicAggregationReturnTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/CriteriaHQLAlignmentTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/EJBQLTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/HQLTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/HqlParserTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/QueryTranslatorTestCase.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/WithClauseTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/id/MultipleHiLoPerTableGeneratorTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/id/UseIdentifierRollbackTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/sqlrep/sqlbinary/UUIDBinaryTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/id/uuid/strategy/CustomStrategyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idbag/IdBagTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idclass/IdClassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/increment/BigIntegerIncrementGeneratorTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idgen/biginteger/sequence/BigIntegerSequenceGeneratorTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/BasicForcedTableSequenceTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/HiLoForcedTableSequenceTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/forcedtable/PooledForcedTableSequenceTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/BasicSequenceTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/HiLoSequenceTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/sequence/PooledSequenceTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/BasicTableTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/HiLoTableTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idgen/enhanced/table/PooledTableTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/idprops/IdentifierPropertyReferencesTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/immutable/ImmutableTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithManyToManyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/AbstractEntityWithOneToManyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyFailureExpectedTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/importfile/ImportFileTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/insertordering/InsertOrderingTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/buildtime/InstrumentTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestCustomColumnReadAndWrite.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestDirtyCheckExecutable.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestFetchAllExecutable.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestInjectFieldInterceptorExecutable.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestIsPropertyInitializedExecutable.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyExecutable.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyManyToOneExecutable.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestLazyPropertyCustomTypeExecutable.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestManyToOneProxyExecutable.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/cases/TestSharedPKOneToOneExecutable.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/runtime/AbstractTransformingClassLoaderInstrumentTestCase.java
M hibernate-core/src/matrix/java/org/hibernate/test/instrument/runtime/JavassistInstrumentationTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/interceptor/CollectionInterceptor.java
M hibernate-core/src/matrix/java/org/hibernate/test/interceptor/InstantiateInterceptor.java
M hibernate-core/src/matrix/java/org/hibernate/test/interceptor/InterceptorTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/interceptor/PropertyInterceptor.java
M hibernate-core/src/matrix/java/org/hibernate/test/interceptor/StatefulInterceptor.java
M hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/DocumentInterceptor.java
M hibernate-core/src/matrix/java/org/hibernate/test/interfaceproxy/InterfaceProxyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/iterate/IterateTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jdbc/GeneralWorkTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/join/JoinTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/join/OptionalJoinTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/joinedsubclass/JoinedSubclassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/joinfetch/JoinFetchTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jpa/AbstractJPATest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jpa/cascade/CascadeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jpa/fetch/FetchingTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jpa/lock/JPALockTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jpa/lock/RepeatableReadTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jpa/naturalid/ImmutableNaturalIdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jpa/proxy/JPAProxyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jpa/ql/JPAQLComplianceTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jpa/ql/NativeQueryTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jpa/removed/RemovedEntityTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/jpa/txn/TransactionJoiningTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/EagerKeyManyToOneTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/component/LazyKeyManyToOneTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/keymanytoone/bidir/embedded/KeyManyToOneTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/lazycache/InstrumentCacheTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/lazyonetoone/LazyOneToOneTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCProxyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/ABCTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/ComponentNotNullTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/CustomSQLTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/FooBarTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/FumTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJ2Test.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/IJTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/LegacyTestCase.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/MapTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/MasterDetailTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/MultiTableTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/OneToOneCacheTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/ParentChildTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/QueryByExampleTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLFunctionsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/SQLLoaderTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/StatisticsTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/lob/BlobLocatorTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/lob/ClobLocatorTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/lob/LobMergeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/lob/LongByteArrayTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/lob/LongStringTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/lob/SerializableTypeTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ManyToManyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/manytomany/batchload/BatchedManyToManyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/manytomany/ordered/OrderedManyToManyTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/AbstractManyToManyAssociationClassTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/compositeid/MembershipWithCompositeId.java
M hibernate-core/src/matrix/java/org/hibernate/test/manytomanyassociationclass/surrogateid/generated/ManyToManyAssociationClassGeneratedIdTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/map/MapIndexFormulaTest.java
M hibernate-core/src/test/java/org/hibernate/cache/spi/QueryKeyTest.java
M hibernate-core/src/test/java/org/hibernate/dialect/DerbyDialectTestCase.java
M hibernate-core/src/test/java/org/hibernate/dialect/Mocks.java
M hibernate-core/src/test/java/org/hibernate/dialect/TestingDialects.java
M hibernate-core/src/test/java/org/hibernate/dialect/resolver/DialectResolverTest.java
M hibernate-core/src/test/java/org/hibernate/engine/query/ParameterParserTest.java
M hibernate-core/src/test/java/org/hibernate/id/AbstractHolderTest.java
M hibernate-core/src/test/java/org/hibernate/id/SequenceHiLoGeneratorNoIncrementTest.java
M hibernate-core/src/test/java/org/hibernate/id/SequenceHiLoGeneratorTest.java
M hibernate-core/src/test/java/org/hibernate/id/TableHiLoGeneratorTest.java
M hibernate-core/src/test/java/org/hibernate/id/enhanced/OptimizerUnitTest.java
M hibernate-core/src/test/java/org/hibernate/id/enhanced/SequenceStyleConfigUnitTest.java
M hibernate-core/src/test/java/org/hibernate/id/uuid/CustomVersionOneStrategyTest.java
M hibernate-core/src/test/java/org/hibernate/jdbc/LobCreatorTest.java
M hibernate-core/src/test/java/org/hibernate/jdbc/util/BasicFormatterTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/AbstractBasicBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/BasicCollectionBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/EntityWithBasicCollections.java
M hibernate-core/src/test/java/org/hibernate/metamodel/binding/SimpleValueBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddedIdTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/IdentifierGeneratorTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/InheritanceBindingTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/ProxyBindingTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/WhereClauseTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/OrmXmlParserTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/PersistenceMetadataMockerTest.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/xml/mocker/XmlHelper.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/internal/MetadataImplTest.java
M hibernate-core/src/test/java/org/hibernate/sql/TemplateTest.java
M hibernate-core/src/test/java/org/hibernate/subclassProxyInterface/SubclassProxyInterfaceTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/ConfigurationTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/Customer.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/SafeMappingTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/SecuredBindingTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/Boy.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/access/xml/XmlAccessTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/BackquoteTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/backquotes/Bug.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/collectionelement/deepcollectionelements/DeepCollectionElementTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/configuration/ConfigurationTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/MedicalHistory.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/CompositeDerivedIdentityTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/DerivedIdentityWithBidirectionalAssociationTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/bidirectional/OneToOneWithDerivedIdentityTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/a/Dependent.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/a/DerivedIdentitySimpleParentIdClassDepTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/DerivedIdentitySimpleParentEmbeddedIdDepTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b/specjmapid/IdMapManyToOneSpecjTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/b2/IdClassGeneratedValueManyToOneTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e1/c/DerivedIdentitySimpleParentEmbeddedDepTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e2/a/DerivedIdentityIdClassParentIdClassDepTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e2/b/DerivedIdentityIdClassParentEmbeddedIdDepTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e3/a/DerivedIdentityEmbeddedIdParentIdClassTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e3/b/DerivedIdentityEmbeddedIdParentEmbeddedIdDepTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e4/a/DerivedIdentitySimpleParentSimpleDepTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e4/b/DerivedIdentitySimpleParentSimpleDepMapsIdTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e5/a/DerivedIdentityIdClassParentSameIdTypeIdClassDepTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e5/b/DerivedIdentityIdClassParentSameIdTypeEmbeddedIdDepTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e5/c/ForeignGeneratorViaMapsIdTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e6/a/DerivedIdentityEmbeddedIdParentSameIdTypeIdClassDepTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/derivedidentities/e6/b/DerivedIdentityEmbeddedIdParentSameIdTypeEmbeddedIdDepTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/duplicatedgenerator/DuplicateTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer2.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer3.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer4.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/Customer5.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/FetchProfileTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fetchprofile/MoreFetchProfileTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fkcircularity/FkCircularityTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/id/JoinColumnOverrideTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/id/UUIDGenerator.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Bunny.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/Furniture.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/PointyTooth.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/id/entities/TwinkleToes.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/BaseClass.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/inheritance/discriminatoroptions/DiscriminatorOptionsTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/namingstrategy/NamingStrategyTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/OwnerAddress.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/PersonAddress.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/primarykey/NullablePrimaryKeyTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/JPAOverridenAnnotationReaderTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/reflection/XMLContextTest.java
M hibernate-core/src/test/java/org/hibernate/test/ast/ASTIteratorTest.java
M hibernate-core/src/test/java/org/hibernate/test/ast/ASTUtilTest.java
M hibernate-core/src/test/java/org/hibernate/test/bytecode/BeanReflectionHelper.java
M hibernate-core/src/test/java/org/hibernate/test/bytecode/javassist/InvocationTargetExceptionTest.java
M hibernate-core/src/test/java/org/hibernate/test/bytecode/javassist/ReflectionOptimizerTest.java
M hibernate-core/src/test/java/org/hibernate/test/cfg/CacheableFileTest.java
M hibernate-core/src/test/java/org/hibernate/test/cfg/ConfigurationSerializationTest.java
M hibernate-core/src/test/java/org/hibernate/test/cfg/persister/GoofyPersisterClassProvider.java
M hibernate-core/src/test/java/org/hibernate/test/cfg/persister/PersisterClassProviderTest.java
M hibernate-core/src/test/java/org/hibernate/test/cfg/persister/Window.java
M hibernate-core/src/test/java/org/hibernate/test/common/BasicTestingJdbcServiceImpl.java
M hibernate-core/src/test/java/org/hibernate/test/common/JournalingConnectionObserver.java
M hibernate-core/src/test/java/org/hibernate/test/common/TransactionEnvironmentImpl.java
M hibernate-core/src/test/java/org/hibernate/test/connections/AggressiveReleaseTest.java
M hibernate-core/src/test/java/org/hibernate/test/connections/ConnectionManagementTestCase.java
M hibernate-core/src/test/java/org/hibernate/test/connections/HibernateCreateBlobFailedCase.java
M hibernate-core/src/test/java/org/hibernate/test/connections/SuppliedConnectionTest.java
M hibernate-core/src/test/java/org/hibernate/test/connections/ThreadLocalCurrentSessionTest.java
M hibernate-core/src/test/java/org/hibernate/test/dialect/function/AnsiTrimEmulationFunctionTest.java
M hibernate-core/src/test/java/org/hibernate/test/dialect/unit/lockhint/AbstractLockHintTest.java
M hibernate-core/src/test/java/org/hibernate/test/extendshbm/ExtendsTest.java
M hibernate-core/src/test/java/org/hibernate/test/jdbc/proxies/AggressiveReleaseTest.java
M hibernate-core/src/test/java/org/hibernate/test/jdbc/proxies/BasicConnectionProxyTest.java
M hibernate-core/src/test/java/org/hibernate/test/jdbc/proxies/BatchingTest.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/DoubleStringType.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/Foo.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/Fum.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/Glarch.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/NonReflectiveBinderTest.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/Qux.java
M hibernate-core/src/test/java/org/hibernate/test/legacy/Vetoer.java
M hibernate-core/src/test/java/org/hibernate/test/mapping/ValueVisitorTest.java
M hibernate-core/src/test/java/org/hibernate/test/mappingexception/MappingExceptionTest.java
M hibernate-core/src/test/java/org/hibernate/test/multitenancy/schema/SchemaBasedMultiTenancyTest.java
M hibernate-core/src/test/java/org/hibernate/test/namingstrategy/Item.java
M hibernate-core/src/test/java/org/hibernate/test/schemaupdate/MigrationTest.java
M hibernate-core/src/test/java/org/hibernate/test/service/ServiceBootstrappingTest.java
M hibernate-core/src/test/java/org/hibernate/test/transaction/jdbc/TestExpectedUsage.java
M hibernate-core/src/test/java/org/hibernate/test/transaction/jta/BasicDrivingTest.java
M hibernate-core/src/test/java/org/hibernate/test/util/PropertiesHelperTest.java
M hibernate-core/src/test/java/org/hibernate/test/util/SchemaUtil.java
M hibernate-core/src/test/java/org/hibernate/test/util/SerializationHelperTest.java
M hibernate-core/src/test/java/org/hibernate/test/util/StringHelperTest.java
M hibernate-core/src/test/java/org/hibernate/type/BasicTypeRegistryTest.java
M hibernate-core/src/test/java/org/hibernate/type/TypeTest.java
M hibernate-core/src/test/java/org/hibernate/type/descriptor/java/AbstractDescriptorTest.java
M hibernate-core/src/test/java/org/hibernate/type/descriptor/java/BlobDescriptorTest.java
M hibernate-core/src/test/java/org/hibernate/type/descriptor/sql/PreparedStatementProxy.java
M hibernate-core/src/test/java/org/hibernate/type/descriptor/sql/StringValueMappingTest.java
M hibernate-envers/src/demo/java/org/hibernate/envers/demo/Address.java
M hibernate-envers/src/demo/java/org/hibernate/envers/demo/Person.java
M hibernate-envers/src/demo/java/org/hibernate/envers/demo/TestConsole.java
M hibernate-envers/src/main/java/org/hibernate/envers/AuditOverride.java
M hibernate-envers/src/main/java/org/hibernate/envers/AuditOverrides.java
M hibernate-envers/src/main/java/org/hibernate/envers/AuditReader.java
M hibernate-envers/src/main/java/org/hibernate/envers/AuditReaderFactory.java
M hibernate-envers/src/main/java/org/hibernate/envers/CrossTypeRevisionChangesReader.java
M hibernate-envers/src/main/java/org/hibernate/envers/DefaultTrackingModifiedEntitiesRevisionEntity.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/AuditConfiguration.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/AuditEntitiesConfiguration.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/ClassesAuditingData.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/EntitiesConfigurator.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/GlobalConfiguration.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/PersistentClassGraphDefiner.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/RevisionInfoConfiguration.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditEntityNameRegister.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/AuditMetadataGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/BasicMetadataGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/CollectionMetadataGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/ComponentMetadataGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/EntityXmlMappingData.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/IdMetadataGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/MetadataTools.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/QueryGeneratorBuilder.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/ToOneRelationMetadataGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/AnnotationsMetadataReader.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/AuditedPropertiesReader.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/ClassAuditingData.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/ComponentAuditingData.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/PersistentPropertiesSource.java
M hibernate-envers/src/main/java/org/hibernate/envers/configuration/metadata/reader/PropertyAuditingData.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/EntityConfiguration.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/EntityInstantiator.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/IdMappingData.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/RevisionTypeType.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/ComponentPropertyMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/ExtendedPropertyMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/MultiPropertyMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/PersistentCollectionChangeData.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/PropertyMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/SinglePropertyMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/SubclassPropertyMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/AbstractCompositeIdMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/AbstractIdMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/EmbeddedIdMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/IdMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/MultipleIdMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/id/SingleIdMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/AbstractCollectionMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/BasicCollectionMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/ListCollectionMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/MapCollectionMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/OneToOneNotOwningMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/SortedMapCollectionMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/SortedSetCollectionMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/ToOneIdMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleComponentMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleDummyComponentMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleMapKeyIdComponentMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleMapKeyPropertyComponentMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleRelatedComponentMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleSimpleComponentMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/component/MiddleStraightComponentMapper.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/AbstractDelegateSessionImplementor.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/ToOneDelegateSessionImplementor.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/AbstractCollectionInitializor.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/ArrayCollectionInitializor.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/BasicCollectionInitializor.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/ListCollectionInitializor.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/MapCollectionInitializor.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/SortedMapCollectionInitializor.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/initializor/SortedSetCollectionInitializor.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/proxy/CollectionProxy.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/proxy/MapProxy.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/lazy/proxy/SortedMapProxy.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/OneAuditEntityQueryGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/OneEntityQueryGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/ThreeEntityQueryGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/TwoEntityOneAuditedQueryGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/entities/mapper/relation/query/TwoEntityQueryGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/event/EnversIntegrator.java
M hibernate-envers/src/main/java/org/hibernate/envers/internal/EnversMessageLogger.java
M hibernate-envers/src/main/java/org/hibernate/envers/query/AuditQuery.java
M hibernate-envers/src/main/java/org/hibernate/envers/query/AuditQueryCreator.java
M hibernate-envers/src/main/java/org/hibernate/envers/query/criteria/AggregatedAuditExpression.java
M hibernate-envers/src/main/java/org/hibernate/envers/query/criteria/AuditConjunction.java
M hibernate-envers/src/main/java/org/hibernate/envers/query/criteria/AuditDisjunction.java
M hibernate-envers/src/main/java/org/hibernate/envers/query/criteria/AuditProperty.java
M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/AbstractAuditQuery.java
M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/EntitiesAtRevisionQuery.java
M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/EntitiesModifiedAtRevisionQuery.java
M hibernate-envers/src/main/java/org/hibernate/envers/query/impl/RevisionsOfEntityQuery.java
M hibernate-envers/src/main/java/org/hibernate/envers/reader/AuditReaderImpl.java
M hibernate-envers/src/main/java/org/hibernate/envers/reader/CrossTypeRevisionChangesReaderImpl.java
M hibernate-envers/src/main/java/org/hibernate/envers/reader/FirstLevelCache.java
M hibernate-envers/src/main/java/org/hibernate/envers/revisioninfo/DefaultRevisionInfoGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/revisioninfo/DefaultTrackingModifiedEntitiesRevisionInfoGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/revisioninfo/ModifiedEntityNamesReader.java
M hibernate-envers/src/main/java/org/hibernate/envers/revisioninfo/RevisionInfoGenerator.java
M hibernate-envers/src/main/java/org/hibernate/envers/revisioninfo/RevisionInfoQueryCreator.java
M hibernate-envers/src/main/java/org/hibernate/envers/strategy/AuditStrategy.java
M hibernate-envers/src/main/java/org/hibernate/envers/strategy/DefaultAuditStrategy.java
M hibernate-envers/src/main/java/org/hibernate/envers/strategy/ValidTimeAuditStrategy.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/AuditProcess.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/AuditProcessManager.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/EntityChangeNotifier.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/AbstractAuditWorkUnit.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/AddWorkUnit.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/AuditWorkUnit.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/CollectionChangeWorkUnit.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/DelWorkUnit.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/FakeBidirectionalRelationWorkUnit.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/ModWorkUnit.java
M hibernate-envers/src/main/java/org/hibernate/envers/synchronization/work/PersistentCollectionChangeWorkUnit.java
M hibernate-envers/src/main/java/org/hibernate/envers/tools/Tools.java
M hibernate-envers/src/main/java/org/hibernate/envers/tools/query/Parameters.java
M hibernate-envers/src/main/java/org/hibernate/envers/tools/query/QueryBuilder.java
M hibernate-envers/src/main/java/org/hibernate/envers/tools/reflection/ReflectionTools.java
M hibernate-envers/src/main/java/org/hibernate/tool/ant/EnversHibernateToolTask.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEntityTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractEnversTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractOneSessionTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/AbstractSessionTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversRunner.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/EnversTestingJtaBootstrap.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntNoAutoIdTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/IntTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/PrimitiveTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrIntTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/StrTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/UnversionedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/EnumSetEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringListEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringMapEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/collection/StringSetEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/ComponentSetTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/ComponentTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/DefaultValueComponentTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/UniquePropsEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponent.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/ManyToOneComponentTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponent.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/NotAuditedManyToOneComponentTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponent.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/components/relations/OneToManyComponentTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/CompositeCustomTypeEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/CompositeTestUserType.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/ParametrizedCustomTypeEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/customtype/ParametrizedTestUserType.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CompositeDateIdTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/CustomEnumUserType.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/DateIdTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomType.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/EmbIdWithCustomTypeTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/ManyToOneNotAuditedEmbId.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/ids/MulIdTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwnedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/ListOwningEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwnedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/MapOwningEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwnedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SetOwningEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/SortedSetEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/WhereJoinTableEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning1Entity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/biowned/ListBiowning2Entity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/Child1Entity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/Child2Entity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/sametable/ParentEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/ListUniEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MIndexedListTargetNotAuditedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/M2MTargetNotAuditedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/MapUniEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytomany/unidirectional/SetUniEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/manytoone/unidirectional/TargetNotAuditedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/CollectionRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/CollectionRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ListRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ListRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/SetRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/SetRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity1.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefEdEntity2.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleListJoinColumnBidirectionalRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/DoubleSetRefCollEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/IndexedListJoinColumnBidirectionalRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdChildEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefEdParentEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalInheritanceRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListJoinColumnBidirectionalRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ListRefCollEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/SetJoinColumnRefCollEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/SetRefCollEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityEmbId.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/ids/SetRefCollEntityMulId.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ChildIndexedListJoinColumnBidirectionalRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentIndexedListJoinColumnBidirectionalRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/detached/inheritance/ParentOwnedIndexedListJoinColumnBidirectionalRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdEmbIdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefEdMulIdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngEmbIdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/onetomany/ids/SetRefIngMulIdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDataRevEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomDateRevEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomPropertyAccessRevEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/CustomRevEntityColumnMapping.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/AnnotatedTrackingRevisionEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/CustomTrackingRevisionListener.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/entities/reventity/trackmodifiedentities/ExtendedRevisionEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/Country.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessType.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/FieldAccessTypeEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/ImmutableClassAccessType.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/MixedAccessType.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/MixedAccessTypeEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessType.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/accesstype/PropertyAccessTypeEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/AuditReaderAPITest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/auditReader/AuditedTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity1.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity2.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/BasicTestEntity4.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Delete.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/GlobalVersioned.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/ManyOperationsInTransaction.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NotVersioned.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/NullProperties.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/Simple.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/SingleOperationInTransaction.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedPropertiesChange.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/basic/UnversionedProperty.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToManyCache.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/OneToOneCache.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/cache/QueryCache.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/EnumSet.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringList.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringMap.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/StringSet.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKey.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/ComponentMapKeyEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKey.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/mapkey/IdMapKeyEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/AbstractCollectionChangeTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/Name.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/collection/norevision/Person.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/Components.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/DefaultValueComponents.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/PropertiesGroupTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/collections/CollectionOfComponents.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/ManyToOneInComponent.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/NotAuditedManyToOneInComponent.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/components/relations/OneToManyInComponent.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/CompositeCustom.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/customtype/ParametrizedCustom.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/DateTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Dates.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/EnumTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Enums.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializableTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobSerializables.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/LobTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Lobs.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/SerializableTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/data/Serializables.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/auditedEntity/ReadEntityWhitEntityNameTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Car.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/Person.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/manyToManyAudited/ReadEntityWithAuditedManyToManyTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/Car.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyAudited/ReadEntityWithAuditedCollectionTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/Car.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/oneToManyNotAudited/ReadEntityWithAuditedCollectionTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/ReadEntityAssociatedAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedAudited/SingleDomainObjectToMultipleTablesTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/entityNames/singleAssociatedNotAudited/ReadEntityAssociatedNotAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/AbstractFlushTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddDel.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushAddMod.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModDel.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/DoubleFlushModMod.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/flush/ManualFlush.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/ChangingHashcode.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/WikiImage.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/hashcode/WikiPage.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeDateId.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/CompositeIds.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/DateId.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/ids/ManyToOneIdNotAudited.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildAuditing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ChildNullAuditing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ParentAuditing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/ParentEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ChildReferencing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ParentNotIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/childrelation/ReferencedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildAuditing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/EmptyChildEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/emptychild/ParentEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Address.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/Contact.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/NotOwnedBidirectional.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/notownedrelation/PersonalContact.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinAuditing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/primarykeyjoin/ChildPrimaryKeyJoinEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ChildIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/PolymorphicCollection.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ReferencedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractContainedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/AbstractSetEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/ContainedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/SetEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/unidirectional/UnidirectionalDoubleAbstract.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/MixedInheritanceStrategiesEntityTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractActivity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/AbstractCheckActivity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/ActivityId.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/CheckInActivity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/mixed/entities/NormalActivity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildAuditing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ChildEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ParentAuditing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/ParentEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ChildReferencing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ParentNotIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/childrelation/ReferencedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ChildEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/DiscriminatorFormulaTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/discriminatorformula/ParentEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Address.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/Contact.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/NotOwnedBidirectional.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/notownedrelation/PersonalContact.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ChildIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ParentIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/PolymorphicCollection.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/single/relation/ReferencedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildAuditing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ChildEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentAuditing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/ParentEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ChildReferencing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ParentNotIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/childrelation/ReferencedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Address.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/Contact.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/NotOwnedBidirectional.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/notownedrelation/PersonalContact.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ChildIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ParentIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/PolymorphicCollection.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/tableperclass/relation/ReferencedEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/ComponentTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/components/InterfacesComponents.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/AbstractAllAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/joined/JoinedAllAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/subclass/SubclassAllAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/allAudited/union/UnionAllAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/AbstractPropertiesAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/joined/JoinedPropertiesAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/subclass/SubclassPropertiesAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited/union/UnionPropertiesAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/AbstractPropertiesAudited2Test.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/joined/JoinedPropertiesAudited2Test.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/subclass/SubclassPropertiesAudited2Test.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/hbm/propertiesAudited2/union/UnionPropertiesAudited2Test.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/InterfacesRelation.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/interfaces/relation/SetRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaExceptionListener.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/jta/JtaTransaction.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicList.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicMap.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicSet.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/BasicWhereJoinTable.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/CustomComparatorEntityTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/biowned/BasicBiowned.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/DetailSuperclass.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/ManyToManyInverseToSuperclassTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/inverseToSuperclass/Master.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/sametable/BasicSametable.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMap.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/ternary/TernaryMapFlush.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniList.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniMap.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/BasicUniSet.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MIndexedListNotAuditedTarget.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytomany/unidirectional/M2MRelationNotAuditedTarget.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/manytoone/unidirectional/RelationNotAuditedTarget.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/BasicNaming.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/DetachedNamingTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNaming.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNamingRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/JoinNamingRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/NamingTestEntity1.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/OneToManyUnidirectionalNaming.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableNaming.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponent.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentNamingTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableRangeComponentTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/VersionsJoinTableTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNaming.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinEmbIdNamingRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNaming.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/ids/JoinMulIdNamingRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/naming/quotation/QuotedFieldsTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/NotInsertable.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/NotInsertableTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertable.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/ManyToOneNotInsertableEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/notinsertable/manytoone/NotInsertableEntityType.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicCollection.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicList.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSet.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithEmbId.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithMulId.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BasicSetWithNullsDelete.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/BidirectionalMapKey.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/InverseSideChanges.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/RefEdMapKeyEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/RefIngMapKeyEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedList.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSet.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithEmbId.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicDetachedSetWithMulId.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/BasicJoinColumnSet.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DataChangesDetachedSet.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleDetachedSet.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/DoubleJoinColumnBidirectionalList.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/IndexedJoinColumnBidirectionalList.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/InheritanceIndexedJoinColumnBidirectionalList.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalList.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/detached/JoinColumnBidirectionalListWithInheritance.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/Master.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetomany/inverseToSuperclass/OneToManyInverseToSuperclassTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BiRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/Bidirectional2.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/BidirectionalNoNulls.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiEmbIdRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/BiMulIdRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/EmbIdBidirectional.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/bidirectional/ids/MulIdBidirectional.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefEdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UniRefIngMulIdEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/Unidirectional.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalMulIdWithNulls.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/onetoone/unidirectional/UnidirectionalWithNulls.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/primitive/PrimitiveAddDelete.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/PropertiesTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingField.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/UnversionedOptimisticLockingFieldEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/properties/VersionsProperties.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/AuditedCollectionProxyTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/ProxyIdentifier.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/proxy/QueryingWithProxyObjectTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/AggregateQuery.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/CustomRevEntityQuery.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/DeletedEntities.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/MaximalizePropertyQuery.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/NullPropertyQuery.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/OrderByLimitQuery.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/RevisionConstraintQuery.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/SimpleQuery.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/StoreDeletedData.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/EmbIdOneToManyQuery.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/query/ids/MulIdOneToManyQuery.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/ReadWriteExpressionChange.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/readwriteexpression/Staff.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/BidirectionalReference.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/GreetingPO.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reference/GreetingSetPO.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Custom.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxed.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomBoxedRevEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomColumnMapping.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomDate.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomNoListener.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/CustomPropertyAccess.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/DifferentDBSchemaTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListener.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ExceptionListenerRevEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/GloballyConfiguredRevListenerTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Inherited.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/InheritedRevEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/Listener.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/ListenerRevEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevEntityInheritanceChildAuditing.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumber.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/LongRevNumberRevEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/CustomTrackingEntitiesTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/DefaultTrackingEntitiesTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/EntityNamesTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/ExtendedRevisionEntityTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/reventity/trackmodifiedentities/TrackingEntitiesMultipleChangesTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/revfordate/RevisionForDate.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity1.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIdTestEntity2.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/sameids/SameIds.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/BasicSecondary.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/NamingSecondary.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/SecondaryNamingTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/SecondaryTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/EmbIdSecondary.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/MulIdSecondary.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryEmbIdTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/secondary/ids/SecondaryMulIdTestEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/serialization/SerializingCollection.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyManyToManyTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTestCustomRevEnt.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/strategy/ValidityAuditStrategyRevEndTsTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/AuditedMethodMappedSuperclass.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditAtMethodSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/AuditedAllMappedSuperclass.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/AuditedAllSubclassEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditAllSubclass/MappedSubclassingAllAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/AuditedMethodSubclassEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditedAtSuperclassLevel/auditMethodSubclass/MappedSubclassingMethodAuditedTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/BabyCompleteEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildCompleteEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildMultipleParentsEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ChildSingleParentEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ExplicitTransitiveChildEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/ImplicitTransitiveChildEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedGrandparentEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MappedParentEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/MultipleAuditParentsTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/SingleAuditParentsTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TotalAuditParentsTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveAuditParentsTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/superclass/auditparents/TransitiveParentEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/AbstractPerformanceTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/ComplexInsertPerformance.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/EvictAuditDataAfterCommitTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/InsertsOneTransactionPerformance.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/InsertsPerformance.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/UpdatesPerformance.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/ChildEntity1.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/ChildEntity2.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/performance/complex/RootEntity.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/Address.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/HsqlTest.java
M hibernate-envers/src/matrix/java/org/hibernate/envers/test/various/Person.java
Log Message:
-----------
clean up imports
Commit: 007980d8bf6803fe97916677c5e1c9e61769c9ad
https://github.com/hibernate/hibernate-core/commit/007980d8bf6803fe979166...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-24 (Mon, 24 Oct 2011)
Changed paths:
M buildSrc/readme.txt
M buildSrc/src/main/groovy/hudson/util/DBAllocationHelper.groovy
Log Message:
-----------
enable db url postfix after get url from db allocation
Commit: 71c230bf5b2f064e508aa4a602ee68cb40713bdc
https://github.com/hibernate/hibernate-core/commit/71c230bf5b2f064e508aa4...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-24 (Mon, 24 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ManyToOneWithFormulaTest.java
A hibernate-core/src/matrix/java/org/hibernate/test/annotations/manytoonewithformula/ProductSqlServer.java
Log Message:
-----------
HHH-6762: Skipped currently failing test and added new test that uses copy of test class that contains join formula suitable for SQL Server
Commit: 0db90f08d939732e4ba8b3cd9380019bb0c12843
https://github.com/hibernate/hibernate-core/commit/0db90f08d939732e4ba8b3...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-24 (Mon, 24 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/query/QueryAndSQLTest.java
Log Message:
-----------
HHH-6764: Added additional test for SQL Server that uses getDate() function, and made previous test skip SQL Server dialect
Commit: dfd718418c9549bfe5381bdb9499454482efb4fa
https://github.com/hibernate/hibernate-core/commit/dfd718418c9549bfe5381b...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-24 (Mon, 24 Oct 2011)
Changed paths:
M hibernate-testing/src/main/java/org/hibernate/testing/DialectChecks.java
Log Message:
-----------
HHH-6765: Toggled reversed Boolean value returned from DialectChecks.SupportsExistsInSelectCheck.supportsExistsInSelect()
Commit: b31c17b3327ba32caf9d98f2efa048a419df89af
https://github.com/hibernate/hibernate-core/commit/b31c17b3327ba32caf9d98...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-24 (Mon, 24 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java
Log Message:
-----------
HHH-6767: Added guard to ensure the DB is not SQL SErver before adding ORDER BY clause to SQL
Commit: 33488cb2dac7004c07c40d98ed025f7a94581f5b
https://github.com/hibernate/hibernate-core/commit/33488cb2dac7004c07c40d...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-24 (Mon, 24 Oct 2011)
Changed paths:
M buildSrc/src/main/groovy/hudson/util/DBAllocation.groovy
M buildSrc/src/main/groovy/hudson/util/DBAllocationHelper.groovy
Log Message:
-----------
fix stupid mistake in matrix plugin i made yesterday :(
Commit: 4de4bad98ae2b243e12436e88214515d8712674e
https://github.com/hibernate/hibernate-core/commit/4de4bad98ae2b243e12436...
Author: Adam Warski <adam(a)warski.org>
Date: 2011-10-25 (Tue, 25 Oct 2011)
Changed paths:
M hibernate-envers/src/main/java/org/hibernate/envers/event/BaseEnversCollectionEventListener.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/ParentReferencingChildTest.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Person.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/RightsSubject.java
A hibernate-envers/src/matrix/java/org/hibernate/envers/test/integration/inheritance/joined/relation/Role.java
Log Message:
-----------
Merge pull request #202 from lukasz-antoniak/HHH-3843
HHH-3843 - NonUniqueObjectException exception while auditing parent with @ManyToMany relation
Commit: 505869e9d20ebfaeead6af074c051eb6df7cc5a3
https://github.com/hibernate/hibernate-core/commit/505869e9d20ebfaeead6af...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-25 (Tue, 25 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/beanvalidation/Button.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/override/PhoneNumber.java
Log Message:
-----------
HHH-6770 : Oracle reserved words used as column names
Commit: 070833c10726f9deb43641d48a4971ed7256a8d1
https://github.com/hibernate/hibernate-core/commit/070833c10726f9deb43641...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-25 (Tue, 25 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java
Log Message:
-----------
HH-6771 : Test failure on Oracle due to ORDER BY in subquery
Commit: 4c416382029f517f416e09577f9d9b9fc13b83ea
https://github.com/hibernate/hibernate-core/commit/4c416382029f517f416e09...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-25 (Tue, 25 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/inheritance/joined/Account.java
Log Message:
-----------
HHH-6770 : Oracle reserved words used as column names
Commit: 63ad1467fb1541e8fb2b20c5caf647a2afd143e7
https://github.com/hibernate/hibernate-core/commit/63ad1467fb1541e8fb2b20...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-25 (Tue, 25 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/compositeelement/CompositeElementTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/join/JoinTest.java
Log Message:
-----------
HHH-6748 : Test failures due to inconsistent numeric return type from native query
Commit: 2bbb3074d4d484e12cad3c0117c5453ce3793e1e
https://github.com/hibernate/hibernate-core/commit/2bbb3074d4d484e12cad3c...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-25 (Tue, 25 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/loader/AbstractEntityJoinWalker.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/onetoone/OneToOneTest.java
Log Message:
-----------
HHH-6723 : Remove extra join from eager @OneToOne
Commit: a9064790e3681bcb8b27d3b4bac34c90e1f3dc3b
https://github.com/hibernate/hibernate-core/commit/a9064790e3681bcb8b27d3...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-25 (Tue, 25 Oct 2011)
Changed paths:
M hibernate-entitymanager/src/test/java/org/hibernate/ejb/test/BaseEntityManagerFunctionalTestCase.java
Log Message:
-----------
HHH-6772 org.hibernate.ejb.test.BaseEntityManagerFunctionalTestCase overrides system properties
Commit: 7b9e2130b26bcbca57b5d70153481b0db6f569da
https://github.com/hibernate/hibernate-core/commit/7b9e2130b26bcbca57b5d7...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java
Log Message:
-----------
HHH-6773 test fails on sybase
Commit: f262811c8f267bf3082f3b1c5f1cdfecab904d4f
https://github.com/hibernate/hibernate-core/commit/f262811c8f267bf3082f3b...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/ComplexJoinAliasTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/hql/ScrollableCollectionFetchingTest.java
Log Message:
-----------
HHH-6773 test fails on sybase
Commit: f5a57847668bcc5c8bcce1f0b7ee50f492ab45de
https://github.com/hibernate/hibernate-core/commit/f5a57847668bcc5c8bcce1...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/hql/FunctionNameAsColumnTest.java
Log Message:
-----------
HHH-6773 test fails on sybase
Commit: 082431a48d51dca2b898443c5c0510b5fef4d268
https://github.com/hibernate/hibernate-core/commit/082431a48d51dca2b89844...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/readonly/ReadOnlyCriteriaQueryTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/typeoverride/TypeOverrideTest.java
Log Message:
-----------
HHH-6773 test fails on sybase
Commit: 27e9957f9e36563dc3e81d8821efdce8c1500bb9
https://github.com/hibernate/hibernate-core/commit/27e9957f9e36563dc3e81d...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/FumTest.java
M hibernate-core/src/matrix/java/org/hibernate/test/legacy/QueryByExampleTest.java
M hibernate-testing/src/main/java/org/hibernate/testing/DialectChecks.java
Log Message:
-----------
HHH-6773 test fails on sybase
Commit: c26030a27e301d4f99c2e577978f02f7d25edde3
https://github.com/hibernate/hibernate-core/commit/c26030a27e301d4f99c2e5...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/loader/custom/CustomLoader.java
Log Message:
-----------
HHH-2304 Wrong type detection for sql type char(x) columns
Commit: fed759f8e51cf207ae6c7b71e7270aac464e3256
https://github.com/hibernate/hibernate-core/commit/fed759f8e51cf207ae6c7b...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
A hibernate-core/src/main/java/org/hibernate/criterion/PropertiesSubqueryExpression.java
M hibernate-core/src/main/java/org/hibernate/criterion/Subqueries.java
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/CriteriaQueryTest.java
A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Man.java
A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Person.hbm.xml
A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Person.java
A hibernate-core/src/matrix/java/org/hibernate/test/criteria/Woman.java
Log Message:
-----------
HHH-6766 - Criteria API multicolumn subqueries
Commit: c74610bd80632cb7b21238f290019cc1d4f0d9ba
https://github.com/hibernate/hibernate-core/commit/c74610bd80632cb7b21238...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/matrix/java/org/hibernate/test/criteria/Person.java
Log Message:
-----------
HHH-6766 - Test cleanup
Commit: cbbc786f18ebe8294a798c089131370cab145f1f
https://github.com/hibernate/hibernate-core/commit/cbbc786f18ebe8294a798c...
Author: Lukasz Antoniak <lukasz.antoniak(a)gmail.com>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M documentation/src/main/docbook/manual/en-US/content/query_criteria.xml
Log Message:
-----------
HHH-6766 - Documentation
Commit: d4b47e78bab90f93ba3904e01f30569104f5730e
https://github.com/hibernate/hibernate-core/commit/d4b47e78bab90f93ba3904...
Author: John Verhaeg <john.verhaeg(a)gmail.com>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/dialect/AbstractTransactSQLDialect.java
M hibernate-core/src/matrix/java/org/hibernate/test/annotations/id/sequences/JoinColumnOverrideTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/id/JoinColumnOverrideTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/onetoone/primarykey/NullablePrimaryKeyTest.java
Log Message:
-----------
HHH-6775: Changed AbstractTransactSQLDialect.getNullColumnString() to return empty string, which matches some of the other dialects and allows the DB to auto-determine a column's nullability in certain situations
Commit: a6a366678a8b7d1af03ac8487191621ed01784a6
https://github.com/hibernate/hibernate-core/commit/a6a366678a8b7d1af03ac8...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-entitymanager/src/test/java/org/hibernate/ejb/metamodel/Order.java
Log Message:
-----------
HHH-6770 : Oracle reserved words used as column names
Commit: 11d8a8617fc56f5d94b672460c37db1f28ed8559
https://github.com/hibernate/hibernate-core/commit/11d8a8617fc56f5d94b672...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-entitymanager/src/matrix/java/org/hibernate/ejb/test/util/Umbrella.java
Log Message:
-----------
HHH-6770 : Oracle reserved words used as column names
Commit: 94f66c39441c92b301659432e59560bfa18e7d1a
https://github.com/hibernate/hibernate-core/commit/94f66c39441c92b3016594...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaIsolationDelegate.java
Log Message:
-----------
HHH-6739 JtaIsolationDelegate.doTheWorkInNewTransaction fails to propagate or otherwise report caught exceptions
Commit: 129c0f13482b99e2705f0e234b6bc0572a95c271
https://github.com/hibernate/hibernate-core/commit/129c0f13482b99e2705f0e...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/LazyInitializationException.java
M hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/JavassistClassTransformer.java
M hibernate-core/src/main/java/org/hibernate/cache/internal/StandardQueryCache.java
M hibernate-core/src/main/java/org/hibernate/cache/spi/UpdateTimestampsCache.java
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
M hibernate-core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
M hibernate-core/src/main/java/org/hibernate/cfg/EJB3DTDEntityResolver.java
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3Column.java
M hibernate-core/src/main/java/org/hibernate/cfg/Environment.java
M hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/NamedSQLQuerySecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/SettingsFactory.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/SimpleValueBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverridenAnnotationReader.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationEventListener.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivator.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentArrayHolder.java
M hibernate-core/src/main/java/org/hibernate/context/internal/JTASessionContext.java
M hibernate-core/src/main/java/org/hibernate/context/internal/ThreadLocalSessionContext.java
M hibernate-core/src/main/java/org/hibernate/dialect/DerbyDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/HSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle9Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/RDMSOS2200Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/TemplateRenderer.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticReadUpdateLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticWriteUpdateLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/UpdateLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/resolver/BasicSQLExceptionConverter.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/Cascade.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/Collections.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/ParameterBinder.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/TwoPhaseLoad.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/Versioning.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/ResultSetWrapperProxy.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/AbstractBatchImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchingBatch.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/NonBatchingBatch.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/LobCreatorBuilder.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/TypeInfoExtracter.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/AbstractResultSetProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/AbstractStatementProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/ConnectionProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/PreparedStatementProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlExceptionHelper.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlStatementLogger.java
M hibernate-core/src/main/java/org/hibernate/engine/loading/internal/CollectionLoadContext.java
M hibernate-core/src/main/java/org/hibernate/engine/loading/internal/EntityLoadContext.java
M hibernate-core/src/main/java/org/hibernate/engine/loading/internal/LoadContexts.java
M hibernate-core/src/main/java/org/hibernate/engine/profile/FetchProfile.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/HQLQueryPlan.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/CascadingAction.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/CollectionEntry.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/IdentifierValue.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/QueryParameters.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/VersionValue.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/SynchronizationRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionFactoryInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jdbc/JdbcIsolationDelegate.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jdbc/JdbcTransaction.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaIsolationDelegate.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaTransaction.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/AbstractTransactionImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/synchronization/internal/RegisteredSynchronization.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/synchronization/internal/SynchronizationCallbackCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractFlushingEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractLockUpgradeEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractReassociateEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractSaveEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultAutoFlushEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultDeleteEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultDirtyCheckEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultEvictEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultFlushEntityEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultInitializeCollectionEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultMergeEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultPersistEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultRefreshEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultReplicateEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultSaveOrUpdateEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/EventCache.java
M hibernate-core/src/main/java/org/hibernate/event/internal/EvictVisitor.java
M hibernate-core/src/main/java/org/hibernate/event/internal/ReattachVisitor.java
M hibernate-core/src/main/java/org/hibernate/event/internal/WrapVisitor.java
M hibernate-core/src/main/java/org/hibernate/exception/spi/SQLExceptionConverterFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/QuerySplitter.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlParser.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlSqlWalker.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/QueryTranslatorImpl.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/SqlGenerator.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/AbstractStatementExecutor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/MultiTableDeleteExecutor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/MultiTableUpdateExecutor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AggregateNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/DotNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromClause.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElement.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementType.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromReferenceNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ImpliedFromElement.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IndexNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MethodNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/QueryNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/JoinProcessor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/LiteralProcessor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/PathHelper.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/SyntheticAndFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/QueryTranslatorImpl.java
M hibernate-core/src/main/java/org/hibernate/id/IdentifierGeneratorHelper.java
M hibernate-core/src/main/java/org/hibernate/id/IncrementGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/MultipleHiLoPerTableGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/SequenceGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/SequenceIdentityGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/OptimizerFactory.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/SequenceStructure.java
M hibernate-core/src/main/java/org/hibernate/id/factory/internal/DefaultIdentifierGeneratorFactory.java
M hibernate-core/src/main/java/org/hibernate/internal/AbstractScrollableResults.java
M hibernate-core/src/main/java/org/hibernate/internal/FilterHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/IteratorImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryRegistry.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/util/SerializationHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/collections/IdentityMap.java
M hibernate-core/src/main/java/org/hibernate/internal/util/xml/DTDEntityResolver.java
M hibernate-core/src/main/java/org/hibernate/internal/util/xml/MappingReader.java
M hibernate-core/src/main/java/org/hibernate/jmx/StatisticsService.java
M hibernate-core/src/main/java/org/hibernate/loader/Loader.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/BasicCollectionLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/OneToManyLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLCustomQuery.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLQueryReturnProcessor.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/CascadeEntityLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/CollectionElementLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/EntityLoader.java
M hibernate-core/src/main/java/org/hibernate/mapping/RootClass.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataImpl.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractPropertyMapping.java
M hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/DriverManagerConnectionProviderImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jmx/internal/JmxServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jndi/internal/JndiServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentParser.java
M hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentRenderer.java
M hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentTranslator.java
M hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentStatisticsImpl.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/DatabaseMetadata.java
M hibernate-core/src/main/java/org/hibernate/transform/DistinctResultTransformer.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/AbstractEntityTuplizer.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/DynamicMapEntityTuplizer.java
M hibernate-core/src/main/java/org/hibernate/type/BasicTypeRegistry.java
M hibernate-core/src/main/java/org/hibernate/type/DbTimestampType.java
M hibernate-core/src/main/java/org/hibernate/type/EnumType.java
M hibernate-core/src/main/java/org/hibernate/type/NullableType.java
M hibernate-core/src/main/java/org/hibernate/type/TypeFactory.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BasicExtractor.java
Log Message:
-----------
HHH-6732 more logging trace statements are missing guards against unneeded string creation
Commit: 22f9c7a132839078afdc80529a1c9aeceddb5fd8
https://github.com/hibernate/hibernate-core/commit/22f9c7a132839078afdc80...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-27 (Thu, 27 Oct 2011)
Changed paths:
M build.gradle
M changelog.txt
Log Message:
-----------
4.0.0.CR5 prep
Compare: https://github.com/hibernate/hibernate-core/compare/fccd878...22f9c7a
13 years
[hibernate/hibernate-core] 94f66c: HHH-6739 JtaIsolationDelegate.doTheWorkInNewTransa...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 94f66c39441c92b301659432e59560bfa18e7d1a
https://github.com/hibernate/hibernate-core/commit/94f66c39441c92b3016594...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaIsolationDelegate.java
Log Message:
-----------
HHH-6739 JtaIsolationDelegate.doTheWorkInNewTransaction fails to propagate or otherwise report caught exceptions
Commit: 129c0f13482b99e2705f0e234b6bc0572a95c271
https://github.com/hibernate/hibernate-core/commit/129c0f13482b99e2705f0e...
Author: Sanne Grinovero <sanne(a)hibernate.org>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/LazyInitializationException.java
M hibernate-core/src/main/java/org/hibernate/bytecode/internal/javassist/JavassistClassTransformer.java
M hibernate-core/src/main/java/org/hibernate/cache/internal/StandardQueryCache.java
M hibernate-core/src/main/java/org/hibernate/cache/spi/UpdateTimestampsCache.java
M hibernate-core/src/main/java/org/hibernate/cfg/AnnotationBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/BinderHelper.java
M hibernate-core/src/main/java/org/hibernate/cfg/CollectionSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/Configuration.java
M hibernate-core/src/main/java/org/hibernate/cfg/EJB3DTDEntityResolver.java
M hibernate-core/src/main/java/org/hibernate/cfg/Ejb3Column.java
M hibernate-core/src/main/java/org/hibernate/cfg/Environment.java
M hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/NamedSQLQuerySecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/SettingsFactory.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/CollectionBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/EntityBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ListBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/PropertyBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/QueryBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/ResultsetMappingSecondPass.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/SimpleValueBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/TableBinder.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/JPAOverridenAnnotationReader.java
M hibernate-core/src/main/java/org/hibernate/cfg/annotations/reflection/XMLContext.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/BeanValidationEventListener.java
M hibernate-core/src/main/java/org/hibernate/cfg/beanvalidation/TypeSafeActivator.java
M hibernate-core/src/main/java/org/hibernate/collection/internal/PersistentArrayHolder.java
M hibernate-core/src/main/java/org/hibernate/context/internal/JTASessionContext.java
M hibernate-core/src/main/java/org/hibernate/context/internal/ThreadLocalSessionContext.java
M hibernate-core/src/main/java/org/hibernate/dialect/DerbyDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/HSQLDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/Oracle9Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/OracleDialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/RDMSOS2200Dialect.java
M hibernate-core/src/main/java/org/hibernate/dialect/function/TemplateRenderer.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticReadUpdateLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/PessimisticWriteUpdateLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/lock/UpdateLockingStrategy.java
M hibernate-core/src/main/java/org/hibernate/dialect/resolver/BasicSQLExceptionConverter.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/Cascade.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/Collections.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/ParameterBinder.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/StatefulPersistenceContext.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/TwoPhaseLoad.java
M hibernate-core/src/main/java/org/hibernate/engine/internal/Versioning.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/ResultSetWrapperProxy.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/AbstractBatchImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchBuilderImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/BatchingBatch.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/batch/internal/NonBatchingBatch.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/JdbcServicesImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/LobCreatorBuilder.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/TypeInfoExtracter.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/AbstractResultSetProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/AbstractStatementProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/ConnectionProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/internal/proxy/PreparedStatementProxyHandler.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlExceptionHelper.java
M hibernate-core/src/main/java/org/hibernate/engine/jdbc/spi/SqlStatementLogger.java
M hibernate-core/src/main/java/org/hibernate/engine/loading/internal/CollectionLoadContext.java
M hibernate-core/src/main/java/org/hibernate/engine/loading/internal/EntityLoadContext.java
M hibernate-core/src/main/java/org/hibernate/engine/loading/internal/LoadContexts.java
M hibernate-core/src/main/java/org/hibernate/engine/profile/FetchProfile.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/HQLQueryPlan.java
M hibernate-core/src/main/java/org/hibernate/engine/query/spi/QueryPlanCache.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/ActionQueue.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/CascadingAction.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/CollectionEntry.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/IdentifierValue.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/QueryParameters.java
M hibernate-core/src/main/java/org/hibernate/engine/spi/VersionValue.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/SynchronizationRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/TransactionFactoryInitiator.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jdbc/JdbcIsolationDelegate.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jdbc/JdbcTransaction.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaIsolationDelegate.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/internal/jta/JtaTransaction.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/spi/AbstractTransactionImpl.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/synchronization/internal/RegisteredSynchronization.java
M hibernate-core/src/main/java/org/hibernate/engine/transaction/synchronization/internal/SynchronizationCallbackCoordinatorImpl.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractFlushingEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractLockUpgradeEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractReassociateEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/AbstractSaveEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultAutoFlushEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultDeleteEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultDirtyCheckEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultEvictEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultFlushEntityEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultInitializeCollectionEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultMergeEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultPersistEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultRefreshEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultReplicateEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/DefaultSaveOrUpdateEventListener.java
M hibernate-core/src/main/java/org/hibernate/event/internal/EventCache.java
M hibernate-core/src/main/java/org/hibernate/event/internal/EvictVisitor.java
M hibernate-core/src/main/java/org/hibernate/event/internal/ReattachVisitor.java
M hibernate-core/src/main/java/org/hibernate/event/internal/WrapVisitor.java
M hibernate-core/src/main/java/org/hibernate/exception/spi/SQLExceptionConverterFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/QuerySplitter.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlParser.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/HqlSqlWalker.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/QueryTranslatorImpl.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/SqlGenerator.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/AbstractStatementExecutor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/MultiTableDeleteExecutor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/exec/MultiTableUpdateExecutor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/AggregateNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/DotNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromClause.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElement.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromElementType.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/FromReferenceNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/ImpliedFromElement.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/IndexNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/MethodNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/tree/QueryNode.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/JoinProcessor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/LiteralProcessor.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/PathHelper.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/ast/util/SyntheticAndFactory.java
M hibernate-core/src/main/java/org/hibernate/hql/internal/classic/QueryTranslatorImpl.java
M hibernate-core/src/main/java/org/hibernate/id/IdentifierGeneratorHelper.java
M hibernate-core/src/main/java/org/hibernate/id/IncrementGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/MultipleHiLoPerTableGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/SequenceGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/SequenceIdentityGenerator.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/OptimizerFactory.java
M hibernate-core/src/main/java/org/hibernate/id/enhanced/SequenceStructure.java
M hibernate-core/src/main/java/org/hibernate/id/factory/internal/DefaultIdentifierGeneratorFactory.java
M hibernate-core/src/main/java/org/hibernate/internal/AbstractScrollableResults.java
M hibernate-core/src/main/java/org/hibernate/internal/FilterHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/IteratorImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionFactoryRegistry.java
M hibernate-core/src/main/java/org/hibernate/internal/SessionImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/StatelessSessionImpl.java
M hibernate-core/src/main/java/org/hibernate/internal/util/SerializationHelper.java
M hibernate-core/src/main/java/org/hibernate/internal/util/collections/IdentityMap.java
M hibernate-core/src/main/java/org/hibernate/internal/util/xml/DTDEntityResolver.java
M hibernate-core/src/main/java/org/hibernate/internal/util/xml/MappingReader.java
M hibernate-core/src/main/java/org/hibernate/jmx/StatisticsService.java
M hibernate-core/src/main/java/org/hibernate/loader/Loader.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/BasicCollectionLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/collection/OneToManyLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLCustomQuery.java
M hibernate-core/src/main/java/org/hibernate/loader/custom/sql/SQLQueryReturnProcessor.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/CascadeEntityLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/CollectionElementLoader.java
M hibernate-core/src/main/java/org/hibernate/loader/entity/EntityLoader.java
M hibernate-core/src/main/java/org/hibernate/mapping/RootClass.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/internal/MetadataImpl.java
M hibernate-core/src/main/java/org/hibernate/persister/collection/AbstractCollectionPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractEntityPersister.java
M hibernate-core/src/main/java/org/hibernate/persister/entity/AbstractPropertyMapping.java
M hibernate-core/src/main/java/org/hibernate/service/internal/AbstractServiceRegistryImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jdbc/connections/internal/DriverManagerConnectionProviderImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jmx/internal/JmxServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/service/jndi/internal/JndiServiceImpl.java
M hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentParser.java
M hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentRenderer.java
M hibernate-core/src/main/java/org/hibernate/sql/ordering/antlr/OrderByFragmentTranslator.java
M hibernate-core/src/main/java/org/hibernate/stat/internal/ConcurrentStatisticsImpl.java
M hibernate-core/src/main/java/org/hibernate/tool/hbm2ddl/DatabaseMetadata.java
M hibernate-core/src/main/java/org/hibernate/transform/DistinctResultTransformer.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/AbstractEntityTuplizer.java
M hibernate-core/src/main/java/org/hibernate/tuple/entity/DynamicMapEntityTuplizer.java
M hibernate-core/src/main/java/org/hibernate/type/BasicTypeRegistry.java
M hibernate-core/src/main/java/org/hibernate/type/DbTimestampType.java
M hibernate-core/src/main/java/org/hibernate/type/EnumType.java
M hibernate-core/src/main/java/org/hibernate/type/NullableType.java
M hibernate-core/src/main/java/org/hibernate/type/TypeFactory.java
M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BasicExtractor.java
Log Message:
-----------
HHH-6732 more logging trace statements are missing guards against unneeded string creation
Compare: https://github.com/hibernate/hibernate-core/compare/11d8a86...129c0f1
13 years
[hibernate/hibernate-core] 0891f7: Update 3.6.8.Final 3.6.9-SNAPSHOT
by noreply@github.com
Branch: refs/heads/3.6
Home: https://github.com/hibernate/hibernate-core
Commit: 0891f7a079648ac274a26c0f7c6be4a366ae7e5a
https://github.com/hibernate/hibernate-core/commit/0891f7a079648ac274a26c...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-c3p0/pom.xml
M hibernate-core/pom.xml
M hibernate-distribution/pom.xml
M hibernate-documentation/devguide/pom.xml
M hibernate-documentation/envers/pom.xml
M hibernate-documentation/jbosscache2/pom.xml
M hibernate-documentation/manual/pom.xml
M hibernate-documentation/pom.xml
M hibernate-documentation/quickstart/pom.xml
M hibernate-documentation/quickstart/tutorials/annotations/pom.xml
M hibernate-documentation/quickstart/tutorials/basic/pom.xml
M hibernate-documentation/quickstart/tutorials/entitymanager/pom.xml
M hibernate-documentation/quickstart/tutorials/envers/pom.xml
M hibernate-documentation/quickstart/tutorials/pom.xml
M hibernate-ehcache/pom.xml
M hibernate-entitymanager/pom.xml
M hibernate-envers/pom.xml
M hibernate-infinispan/pom.xml
M hibernate-jbosscache/pom.xml
M hibernate-jdbc3-testing/pom.xml
M hibernate-jdbc4-testing/pom.xml
M hibernate-oscache/pom.xml
M hibernate-parent/pom.xml
M hibernate-proxool/pom.xml
M hibernate-swarmcache/pom.xml
M hibernate-testing/pom.xml
M hibernate-testsuite/pom.xml
M pom.xml
Log Message:
-----------
Update 3.6.8.Final 3.6.9-SNAPSHOT
13 years
[hibernate/hibernate-core] 80a1b3: Update 3.6.8-SNAPSHOT to 3.6.8.Final
by noreply@github.com
Branch: refs/heads/3.6
Home: https://github.com/hibernate/hibernate-core
Commit: 80a1b36ccb490e7e98c29f47f7fddadb53696054
https://github.com/hibernate/hibernate-core/commit/80a1b36ccb490e7e98c29f...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2011-10-26 (Wed, 26 Oct 2011)
Changed paths:
M hibernate-c3p0/pom.xml
M hibernate-core/pom.xml
M hibernate-distribution/pom.xml
M hibernate-documentation/devguide/pom.xml
M hibernate-documentation/envers/pom.xml
M hibernate-documentation/jbosscache2/pom.xml
M hibernate-documentation/manual/pom.xml
M hibernate-documentation/pom.xml
M hibernate-documentation/quickstart/pom.xml
M hibernate-documentation/quickstart/tutorials/annotations/pom.xml
M hibernate-documentation/quickstart/tutorials/basic/pom.xml
M hibernate-documentation/quickstart/tutorials/entitymanager/pom.xml
M hibernate-documentation/quickstart/tutorials/envers/pom.xml
M hibernate-documentation/quickstart/tutorials/pom.xml
M hibernate-ehcache/pom.xml
M hibernate-entitymanager/pom.xml
M hibernate-envers/pom.xml
M hibernate-infinispan/pom.xml
M hibernate-jbosscache/pom.xml
M hibernate-jdbc3-testing/pom.xml
M hibernate-jdbc4-testing/pom.xml
M hibernate-oscache/pom.xml
M hibernate-parent/pom.xml
M hibernate-proxool/pom.xml
M hibernate-swarmcache/pom.xml
M hibernate-testing/pom.xml
M hibernate-testsuite/pom.xml
M pom.xml
Log Message:
-----------
Update 3.6.8-SNAPSHOT to 3.6.8.Final
13 years