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 Reader
public java.lang.Object newInstance(EntityInput input, boolean rawAccess) throws RefreshException
newInstance
in interface Reader
RefreshException
public void readPriKey(java.lang.Object o, EntityInput input, boolean rawAccess) throws RefreshException
readPriKey
in interface Reader
RefreshException
public java.lang.Object readObject(java.lang.Object o, EntityInput input, boolean rawAccess) throws RefreshException
readObject
in interface Reader
RefreshException
public Accessor getAccessor(boolean rawAccess)
getAccessor
in interface Reader
Copyright (c) 2004-2012 Oracle. All rights reserved.