public class ConverterReader extends java.lang.Object implements Reader
| Constructor and Description |
|---|
ConverterReader(Converter converter) |
| Modifier and Type | Method and Description |
|---|---|
Accessor |
getAccessor(boolean rawAccess) |
void |
initializeReader(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) |
ConverterReader(Converter converter)
public void initializeReader(Catalog catalog, EntityModel model, int initVersion, Format oldFormat)
initializeReader in interface Readerpublic java.lang.Object newInstance(EntityInput input, boolean rawAccess) throws RefreshException
newInstance in interface ReaderRefreshExceptionpublic void readPriKey(java.lang.Object o,
EntityInput input,
boolean rawAccess)
throws RefreshException
readPriKey in interface ReaderRefreshExceptionpublic java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
throws RefreshException
readObject in interface ReaderRefreshExceptionpublic Accessor getAccessor(boolean rawAccess)
getAccessor in interface ReaderCopyright (c) 2004-2012 Oracle. All rights reserved.