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 forARRAYhandling.- 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.StringtoString()-
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:JdbcTypeObtain a binder object capable of binding values of the given Java type to parameters of a JDBCPreparedStatement.- Specified by:
getBinderin interfaceJdbcType- Overrides:
getBinderin classArrayJdbcType- Parameters:
javaTypeDescriptor- The descriptor describing the types of Java values to be bound- Returns:
- The appropriate binder.
-
toString
public String toString()
- Overrides:
toStringin classArrayJdbcType
-
-