Uses of Interface
org.hibernate.type.descriptor.jdbc.StructJdbcType
-
Packages that use StructJdbcType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of StructJdbcType in org.hibernate.dialect
Classes in org.hibernate.dialect that implement StructJdbcType Modifier and Type Class Description classAbstractPostgreSQLStructJdbcTypeImplementation 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.classOracleBaseStructJdbcTypeclassOracleReflectionStructJdbcTypeclassOracleStructJdbcTypeclassPostgreSQLStructCastingJdbcTypeclassPostgreSQLStructPGObjectJdbcTypeclassStructJdbcType
-