Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-core
Commit: ceda40b686c528a3c1179ef37061850f43da2f57
https://github.com/hibernate/hibernate-core/commit/ceda40b686c528a3c1179e...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-22 (Fri, 22 Jul 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/binding/AttributeBinding.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AssociationAttribute.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/MappedAttribute.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SimpleAttribute.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SingularAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClass.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/AttributeSource.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/RelationalValueSourceContainer.java
A
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/AccessBindingTests.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/BaseAnnotationBindingTestCase.java
Log Message:
-----------
HHH-6476 implementing AttributeSource.getPropertyAccessorName and adding tests