public class ConverterReader extends java.lang.Object implements Reader
| Constructor and Description |
|---|
ConverterReader(Converter converter) |
| Modifier and Type | Method and Description |
|---|---|
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)
newInstance in interface Readerpublic void readPriKey(java.lang.Object o,
EntityInput input,
boolean rawAccess)
readPriKey in interface Readerpublic java.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
readObject in interface ReaderCopyright (c) 2004,2008 Oracle. All rights reserved.