Uses of Interface
org.hibernate.type.descriptor.sql.SqlTypeDescriptor

Packages that use SqlTypeDescriptor
org.hibernate.dialect This package abstracts the SQL dialect of the underlying database. 
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
org.hibernate.type.descriptor   
org.hibernate.type.descriptor.sql Defines handling of the standard JDBC-defined types, as declared by Types
 

Uses of SqlTypeDescriptor in org.hibernate.dialect
 

Methods in org.hibernate.dialect that return SqlTypeDescriptor
 SqlTypeDescriptor PostgreSQL81Dialect.getSqlTypeDescriptorOverride(int sqlCode)
          Returns the SqlTypeDescriptor that should be used to handle the given JDBC type code.
protected  SqlTypeDescriptor Oracle8iDialect.getSqlTypeDescriptorOverride(int sqlCode)
           
protected  SqlTypeDescriptor SQLServerDialect.getSqlTypeDescriptorOverride(int sqlCode)
          Returns the SqlTypeDescriptor that should be used to handle the given JDBC type code.
protected  SqlTypeDescriptor Dialect.getSqlTypeDescriptorOverride(int sqlCode)
          Returns the SqlTypeDescriptor that should be used to handle the given JDBC type code.
protected  SqlTypeDescriptor SybaseASE15Dialect.getSqlTypeDescriptorOverride(int sqlCode)
           
protected  SqlTypeDescriptor DB2Dialect.getSqlTypeDescriptorOverride(int sqlCode)
           
 SqlTypeDescriptor Dialect.remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
          Allows the dialect to override a SqlTypeDescriptor.
 

Methods in org.hibernate.dialect with parameters of type SqlTypeDescriptor
 SqlTypeDescriptor Dialect.remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
          Allows the dialect to override a SqlTypeDescriptor.
 

Uses of SqlTypeDescriptor in org.hibernate.type
 

Classes in org.hibernate.type that implement SqlTypeDescriptor
static class PostgresUUIDType.PostgresUUIDSqlTypeDescriptor
           
 

Methods in org.hibernate.type that return SqlTypeDescriptor
 SqlTypeDescriptor AbstractStandardBasicType.getSqlTypeDescriptor()
           
protected  SqlTypeDescriptor AbstractStandardBasicType.remapSqlTypeDescriptor(WrapperOptions options)
           
 

Constructors in org.hibernate.type with parameters of type SqlTypeDescriptor
AbstractSingleColumnStandardBasicType(SqlTypeDescriptor sqlTypeDescriptor, JavaTypeDescriptor<T> javaTypeDescriptor)
           
AbstractStandardBasicType(SqlTypeDescriptor sqlTypeDescriptor, JavaTypeDescriptor<T> javaTypeDescriptor)
           
BooleanType(SqlTypeDescriptor sqlTypeDescriptor, BooleanTypeDescriptor javaTypeDescriptor)
           
 

Uses of SqlTypeDescriptor in org.hibernate.type.descriptor
 

Methods in org.hibernate.type.descriptor that return SqlTypeDescriptor
 SqlTypeDescriptor WrapperOptions.remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
          Allow remapping of descriptors for dealing with sql type.
 

Methods in org.hibernate.type.descriptor with parameters of type SqlTypeDescriptor
 SqlTypeDescriptor WrapperOptions.remapSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
          Allow remapping of descriptors for dealing with sql type.
 

Uses of SqlTypeDescriptor in org.hibernate.type.descriptor.sql
 

Classes in org.hibernate.type.descriptor.sql that implement SqlTypeDescriptor
 class BigIntTypeDescriptor
          Descriptor for BIGINT handling.
 class BinaryTypeDescriptor
          Descriptor for BINARY handling.
 class BitTypeDescriptor
          Descriptor for BIT handling.
 class BlobTypeDescriptor
          Descriptor for BLOB handling.
 class BooleanTypeDescriptor
          Descriptor for BOOLEAN handling.
 class CharTypeDescriptor
          Descriptor for CHAR handling.
 class ClobTypeDescriptor
          Descriptor for CLOB handling.
 class DateTypeDescriptor
          Descriptor for DATE handling.
 class DecimalTypeDescriptor
          Descriptor for DECIMAL handling.
 class DoubleTypeDescriptor
          Descriptor for DOUBLE handling.
 class FloatTypeDescriptor
          Descriptor for FLOAT handling.
 class IntegerTypeDescriptor
          Descriptor for INTEGER handling.
 class LongVarbinaryTypeDescriptor
          Descriptor for LONGVARBINARY handling.
 class LongVarcharTypeDescriptor
          Descriptor for LONGVARCHAR handling.
 class NumericTypeDescriptor
          Descriptor for NUMERIC handling.
 class RealTypeDescriptor
          Descriptor for REAL handling.
 class SmallIntTypeDescriptor
          Descriptor for SMALLINT handling.
 class TimestampTypeDescriptor
          Descriptor for TIMESTAMP handling.
 class TimeTypeDescriptor
          Descriptor for TIME handling.
 class TinyIntTypeDescriptor
          Descriptor for TINYINT handling.
 class VarbinaryTypeDescriptor
          Descriptor for VARBINARY handling.
 class VarcharTypeDescriptor
          Descriptor for VARCHAR handling.
 

Methods in org.hibernate.type.descriptor.sql that return SqlTypeDescriptor
 SqlTypeDescriptor BasicExtractor.getSqlDescriptor()
           
 SqlTypeDescriptor BasicBinder.getSqlDescriptor()
           
 

Constructors in org.hibernate.type.descriptor.sql with parameters of type SqlTypeDescriptor
BasicBinder(JavaTypeDescriptor<J> javaDescriptor, SqlTypeDescriptor sqlDescriptor)
           
BasicExtractor(JavaTypeDescriptor<J> javaDescriptor, SqlTypeDescriptor sqlDescriptor)
           
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.