Branch: refs/heads/metamodel
Home:
https://github.com/hibernate/hibernate-orm
Commit: 2fdf563999f19636f4f687e4fba2e9b001e8c48b
https://github.com/hibernate/hibernate-orm/commit/2fdf563999f19636f4f687e...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-10-20 (Sat, 20 Oct 2012)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/jpa/version/JpaSpecVersionValueUpdatingTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/CascadeTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/identity/MultiCircleJpaCascadeIdentityTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/cascade/multicircle/jpa/sequence/MultiCircleJpaCascadeSequenceTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/entity/Java5FeaturesTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/fetch/FetchingTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
M
hibernate-core/src/test/java/org/hibernate/test/collectionalias/CollectionAliasTest.java
M
hibernate-core/src/test/java/org/hibernate/test/collectionalias/ReorderedMappingsCollectionAliasTest.java
M
hibernate-core/src/test/java/org/hibernate/test/dirtiness/CustomDirtinessStrategyTest.java
M
hibernate-core/src/test/java/org/hibernate/test/flush/TestAutoFlushBeforeQueryExecution.java
M
hibernate-core/src/test/java/org/hibernate/test/flush/TestCollectionInitializingDuringFlush.java
M
hibernate-core/src/test/java/org/hibernate/test/naturalid/mutable/cached/CachedMutableNaturalIdTest.java
M hibernate-core/src/test/java/org/hibernate/test/typedescriptor/ByteTest.java
Log Message:
-----------
HHH-7459 remove FailureExpectedWithNewMetamodel from fixed tests
Commit: 5cd3f85ac5b464326b57f45eb0054b1385287c45
https://github.com/hibernate/hibernate-orm/commit/5cd3f85ac5b464326b57f45...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-10-20 (Sat, 20 Oct 2012)
Changed paths:
R
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/OneToManyAttributeElementSourceImpl.java
Log Message:
-----------
HHH-7459 remove unused class
Commit: 845c757e07320648f9228dcdda737d3692c75566
https://github.com/hibernate/hibernate-orm/commit/845c757e07320648f9228dc...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-10-20 (Sat, 20 Oct 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/Tuplizer.java
M
hibernate-core/src/main/java/org/hibernate/event/internal/DefaultLoadEventListener.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/OneToManyPluralAttributeElementSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PluralAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ToOneAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/AssociationAttribute.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/PluralAssociationAttribute.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ManyToOneAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/ManyToOneAttributeBinding.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/SingularAssociationAttributeBinding.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ToOneAttributeSource.java
M hibernate-core/src/main/java/org/hibernate/type/EnumType.java
Log Message:
-----------
HHH-7459 lazyness is not processed correctly
Commit: 98603cce8644268132f00992821e6e3bcd7a584d
https://github.com/hibernate/hibernate-orm/commit/98603cce8644268132f0099...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-10-20 (Sat, 20 Oct 2012)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/PluralAttributeKeySourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/util/JandexHelper.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractPluralAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/PluralAttributeKeySourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/PluralAttributeKeyBinding.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeKeySource.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/PluralAttributeSource.java
Log Message:
-----------
HHH-7459 inverse attribute resolution w/ mappedBy enabled ( the Annotation case ), since
from Annotation perspective, we don't have the inversed key, so, have to do the
mappedBy attribute look up
Commit: 210a7f27073c2a0232625aa4a3567cf97da4ea10
https://github.com/hibernate/hibernate-orm/commit/210a7f27073c2a0232625aa...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-10-20 (Sat, 20 Oct 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
Log Message:
-----------
HHH-7459 inverse attribute resolution w/ mappedBy enabled ( the Annotation case ), since
from Annotation perspective, we don't have the inversed key, so, have to do the
mappedBy attribute look up
Commit: d2a76dbe1a6f0cb0a7cc9261134ab76813e125c4
https://github.com/hibernate/hibernate-orm/commit/d2a76dbe1a6f0cb0a7cc926...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-10-20 (Sat, 20 Oct 2012)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/annotations/access/jpa/AccessTest.java
Log Message:
-----------
HHH-7459 test fixed
Compare:
https://github.com/hibernate/hibernate-orm/compare/22b0203ea737...d2a76db...