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