interface Reader
extends java.io.Serializable
Format for a description of each method.| 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) |
void initializeReader(Catalog catalog, EntityModel model, int initVersion, Format oldFormat)
java.lang.Object newInstance(EntityInput input, boolean rawAccess) throws RefreshException
RefreshExceptionvoid readPriKey(java.lang.Object o,
EntityInput input,
boolean rawAccess)
throws RefreshException
RefreshExceptionjava.lang.Object readObject(java.lang.Object o,
EntityInput input,
boolean rawAccess)
throws RefreshException
RefreshExceptionAccessor getAccessor(boolean rawAccess)
Copyright (c) 2004-2012 Oracle. All rights reserved.