Branch: refs/heads/metamodel
Home:
https://github.com/hibernate/hibernate-orm
Commit: 0ddb9b914a4a0937bc2734eb6e883f1838cb68ea
https://github.com/hibernate/hibernate-orm/commit/0ddb9b914a4a0937bc2734e...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2012-12-26 (Wed, 26 Dec 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/ComponentAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SecondaryTableSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/SingularAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/AbstractComponentAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/KeyAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/ManyToOneAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/OneToOneAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/PropertyAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/RootEntitySourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SecondaryTableSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/SingularIdentifierAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/TimestampAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/hbm/VersionAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/EntityBinding.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/binding/SecondaryTable.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/AttributeRelationalValueSourceContainer.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SecondaryTableSource.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/SingularAttributeSource.java
M
hibernate-core/src/main/java/org/hibernate/persister/entity/SingleTableEntityPersister.java
M
hibernate-core/src/test/java/org/hibernate/test/collection/original/CollectionTest.java
M
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/EntityWithInverseOneToManyJoinTest.java
M
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinFailureExpectedTest.java
M
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/inverse/VersionedEntityWithInverseOneToManyJoinTest.java
M
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/EntityWithNonInverseOneToManyJoinTest.java
M
hibernate-core/src/test/java/org/hibernate/test/immutable/entitywithmutablecollection/noninverse/VersionedEntityWithNonInverseOneToManyJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/join/JoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/join/OptionalJoinTest.java
M hibernate-core/src/test/java/org/hibernate/test/onetomany/OneToManyTest.java
Log Message:
-----------
HHH-6391 : Add support for joined attributes