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