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 Constructor Description BlobValueWriter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected java.lang.ObjectreadValue(java.sql.ResultSet rs, int idx)protected java.lang.ObjectreadValue(java.sql.ResultSet rs, java.lang.String fieldName)protected voidwriteValue(java.sql.PreparedStatement stmt, int fieldIndex, java.lang.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
-
-
-
-
Method Detail
-
readValue
protected final java.lang.Object readValue(java.sql.ResultSet rs, java.lang.String fieldName) throws java.sql.SQLException- Specified by:
readValuein classJDBCValueMappings.AbstractValueReaderWriter- Throws:
java.sql.SQLException
-
readValue
protected final java.lang.Object readValue(java.sql.ResultSet rs, int idx) throws java.sql.SQLException- Specified by:
readValuein classJDBCValueMappings.AbstractValueReaderWriter- Throws:
java.sql.SQLException
-
writeValue
protected final void writeValue(java.sql.PreparedStatement stmt, int fieldIndex, java.lang.Object value) throws java.sql.SQLException- Specified by:
writeValuein classJDBCValueMappings.AbstractValueReaderWriter- Throws:
java.sql.SQLException
-
-