Branch: refs/heads/master
Home:
https://github.com/hibernate/hibernate-orm
Commit: 87fb8af34f0e02ef250a85815fb82c58af09a45d
https://github.com/hibernate/hibernate-orm/commit/87fb8af34f0e02ef250a858...
Author: soldierkam <soldier.kam(a)gmail.com>
Date: 2016-05-18 (Wed, 18 May 2016)
Changed paths:
M hibernate-core/src/main/java/org/hibernate/annotations/Immutable.java
M
hibernate-core/src/main/java/org/hibernate/type/descriptor/java/JavaTypeDescriptorRegistry.java
M
hibernate-core/src/main/java/org/hibernate/type/descriptor/java/SerializableTypeDescriptor.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Caption.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/CaptionConverter.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Exif.java
A
hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ExifConverter.java
M
hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/ImmutableTest.java
A hibernate-core/src/test/java/org/hibernate/test/annotations/immutable/Photo.java
Log Message:
-----------
HHH-10714 - Add support for @Immutable attribute types