Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-core
Commit: 683478674cc4041550199c00bd34852751b55688
https://github.com/hibernate/hibernate-core/commit/683478674cc4041550199c...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-08-04 (Thu, 04 Aug 2011)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/IdentifierSource.java
Log Message:
-----------
HHH-6537 formatting
Commit: eb766cc0f77adcf56625625890dcd8bd00a93081
https://github.com/hibernate/hibernate-core/commit/eb766cc0f77adcf5662562...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-08-04 (Thu, 04 Aug 2011)
Changed paths:
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/EnumConversionHelper.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/JandexHelper.java
R
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/TypeEnumConversionHelper.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AssociationAttribute.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AttributeNature.java
R
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AttributeType.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/BasicAttribute.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ColumnSourceImpl.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/SingularAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ToOneAttributeSourceImpl.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/annotations/entity/EntityClass.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/IdGeneratorBinder.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/ColumnSource.java
Log Message:
-----------
HHH-6537 Getting AssociationAttribute into shape. Parsing more association attributes
and implementing missing attributes in ToOneAttributeSourceImpl.
Preperation for adding @MapsId
Compare:
https://github.com/hibernate/hibernate-core/compare/cefa777...eb766cc