Uses of Interface
org.hibernate.type.descriptor.jdbc.SqlTypedJdbcType
-
Packages that use SqlTypedJdbcType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.type.descriptor.jdbc Defines handling of almost the full range of standard JDBC-defined SQL data types.org.hibernate.type.descriptor.jdbc.internal org.hibernate.type.descriptor.jdbc.spi -
-
Uses of SqlTypedJdbcType in org.hibernate.dialect
Classes in org.hibernate.dialect that implement SqlTypedJdbcType Modifier and Type Class Description class
AbstractPostgreSQLStructJdbcType
Implementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.class
DB2StructJdbcType
DB2 supports UDTs but not in JDBC, so there is a feature called "transforms", which allows to specify an automatic translation from one data type to another.class
OracleArrayJdbcType
Descriptor forARRAY
handling.class
OracleBaseStructJdbcType
class
OracleNestedTableJdbcType
Descriptor forTABLE
handling.class
OracleReflectionStructJdbcType
class
OracleStructJdbcType
class
PostgreSQLStructCastingJdbcType
class
PostgreSQLStructPGObjectJdbcType
class
StructJdbcType
-
Uses of SqlTypedJdbcType in org.hibernate.type.descriptor.jdbc
Subinterfaces of SqlTypedJdbcType in org.hibernate.type.descriptor.jdbc Modifier and Type Interface Description interface
StructJdbcType
-
Uses of SqlTypedJdbcType in org.hibernate.type.descriptor.jdbc.internal
Classes in org.hibernate.type.descriptor.jdbc.internal that implement SqlTypedJdbcType Modifier and Type Class Description class
DelayedStructJdbcType
Descriptor forSTRUCT
handling, which is only a temporary placeholder. -
Uses of SqlTypedJdbcType in org.hibernate.type.descriptor.jdbc.spi
Methods in org.hibernate.type.descriptor.jdbc.spi that return SqlTypedJdbcType Modifier and Type Method Description SqlTypedJdbcType
JdbcTypeRegistry. findSqlTypedDescriptor(String sqlTypeName)
-