Uses of Interface
org.hibernate.type.descriptor.jdbc.AggregateJdbcType
Packages that use AggregateJdbcType
Package
Description
This package abstracts over the multifarious dialects of SQL
understood by the databases supported by Hibernate.
Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of AggregateJdbcType in org.hibernate.dialect
Classes in org.hibernate.dialect that implement AggregateJdbcTypeModifier and TypeClassDescriptionclassclassImplementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.classDB2 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.classH2 requires binding JSON viasetBytesmethods.classclassclassSpecialized type mapping forJSONand the JSON SQL data type for Oracle.classclassclassclassclassclassclassclassclassFields in org.hibernate.dialect declared as AggregateJdbcTypeModifier and TypeFieldDescriptionstatic final AggregateJdbcTypeOracleReflectionStructJdbcType.INSTANCEstatic final AggregateJdbcTypeStructJdbcType.INSTANCEMethods in org.hibernate.dialect that return AggregateJdbcTypeModifier and TypeMethodDescriptionDB2StructJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) H2JsonJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) MySQLCastingJsonJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) OracleJsonJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) OracleReflectionStructJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) OracleStructJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) OracleXmlJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) PostgreSQLCastingJsonJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) PostgreSQLJsonPGObjectJsonbType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) PostgreSQLJsonPGObjectJsonType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) PostgreSQLStructCastingJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) PostgreSQLStructPGObjectJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) StructJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) -
Uses of AggregateJdbcType in org.hibernate.type.descriptor.jdbc
Subinterfaces of AggregateJdbcType in org.hibernate.type.descriptor.jdbcModifier and TypeInterfaceDescriptioninterfaceClasses in org.hibernate.type.descriptor.jdbc that implement AggregateJdbcTypeModifier and TypeClassDescriptionclassDeprecated, for removal: This API element is subject to removal in a future version.classSpecialized type mapping forJSONand the JSON SQL data type.classSpecialized type mapping forJSONand the JSON SQL data type.classSpecialized type mapping forJSONand the BLOB SQL data type for Oracle.classSpecialized type mapping forSQLXMLand the XML SQL data type.classSpecialized type mapping forSQLXMLand the XML SQL data type.Methods in org.hibernate.type.descriptor.jdbc that return AggregateJdbcTypeModifier and TypeMethodDescriptionAggregateJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) H2FormatJsonJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) Deprecated, for removal: This API element is subject to removal in a future version.JsonAsStringJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) JsonJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) OracleJsonBlobJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) XmlAsStringJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) XmlJdbcType.resolveAggregateJdbcType(EmbeddableMappingType mappingType, String sqlType, RuntimeModelCreationContext creationContext) -
Uses of AggregateJdbcType in org.hibernate.type.descriptor.jdbc.internal
Classes in org.hibernate.type.descriptor.jdbc.internal that implement AggregateJdbcTypeModifier and TypeClassDescriptionclassDescriptor forSTRUCThandling, which is only a temporary placeholder.Methods in org.hibernate.type.descriptor.jdbc.internal that return AggregateJdbcTypeModifier and TypeMethodDescriptionDelayedStructJdbcType.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 AggregateJdbcTypeModifier and TypeMethodDescriptionJdbcTypeRegistry.findAggregateDescriptor(String typeName) JdbcTypeRegistry.resolveAggregateDescriptor(int jdbcTypeCode, String typeName, EmbeddableMappingType embeddableMappingType, RuntimeModelCreationContext creationContext)
H2JsonJdbcTypeinstead