Branch: refs/heads/metamodel
Home:
https://github.com/hibernate/hibernate-orm
Commit: e543f060aa4f28c9821088e9fcb020e1161e0cb2
https://github.com/hibernate/hibernate-orm/commit/e543f060aa4f28c9821088e...
Author: Strong Liu <stliu(a)hibernate.org>
Date: 2012-10-10 (Wed, 10 Oct 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/cfg/HbmBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/HibernateTypeHelper.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/hbm/AbstractPluralAttributeSourceImpl.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/source/FetchableAttributeSource.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/ToOneAttributeSource.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/internal/source/annotations/entity/NaturalIdBindingTests.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/naturalid/NaturalIdOnSingleManyToOneTest.java
M
hibernate-core/src/test/java/org/hibernate/test/sql/autodiscovery/AutoDiscoveryTest.java
Log Message:
-----------
HHH-7459 continue on the @ManyToOne support, now the fk column name is working