Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-core
Commit: 425f41f5d67b0785244f50688c5f1f18112ad37c
https://github.com/hibernate/hibernate-core/commit/425f41f5d67b0785244f50...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-29 (Fri, 29 Jul 2011)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ComponentAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClass.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableBindingTest.java
Log Message:
-----------
HHH-6495 Implementing ComponentAttributeSource#getPath and re-enabling EmbeddableBinding
test. Still not sure about all the different implementation in
ComponentAttributeSourceImpl. Most of them just don't seem to be relevant.