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.spi -
-
Uses of AggregateJdbcType in org.hibernate.dialect
Classes in org.hibernate.dialect that implement AggregateJdbcType Modifier and Type Class Description classAbstractPostgreSQLJsonPGObjectTypeclassAbstractPostgreSQLStructJdbcTypeImplementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.classDB2StructJdbcTypeDB2 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.classH2JsonJdbcTypeH2 requires binding JSON viasetBytesmethods.classMySQLCastingJsonJdbcTypeclassOracleBaseStructJdbcTypeclassOracleJsonJdbcTypeSpecialized type mapping forJSONand the JSON SQL data type for Oracle.classOracleReflectionStructJdbcTypeclassOracleStructJdbcTypeclassOracleXmlJdbcTypeclassPostgreSQLCastingJsonJdbcTypeclassPostgreSQLJsonPGObjectJsonbTypeclassPostgreSQLJsonPGObjectJsonTypeclassPostgreSQLStructCastingJdbcTypeclassPostgreSQLStructPGObjectJdbcTypeclassStructJdbcTypeFields in org.hibernate.dialect declared as AggregateJdbcType Modifier and Type Field Description static AggregateJdbcTypeOracleReflectionStructJdbcType. INSTANCEstatic AggregateJdbcTypeStructJdbcType. INSTANCE -
Uses of AggregateJdbcType in org.hibernate.type.descriptor.jdbc
Subinterfaces of AggregateJdbcType in org.hibernate.type.descriptor.jdbc Modifier and Type Interface Description interfaceStructJdbcTypeClasses in org.hibernate.type.descriptor.jdbc that implement AggregateJdbcType Modifier and Type Class Description classH2FormatJsonJdbcTypeDeprecated, for removal: This API element is subject to removal in a future version.UseH2JsonJdbcTypeinsteadclassJsonAsStringJdbcTypeSpecialized type mapping forJSONand the JSON SQL data type.classJsonJdbcTypeSpecialized type mapping forJSONand the JSON SQL data type.classOracleJsonBlobJdbcTypeSpecialized type mapping forJSONand the BLOB SQL data type for Oracle.classXmlAsStringJdbcTypeSpecialized type mapping forSQLXMLand the XML SQL data type.classXmlJdbcTypeSpecialized type mapping forSQLXMLand the XML SQL data type. -
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 AggregateJdbcTypeJdbcTypeRegistry. findAggregateDescriptor(String typeName)AggregateJdbcTypeJdbcTypeRegistry. resolveAggregateDescriptor(int jdbcTypeCode, String typeName, EmbeddableMappingType embeddableMappingType, RuntimeModelCreationContext creationContext)
-