[hibernate-commits] [hibernate/hibernate-orm] a73648: HHH-9678 - Change built-in SqlTypeDescriptor impls...

GitHub noreply at github.com
Mon Mar 23 12:26:43 EDT 2015


  Branch: refs/heads/4.3
  Home:   https://github.com/hibernate/hibernate-orm
  Commit: a736487745f91e548a8ecbd26278615ca2331e35
      https://github.com/hibernate/hibernate-orm/commit/a736487745f91e548a8ecbd26278615ca2331e35
  Author: Steve Ebersole <steve at hibernate.org>
  Date:   2015-03-23 (Mon, 23 Mar 2015)

  Changed paths:
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BigIntTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BinaryTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BitTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BlobTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BooleanTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/CharTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/ClobTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/DateTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/DecimalTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/DoubleTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/FloatTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/IntegerTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/LongNVarcharTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/LongVarbinaryTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/LongVarcharTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/NCharTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/NClobTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/NVarcharTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/NumericTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/RealTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/SmallIntTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/SqlTypeDescriptorRegistry.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/TimeTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/TimestampTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/TinyIntTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/VarbinaryTypeDescriptor.java
    M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/VarcharTypeDescriptor.java

  Log Message:
  -----------
  HHH-9678 - Change built-in SqlTypeDescriptor impls to not auto-register themselves with SqlTypeDescriptorRegistry

(cherry picked from commit f6322b5cddb0063231eb590a24f9dddfbe7a1507)

Conflicts:
	working-5.0-migration-guide.md




More information about the hibernate-commits mailing list