Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-core
Commit: a353d34f780d5b6af6d4a2b228cd488bd913201d
https://github.com/hibernate/hibernate-core/commit/a353d34f780d5b6af6d4a2...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-11 (Mon, 11 Jul 2011)
Changed paths:
A
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/AttributeOverride.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/ColumnValues.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/ConfiguredClass.java
Log Message:
-----------
HHH-6392 Introducing a container for the attribute override values
Commit: 77004f5fe25243c399501500b89d97282817f314
https://github.com/hibernate/hibernate-core/commit/77004f5fe25243c3995015...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-07-11 (Mon, 11 Jul 2011)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntityBinder.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/FetchProfileBinder.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/FilterDefBinder.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/annotations/global/QueryBinder.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/TableBinder.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/global/TypeDefBinder.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/util/JandexHelper.java
M
hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/util/JandexHelperTest.java
Log Message:
-----------
HHH-6392 Starting to refactor JandexHelper
Compare:
https://github.com/hibernate/hibernate-core/compare/b413299...77004f5