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