Uses of Class
org.hibernate.dialect.PostgreSQLPGObjectJdbcType
-
Packages that use PostgreSQLPGObjectJdbcType Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate. -
-
Uses of PostgreSQLPGObjectJdbcType in org.hibernate.dialect
Subclasses of PostgreSQLPGObjectJdbcType in org.hibernate.dialect Modifier and Type Class Description class
AbstractPostgreSQLJsonJdbcType
class
PostgreSQLInetJdbcType
class
PostgreSQLJsonbJdbcType
class
PostgreSQLJsonJdbcType
class
PostgreSQLStructJdbcType
Implementation for serializing/deserializing an embeddable aggregate to/from the PostgreSQL component format.
-