Package | Description |
---|---|
com.orientechnologies.orient.core.fetch | |
com.orientechnologies.orient.core.fetch.json | |
com.orientechnologies.orient.core.fetch.remote |
Modifier and Type | Method and Description |
---|---|
static void |
OFetchHelper.fetch(ORecord iRootRecord,
Object iUserObject,
OFetchPlan iFetchPlan,
OFetchListener iListener,
OFetchContext iContext,
String iFormat) |
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 |
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) |
static void |
OFetchHelper.processRecordRidMap(ODocument record,
OFetchPlan iFetchPlan,
int iCurrentLevel,
int iLevelFromRoot,
int iFieldDepthLevel,
Map<ORID,Integer> parsedRecords,
String iFieldPathFromRoot,
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 | Class and Description |
---|---|
class |
OJSONFetchContext |
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.processStandardField(ODocument iRecord,
Object iFieldValue,
String iFieldName,
OFetchContext iContext,
Object iusObject,
String iFormat,
OType filedType) |
void |
OJSONFetchListener.skipStandardField(ODocument iRecord,
String iFieldName,
OFetchContext iContext,
Object iUserObject,
String iFormat) |
Modifier and Type | Class and Description |
---|---|
class |
ORemoteFetchContext
Fetch context for class
|
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 |
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.