Class LongVarbinaryJdbcType
- java.lang.Object
-
- org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
-
- org.hibernate.type.descriptor.jdbc.LongVarbinaryJdbcType
-
- All Implemented Interfaces:
Serializable
,AdjustableJdbcType
,JdbcType
public class LongVarbinaryJdbcType extends VarbinaryJdbcType
Descriptor forLONGVARBINARY
handling.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static LongVarbinaryJdbcType
INSTANCE
-
Fields inherited from class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
INSTANCE_WITHOUT_LITERALS
-
-
Constructor Summary
Constructors Constructor Description LongVarbinaryJdbcType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getJdbcTypeCode()
The JDBC type code used when interacting with JDBC APIs.-
Methods inherited from class org.hibernate.type.descriptor.jdbc.VarbinaryJdbcType
getBinder, getExtractor, getFriendlyName, getJdbcLiteralFormatter, getJdbcRecommendedJavaTypeMapping, getPreferredJavaTypeClass, resolveIndicatedType, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.hibernate.type.descriptor.jdbc.JdbcType
getCastType, getDefaultSqlTypeCode, isBinary, isDecimal, isFloat, isInteger, isInterval, isNumber, isString, isTemporal
-
-
-
-
Field Detail
-
INSTANCE
public static final LongVarbinaryJdbcType INSTANCE
-
-
Method Detail
-
getJdbcTypeCode
public int getJdbcTypeCode()
Description copied from interface:JdbcType
The JDBC type code used when interacting with JDBC APIs.For example, it's used when calling
PreparedStatement.setNull(int, int)
.- Specified by:
getJdbcTypeCode
in interfaceJdbcType
- Overrides:
getJdbcTypeCode
in classVarbinaryJdbcType
- Returns:
- a JDBC type code
-
-