[hibernate-commits] [hibernate/hibernate-core] 1da226: HHH-5966 - Finish up loose ends for overriding a S...

noreply at github.com noreply at github.com
Sat Apr 2 19:32:26 EDT 2011


Branch: refs/heads/master
Home:   https://github.com/hibernate/hibernate-core

Commit: 1da2262a4ac6d59ad7ba724aa77e77442bf4a45a
    https://github.com/hibernate/hibernate-core/commit/1da2262a4ac6d59ad7ba724aa77e77442bf4a45a
Author: Steve Ebersole <steve at hibernate.org>
Date:   2011-04-02 (Sat, 02 Apr 2011)

Changed paths:
  M hibernate-core/src/main/java/org/hibernate/dialect/Dialect.java
  M hibernate-core/src/main/java/org/hibernate/type/AbstractStandardBasicType.java
  M hibernate-core/src/main/java/org/hibernate/type/PostgresUUIDType.java
  M hibernate-core/src/main/java/org/hibernate/type/StandardBasicTypes.java
  M hibernate-core/src/main/java/org/hibernate/type/TypeResolver.java
  M hibernate-core/src/main/java/org/hibernate/type/descriptor/WrapperOptions.java
  M hibernate-core/src/main/java/org/hibernate/type/descriptor/sql/BigIntTypeDescriptor.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/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/IntegerTypeDescriptor.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/SqlTypeDescriptor.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
  M hibernate-core/src/test/java/org/hibernate/test/typeoverride/H2DialectOverridePrefixedVarcharSqlTypeDesc.java
  M hibernate-core/src/test/java/org/hibernate/test/typeoverride/StoredPrefixedStringType.java
  M hibernate-core/src/test/java/org/hibernate/test/typeoverride/TypeOverrideTest.java
  M hibernate-core/src/test/java/org/hibernate/type/descriptor/sql/StringValueMappingTest.java

Log Message:
-----------
HHH-5966 - Finish up loose ends for overriding a SqlTypeDescriptor




More information about the hibernate-commits mailing list