Class JDBCValueMappings.ItemPropertyValueReaderWriter
java.lang.Object
de.hybris.platform.persistence.property.JDBCValueMappings.AbstractValueReaderWriter<ItemPropertyValue,ItemPropertyValue>
de.hybris.platform.persistence.property.JDBCValueMappings.ItemPropertyValueReaderWriter
- All Implemented Interfaces:
JDBCValueMappings.PrimitiveValueReader,JDBCValueMappings.PrimitiveValueWriter,JDBCValueMappings.ValueReader<ItemPropertyValue,,ItemPropertyValue> JDBCValueMappings.ValueWriter<ItemPropertyValue,ItemPropertyValue>
- Enclosing class:
- JDBCValueMappings
public static class JDBCValueMappings.ItemPropertyValueReaderWriter
extends JDBCValueMappings.AbstractValueReaderWriter<ItemPropertyValue,ItemPropertyValue>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected final ItemPropertyValueprotected final ItemPropertyValueprotected final voidwriteValue(PreparedStatement stmt, int fieldIndex, ItemPropertyValue 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
-
ItemPropertyValueReaderWriter
public ItemPropertyValueReaderWriter()
-
-
Method Details
-
readValue
- Specified by:
readValuein classJDBCValueMappings.AbstractValueReaderWriter<ItemPropertyValue,ItemPropertyValue> - Throws:
SQLException
-
readValue
- Specified by:
readValuein classJDBCValueMappings.AbstractValueReaderWriter<ItemPropertyValue,ItemPropertyValue> - Throws:
SQLException
-
writeValue
protected final void writeValue(PreparedStatement stmt, int fieldIndex, ItemPropertyValue value) throws SQLException - Specified by:
writeValuein classJDBCValueMappings.AbstractValueReaderWriter<ItemPropertyValue,ItemPropertyValue> - Throws:
SQLException
-