public class ConverterReader
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
com.sleepycat.persist.impl.Accessor |
getAccessor(boolean rawAccess) |
void |
initializeReader(com.sleepycat.persist.impl.Catalog catalog,
EntityModel model,
int initVersion,
Format oldFormat) |
java.lang.Object |
newInstance(EntityInput input,
boolean rawAccess) |
java.lang.Object |
readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess) |
void |
readPriKey(java.lang.Object o,
EntityInput input,
boolean rawAccess) |
public void initializeReader(com.sleepycat.persist.impl.Catalog catalog, EntityModel model, int initVersion, Format oldFormat)
public java.lang.Object newInstance(EntityInput input, boolean rawAccess) throws RefreshException
RefreshException
public void readPriKey(java.lang.Object o, EntityInput input, boolean rawAccess) throws RefreshException
RefreshException
public java.lang.Object readObject(java.lang.Object o, EntityInput input, boolean rawAccess) throws RefreshException
RefreshException
public com.sleepycat.persist.impl.Accessor getAccessor(boolean rawAccess)