Class AbstractPostgreSQLStructJdbcType

java.lang.Object
org.hibernate.dialect.AbstractPostgreSQLStructJdbcType
All Implemented Interfaces:
Serializable, AggregateJdbcType, JdbcType, SqlTypedJdbcType, StructJdbcType
Direct Known Subclasses:
PostgreSQLStructCastingJdbcType, PostgreSQLStructPGObjectJdbcType

public abstract class AbstractPostgreSQLStructJdbcType extends Object implements StructJdbcType
Implementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format. For regular queries, we select the individual struct elements because the PostgreSQL component format encoding is probably not very efficient.
See Also: