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