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