abstract class AbstractInput extends java.lang.Object implements EntityInput
Modifier and Type | Field and Description |
---|---|
(package private) Catalog |
catalog |
(package private) boolean |
rawAccess |
Constructor and Description |
---|
AbstractInput(Catalog catalog,
boolean rawAccess) |
Modifier and Type | Method and Description |
---|---|
Catalog |
getCatalog()
Returns the Catalog associated with this input.
|
boolean |
isRawAccess()
Return whether this input is in raw mode, i.e., whether it is returning
raw instances.
|
boolean |
setRawAccess(boolean rawAccessParam)
Changes raw mode and returns the original mode, which is normally
restored later.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
readArrayLength, readBigInteger, readBoolean, readByte, readChar, readEnumConstant, readInt, readKeyObject, readLong, readObject, readShort, readSortedBigDecimal, readSortedDouble, readSortedFloat, readString, readStringObject, registerPriKeyObject, registerPriStringKeyObject, skipField
Catalog catalog
boolean rawAccess
AbstractInput(Catalog catalog, boolean rawAccess)
public Catalog getCatalog()
EntityInput
getCatalog
in interface EntityInput
public boolean isRawAccess()
EntityInput
isRawAccess
in interface EntityInput
public boolean setRawAccess(boolean rawAccessParam)
EntityInput
setRawAccess
in interface EntityInput
Copyright (c) 2004-2012 Oracle. All rights reserved.