|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
---|---|
protected SqlTypeDescriptor |
DB2Dialect.getSqlTypeDescriptorOverride(int sqlCode)
|
protected SqlTypeDescriptor |
SybaseDialect.getSqlTypeDescriptorOverride(int sqlCode)
|
protected SqlTypeDescriptor |
SybaseASE15Dialect.getSqlTypeDescriptorOverride(int sqlCode)
|
protected SqlTypeDescriptor |
Dialect.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. |
SqlTypeDescriptor |
PostgreSQL81Dialect.getSqlTypeDescriptorOverride(int sqlCode)
Returns the SqlTypeDescriptor that should be used to handle the given JDBC type code. |
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)
|
Methods in org.hibernate.type with parameters of type SqlTypeDescriptor | |
---|---|
void |
AbstractStandardBasicType.setSqlTypeDescriptor(SqlTypeDescriptor sqlTypeDescriptor)
|
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 |
LongNVarcharTypeDescriptor
Descriptor for LONGNVARCHAR handling. |
class |
LongVarbinaryTypeDescriptor
Descriptor for LONGVARBINARY handling. |
class |
LongVarcharTypeDescriptor
Descriptor for LONGVARCHAR handling. |
class |
NCharTypeDescriptor
|
class |
NClobTypeDescriptor
Descriptor for NCLOB handling. |
class |
NumericTypeDescriptor
Descriptor for NUMERIC handling. |
class |
NVarcharTypeDescriptor
Descriptor for NVARCHAR 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)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |