Branch: refs/heads/metamodel
Home:
https://github.com/hibernate/hibernate-orm
Commit: 672368931f22c02e5a3a7c847900f17e114867c1
https://github.com/hibernate/hibernate-orm/commit/672368931f22c02e5a3a7c8...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2012-08-01 (Wed, 01 Aug 2012)
Changed paths:
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractBook.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractCompiledCode.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/AbstractLobTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Book.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CharacterArrayTextType.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/CompiledCode.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Dog.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/Editor.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImageHolder.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/ImageTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LobTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LongStringHolder.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/MaterializedBlobEntity.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/MaterializedBlobTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/PrimitiveCharacterArrayTextType.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/SerializableToImageType.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/TextTest.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedBook.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedCompiledCode.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/VersionedLobTest.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/lob/WrappedImageType.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/package-info.java
Log Message:
-----------
HHH-7484 Removing obsolete //$Id$ and adding missing license headers (no functional
changes)
Commit: a5f64e2d03948f0090ea721d938c24010467aa74
https://github.com/hibernate/hibernate-orm/commit/a5f64e2d03948f0090ea721...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2012-08-01 (Wed, 01 Aug 2012)
Changed paths:
M
hibernate-testing/src/main/java/org/hibernate/testing/junit4/BeforeClassCallbackHandler.java
Log Message:
-----------
HHH-7484 typo
Commit: e2dfecc1b1e3c508f7293f3528ceb8b5d8251040
https://github.com/hibernate/hibernate-orm/commit/e2dfecc1b1e3c508f7293f3...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2012-08-01 (Wed, 01 Aug 2012)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/EntityHierarchyBuilder.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntitySourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/RootEntitySourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/spi/source/EntityHierarchy.java
M hibernate-core/src/test/java/org/hibernate/test/annotations/lob/LobTest.java
Log Message:
-----------
HHH-7484 Starting to add support for mapped superclasses
Commit: 8dfa264df13e0fe26bb4f0d6e284c881162c63d1
https://github.com/hibernate/hibernate-orm/commit/8dfa264df13e0fe26bb4f0d...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2012-08-01 (Wed, 01 Aug 2012)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/metamodel/internal/Binder.java
Log Message:
-----------
HHH-7484 Import cleanup
Commit: d8c4c266dfd6dd7662b4571084053436a1843ae1
https://github.com/hibernate/hibernate-orm/commit/d8c4c266dfd6dd7662b4571...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2012-08-01 (Wed, 01 Aug 2012)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/Column.java
Log Message:
-----------
HHH-7484 Setting the default value for column definition to null instead of empty
string
Commit: 57be2cfff0f588ce60e6683ce7c4aedba54c42c0
https://github.com/hibernate/hibernate-orm/commit/57be2cfff0f588ce60e6683...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2012-08-01 (Wed, 01 Aug 2012)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/ColumnSourceImpl.java
Log Message:
-----------
HHH-7484 Removing unnecessary ColumnSourceImpl#resolveColumnName
Commit: d6bb126c04a53873263e4ace99631e91f12749ff
https://github.com/hibernate/hibernate-orm/commit/d6bb126c04a53873263e4ac...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2012-08-01 (Wed, 01 Aug 2012)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntitySourceImpl.java
Log Message:
-----------
HHH-7484 Formatting
Commit: c4b0a58f553c92336b657542deeb4a6319e2426b
https://github.com/hibernate/hibernate-orm/commit/c4b0a58f553c92336b65754...
Author: Hardy Ferentschik <hardy(a)hibernate.org>
Date: 2012-08-01 (Wed, 01 Aug 2012)
Changed paths:
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/EntityHierarchyBuilder.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/attribute/PluralAttributeSourceImpl.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/ConfiguredClass.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/EntityClass.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/JpaCallbackSourceImpl.java
A
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/MappedSuperclass.java
M
hibernate-core/src/main/java/org/hibernate/metamodel/internal/source/annotations/entity/RootEntitySourceImpl.java
Log Message:
-----------
HHH-7484 Introducing a MappedSuperclass (just used as a marker atm) and added special
constructor for root entity.
Fixed handling of discriminator column. If there are no subclasses and the discriminator
column is not forced no column should be generated
Compare:
https://github.com/hibernate/hibernate-orm/compare/7f3ad01b507a...c4b0a58...