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, waitreadArrayLength, readBigInteger, readBoolean, readByte, readChar, readEnumConstant, readInt, readKeyObject, readLong, readObject, readShort, readSortedBigDecimal, readSortedDouble, readSortedFloat, readString, readStringObject, registerPriKeyObject, registerPriStringKeyObject, skipFieldCatalog catalog
boolean rawAccess
AbstractInput(Catalog catalog, boolean rawAccess)
public Catalog getCatalog()
EntityInputgetCatalog in interface EntityInputpublic boolean isRawAccess()
EntityInputisRawAccess in interface EntityInputpublic boolean setRawAccess(boolean rawAccessParam)
EntityInputsetRawAccess in interface EntityInputCopyright (c) 2004-2012 Oracle. All rights reserved.