Class PostgreSQLArrayJdbcType

java.lang.Object
org.hibernate.type.descriptor.jdbc.ArrayJdbcType
org.hibernate.dialect.PostgreSQLArrayJdbcType
All Implemented Interfaces:
Serializable, JdbcType

public class PostgreSQLArrayJdbcType extends ArrayJdbcType
Descriptor for ARRAY handling.
See Also:
  • Constructor Details

    • PostgreSQLArrayJdbcType

      public PostgreSQLArrayJdbcType(JdbcType elementJdbcType)
  • Method Details