Package org.hibernate.dialect
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 forARRAY
handling.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PostgreSQLArrayJdbcType(JdbcType elementJdbcType)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <X> ValueBinder<X>
getBinder(JavaType<X> javaTypeDescriptor)
Obtain a binder object capable of binding values of the given Java type to parameters of a JDBCPreparedStatement
.String
toString()
-
Methods inherited from class org.hibernate.type.descriptor.jdbc.ArrayJdbcType
equals, getArray, getArray, getElementJdbcType, getElementTypeName, getExtractor, getFriendlyName, getJdbcLiteralFormatter, getJdbcRecommendedJavaTypeMapping, getJdbcTypeCode, getPreferredJavaTypeClass, hashCode
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
addAuxiliaryDatabaseObjects, addAuxiliaryDatabaseObjects, appendWriteExpression, getCastType, getCheckCondition, getDdlTypeCode, getDefaultSqlTypeCode, getExtraCreateTableInfo, hasDatePart, hasTimePart, isArray, isBinary, isBoolean, isComparable, isDecimal, isDuration, isFloat, isInteger, isInterval, isLob, isLobOrLong, isNationalized, isNumber, isSmallInteger, isSpatial, isString, isStringLike, isStringLikeExcludingClob, isTemporal, registerOutParameter, registerOutParameter, wrapTopLevelSelectionExpression, wrapWriteExpression
-
-
-
-
Constructor Detail
-
PostgreSQLArrayJdbcType
public PostgreSQLArrayJdbcType(JdbcType elementJdbcType)
-
-
Method Detail
-
getBinder
public <X> ValueBinder<X> getBinder(JavaType<X> javaTypeDescriptor)
Description copied from interface:JdbcType
Obtain a binder object capable of binding values of the given Java type to parameters of a JDBCPreparedStatement
.- Specified by:
getBinder
in interfaceJdbcType
- Overrides:
getBinder
in classArrayJdbcType
- Parameters:
javaTypeDescriptor
- The descriptor describing the types of Java values to be bound- Returns:
- The appropriate binder.
-
toString
public String toString()
- Overrides:
toString
in classArrayJdbcType
-
-