com.sleepycat.persist.impl
Class ConverterReader
java.lang.Object
com.sleepycat.persist.impl.ConverterReader
public class ConverterReader
- extends java.lang.Object
Reader for invoking a class Converter mutation.
- Author:
- Mark Hayes
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
initializeReader
public void initializeReader(com.sleepycat.persist.impl.Catalog catalog,
EntityModel model,
int initVersion,
Format oldFormat)
newInstance
public java.lang.Object newInstance(EntityInput input,
boolean rawAccess)
readPriKey
public void readPriKey(java.lang.Object o,
EntityInput input,
boolean rawAccess)
readObject
public java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)