Uses of Interface
org.hibernate.type.descriptor.jdbc.StructuredJdbcType
Packages that use StructuredJdbcType
Package
Description
Internal package containing dialect-specific implementations of
JdbcType.Defines handling of almost the full range of standard JDBC-defined SQL data types.
-
Uses of StructuredJdbcType in org.hibernate.dialect.type
Classes in org.hibernate.dialect.type that implement StructuredJdbcTypeModifier and TypeClassDescriptionclassImplementation 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.classclassclassclassclass -
Uses of StructuredJdbcType in org.hibernate.type.descriptor.jdbc
Classes in org.hibernate.type.descriptor.jdbc that implement StructuredJdbcType -
Uses of StructuredJdbcType in org.hibernate.type.descriptor.jdbc.internal
Classes in org.hibernate.type.descriptor.jdbc.internal that implement StructuredJdbcTypeModifier and TypeClassDescriptionclassDescriptor forSTRUCThandling, which is only a temporary placeholder.