Class JDBCValueMappings.BlobValueWriter
java.lang.Object
de.hybris.platform.persistence.property.JDBCValueMappings.AbstractValueReaderWriter
de.hybris.platform.persistence.property.JDBCValueMappings.BlobValueWriter
- All Implemented Interfaces:
JDBCValueMappings.PrimitiveValueReader,JDBCValueMappings.PrimitiveValueWriter,JDBCValueMappings.ValueReader,JDBCValueMappings.ValueWriter
- Enclosing class:
- JDBCValueMappings
public static class JDBCValueMappings.BlobValueWriter
extends JDBCValueMappings.AbstractValueReaderWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final Objectprotected final Objectprotected final voidwriteValue(PreparedStatement stmt, int fieldIndex, Object value) Methods inherited from class de.hybris.platform.persistence.property.JDBCValueMappings.AbstractValueReaderWriter
convertValueToJava, convertValueToSQL, getBoolean, getBoolean, getByte, getByte, getChar, getChar, getDouble, getDouble, getFloat, getFloat, getInt, getInt, getLong, getLong, getShort, getShort, getValue, getValue, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setPrimitive, setValue, toString
-
Constructor Details
-
BlobValueWriter
public BlobValueWriter()
-
-
Method Details
-
readValue
- Specified by:
readValuein classJDBCValueMappings.AbstractValueReaderWriter- Throws:
SQLException
-
readValue
- Specified by:
readValuein classJDBCValueMappings.AbstractValueReaderWriter- Throws:
SQLException
-
writeValue
protected final void writeValue(PreparedStatement stmt, int fieldIndex, Object value) throws SQLException - Specified by:
writeValuein classJDBCValueMappings.AbstractValueReaderWriter- Throws:
SQLException
-