Branch: refs/heads/4.3
Home:
https://github.com/hibernate/hibernate-orm
Commit: decb673bddd5b31ea24b8dbfef04ae728e21dfe4
https://github.com/hibernate/hibernate-orm/commit/decb673bddd5b31ea24b8db...
Author: Gail Badner <gbadner(a)redhat.com>
Date: 2014-03-27 (Thu, 27 Mar 2014)
Changed paths:
M
hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/NestedEmbeddableMetadataTest.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/fieldaccess/Customer.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/fieldaccess/FieldAccessedNestedEmbeddableMetadataTest.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/fieldaccess/Investment.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/embeddables/nested/fieldaccess/MonetaryAmount.java
Log Message:
-----------
HHH-9089 : Test case that shows annotations on fields in nested embeddable collection
elements are ignored