[hibernate-commits] [hibernate/hibernate-orm] 87fb8a: HHH-10714 - Add support for @Immutable attribute t...
    GitHub 
    noreply at github.com
       
    Wed May 18 10:35:44 EDT 2016
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: 87fb8af34f0e02ef250a85815fb82c58af09a45d
      https://github.com/hibernate/hibernate-orm/commit/87fb8af34f0e02ef250a85815fb82c58af09a45d
  Author: soldierkam <soldier.kam at 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
    
    
More information about the hibernate-commits
mailing list