Uses of Interface
org.hibernate.type.descriptor.jdbc.AggregateJdbcType
-
Packages that use AggregateJdbcType 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 AggregateJdbcType in org.hibernate.dialect
Classes in org.hibernate.dialect that implement AggregateJdbcType Modifier and Type Class Description class
AbstractPostgreSQLJsonPGObjectType
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
H2JsonJdbcType
H2 requires binding JSON viasetBytes
methods.class
MySQLCastingJsonJdbcType
class
OracleBaseStructJdbcType
class
OracleJsonJdbcType
Specialized type mapping forJSON
and the JSON SQL data type for Oracle.class
OracleReflectionStructJdbcType
class
OracleStructJdbcType
class
OracleXmlJdbcType
class
PostgreSQLCastingJsonJdbcType
class
PostgreSQLJsonPGObjectJsonbType
class
PostgreSQLJsonPGObjectJsonType
class
PostgreSQLStructCastingJdbcType
class
PostgreSQLStructPGObjectJdbcType
class
StructJdbcType
Fields in org.hibernate.dialect declared as AggregateJdbcType Modifier and Type Field Description static AggregateJdbcType
OracleReflectionStructJdbcType. INSTANCE
static AggregateJdbcType
StructJdbcType. INSTANCE
-
Uses of AggregateJdbcType in org.hibernate.type.descriptor.jdbc
Subinterfaces of AggregateJdbcType in org.hibernate.type.descriptor.jdbc Modifier and Type Interface Description interface
StructJdbcType
Classes in org.hibernate.type.descriptor.jdbc that implement AggregateJdbcType Modifier and Type Class Description class
H2FormatJsonJdbcType
Deprecated, for removal: This API element is subject to removal in a future version.UseH2JsonJdbcType
insteadclass
JsonAsStringJdbcType
Specialized type mapping forJSON
and the JSON SQL data type.class
JsonJdbcType
Specialized type mapping forJSON
and the JSON SQL data type.class
OracleJsonBlobJdbcType
Specialized type mapping forJSON
and the BLOB SQL data type for Oracle.class
XmlAsStringJdbcType
Specialized type mapping forSQLXML
and the XML SQL data type.class
XmlJdbcType
Specialized type mapping forSQLXML
and the XML SQL data type. -
Uses of AggregateJdbcType in org.hibernate.type.descriptor.jdbc.internal
Classes in org.hibernate.type.descriptor.jdbc.internal that implement AggregateJdbcType Modifier and Type Class Description class
DelayedStructJdbcType
Descriptor forSTRUCT
handling, which is only a temporary placeholder.Methods in org.hibernate.type.descriptor.jdbc.internal that return AggregateJdbcType Modifier and Type Method Description AggregateJdbcType
DelayedStructJdbcType. resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext)
-
Uses of AggregateJdbcType in org.hibernate.type.descriptor.jdbc.spi
Methods in org.hibernate.type.descriptor.jdbc.spi that return AggregateJdbcType Modifier and Type Method Description AggregateJdbcType
JdbcTypeRegistry. findAggregateDescriptor(String typeName)
AggregateJdbcType
JdbcTypeRegistry. resolveAggregateDescriptor(int jdbcTypeCode, String typeName, EmbeddableMappingType embeddableMappingType, RuntimeModelCreationContext creationContext)
-