Constructor and Description |
---|
OFetchException(OFetchException exception) |
Modifier and Type | Method and Description |
---|---|
Object |
OFetchListener.fetchLinked(ODocument iRoot,
Object iUserObject,
String iFieldName,
ODocument iLinked,
OFetchContext iContext)
Fetch the linked field.
|
Object |
OFetchListener.fetchLinkedCollectionValue(ODocument iRoot,
Object iUserObject,
String iFieldName,
ODocument iLinked,
OFetchContext iContext) |
Object |
OFetchListener.fetchLinkedMapEntry(ODocument iRoot,
Object iUserObject,
String iFieldName,
String iKey,
ODocument iLinked,
OFetchContext iContext) |
void |
OFetchContext.onAfterArray(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
OFetchContext.onAfterCollection(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
OFetchContext.onAfterDocument(ODocument iRootRecord,
ODocument iDocument,
String iFieldName,
Object iUserObject) |
void |
OFetchContext.onAfterFetch(ODocument iRootRecord) |
void |
OFetchContext.onAfterMap(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
OFetchContext.onBeforeArray(ODocument iRootRecord,
String iFieldName,
Object iUserObject,
OIdentifiable[] iArray) |
void |
OFetchContext.onBeforeCollection(ODocument iRootRecord,
String iFieldName,
Object iUserObject,
Iterable<?> iterable) |
void |
OFetchContext.onBeforeDocument(ODocument iRecord,
ODocument iDocument,
String iFieldName,
Object iUserObject) |
void |
OFetchContext.onBeforeFetch(ODocument iRootRecord) |
void |
OFetchContext.onBeforeMap(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
OFetchListener.parseLinked(ODocument iRootRecord,
OIdentifiable iLinked,
Object iUserObject,
String iFieldName,
OFetchContext iContext) |
void |
OFetchListener.parseLinkedCollectionValue(ODocument iRootRecord,
OIdentifiable iLinked,
Object iUserObject,
String iFieldName,
OFetchContext iContext) |
void |
OFetchListener.processStandardField(ODocument iRecord,
Object iFieldValue,
String iFieldName,
OFetchContext iContext,
Object iUserObject,
String iFormat,
OType filedType) |
void |
OFetchListener.skipStandardField(ODocument iRecord,
String iFieldName,
OFetchContext iContext,
Object iUserObject,
String iFormat) |
Modifier and Type | Method and Description |
---|---|
Object |
OJSONFetchListener.fetchLinked(ODocument iRecord,
Object iUserObject,
String iFieldName,
ODocument iLinked,
OFetchContext iContext) |
Object |
OJSONFetchListener.fetchLinkedCollectionValue(ODocument iRoot,
Object iUserObject,
String iFieldName,
ODocument iLinked,
OFetchContext iContext) |
Object |
OJSONFetchListener.fetchLinkedMapEntry(ODocument iRecord,
Object iUserObject,
String iFieldName,
String iKey,
ODocument iLinked,
OFetchContext iContext) |
void |
OJSONFetchListener.parseLinked(ODocument iRootRecord,
OIdentifiable iLinked,
Object iUserObject,
String iFieldName,
OFetchContext iContext) |
void |
OJSONFetchListener.parseLinkedCollectionValue(ODocument iRootRecord,
OIdentifiable iLinked,
Object iUserObject,
String iFieldName,
OFetchContext iContext) |
void |
OJSONFetchListener.processStandardCollectionValue(Object iFieldValue,
OFetchContext iContext) |
void |
OJSONFetchListener.skipStandardField(ODocument iRecord,
String iFieldName,
OFetchContext iContext,
Object iUserObject,
String iFormat) |
Modifier and Type | Method and Description |
---|---|
Object |
ORemoteFetchListener.fetchLinked(ODocument iRoot,
Object iUserObject,
String iFieldName,
ODocument iLinked,
OFetchContext iContext) |
Object |
ORemoteFetchListener.fetchLinkedCollectionValue(ODocument iRoot,
Object iUserObject,
String iFieldName,
ODocument iLinked,
OFetchContext iContext) |
Object |
ORemoteFetchListener.fetchLinkedMapEntry(ODocument iRoot,
Object iUserObject,
String iFieldName,
String iKey,
ODocument iLinked,
OFetchContext iContext) |
void |
ORemoteFetchContext.onAfterArray(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
ORemoteFetchContext.onAfterCollection(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
ORemoteFetchContext.onAfterDocument(ODocument iRootRecord,
ODocument iDocument,
String iFieldName,
Object iUserObject) |
void |
ORemoteFetchContext.onAfterFetch(ODocument iRootRecord) |
void |
ORemoteFetchContext.onAfterMap(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
ORemoteFetchContext.onBeforeArray(ODocument iRootRecord,
String iFieldName,
Object iUserObject,
OIdentifiable[] iArray) |
void |
ORemoteFetchContext.onBeforeCollection(ODocument iRootRecord,
String iFieldName,
Object iUserObject,
Iterable<?> iterable) |
void |
ORemoteFetchContext.onBeforeDocument(ODocument iRecord,
ODocument iDocument,
String iFieldName,
Object iUserObject) |
void |
ORemoteFetchContext.onBeforeFetch(ODocument iRootRecord) |
void |
ORemoteFetchContext.onBeforeMap(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
ORemoteFetchListener.parseLinked(ODocument iRootRecord,
OIdentifiable iLinked,
Object iUserObject,
String iFieldName,
OFetchContext iContext) |
void |
ORemoteFetchListener.parseLinkedCollectionValue(ODocument iRootRecord,
OIdentifiable iLinked,
Object iUserObject,
String iFieldName,
OFetchContext iContext) |
void |
ORemoteFetchListener.processStandardField(ODocument iRecord,
Object iFieldValue,
String iFieldName,
OFetchContext iContext,
Object iusObject,
String iFormat,
OType filedType) |
void |
ORemoteFetchListener.skipStandardField(ODocument iRecord,
String iFieldName,
OFetchContext iContext,
Object iUserObject,
String iFormat) |
Copyright © 2009–2020 OrientDB. All rights reserved.