[hibernate/hibernate-core] 0ff0e6: HHH-6535 Implementing support for @o.h.a.Target al...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: 0ff0e6e0627f4173d772ebe29e6b7e4547bca733
https://github.com/hibernate/hibernate-core/commit/0ff0e6e0627f4173d772eb...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-08-02 (Tue, 02 Aug 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/domain/Type.java
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/main/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableHierarchy.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/binder/Binder.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableBindingTest.java
Log Message:
-----------
HHH-6535 Implementing support for @o.h.a.Target also fixing bug using ConfiguredClass.getClass() instead of ConfiguredClass.getConfiguredClass
13 years, 5 months
[hibernate/hibernate-core] ca7a1e: HHH-6393 Making the name of the test classes consi...
by noreply@github.com
Branch: refs/heads/master
Home: https://github.com/hibernate/hibernate-core
Commit: ca7a1e284f0ec1bf1de62062bc87ad1204c37ecd
https://github.com/hibernate/hibernate-core/commit/ca7a1e284f0ec1bf1de620...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-08-01 (Mon, 01 Aug 2011)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/MappedAttribute.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableBindingTest.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddedIdTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddedIdTests.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EnumeratedBindingTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EnumeratedBindingTests.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/SynchronizeBindingTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/SynchronizeBindingTests.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/TableNameTest.java
A hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/TemporalBindingTest.java
R hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/TemporalBindingTests.java
Log Message:
-----------
HHH-6393 Making the name of the test classes consistent
Commit: e875bb6004357e63c94f1f186c71da1685502e8a
https://github.com/hibernate/hibernate-core/commit/e875bb6004357e63c94f1f...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2011-08-01 (Mon, 01 Aug 2011)
Changed paths:
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/ColumnValuesSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/attribute/SimpleIdentifierSourceImpl.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/ComponentAttributeSourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/EntitySourceImpl.java
M hibernate-core/src/main/java/org/hibernate/metamodel/source/annotations/entity/RootEntitySourceImpl.java
M hibernate-core/src/test/java/org/hibernate/metamodel/source/annotations/entity/EmbeddableBindingTest.java
Log Message:
-----------
HHH-6393 First cut of attribute overrides for embeddables
Compare: https://github.com/hibernate/hibernate-core/compare/b8cc897...e875bb6
13 years, 5 months