
public class ORemoteFetchContext extends Object implements OFetchContext
| Constructor and Description |
|---|
ORemoteFetchContext() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
fetchEmbeddedDocuments() |
void |
onAfterArray(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
onAfterCollection(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
onAfterDocument(ODocument iRootRecord,
ODocument iDocument,
String iFieldName,
Object iUserObject) |
void |
onAfterFetch(ODocument iRootRecord) |
void |
onAfterMap(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
onAfterStandardField(Object iFieldValue,
String iFieldName,
Object iUserObject,
OType fieldType) |
void |
onBeforeArray(ODocument iRootRecord,
String iFieldName,
Object iUserObject,
OIdentifiable[] iArray) |
void |
onBeforeCollection(ODocument iRootRecord,
String iFieldName,
Object iUserObject,
Iterable<?> iterable) |
void |
onBeforeDocument(ODocument iRecord,
ODocument iDocument,
String iFieldName,
Object iUserObject) |
void |
onBeforeFetch(ODocument iRootRecord) |
void |
onBeforeMap(ODocument iRootRecord,
String iFieldName,
Object iUserObject) |
void |
onBeforeStandardField(Object iFieldValue,
String iFieldName,
Object iUserObject,
OType fieldType) |
public void onBeforeStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType)
onBeforeStandardField in interface OFetchContextpublic void onAfterStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType)
onAfterStandardField in interface OFetchContextpublic void onBeforeMap(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
onBeforeMap in interface OFetchContextOFetchExceptionpublic void onBeforeFetch(ODocument iRootRecord) throws OFetchException
onBeforeFetch in interface OFetchContextOFetchExceptionpublic void onBeforeArray(ODocument iRootRecord, String iFieldName, Object iUserObject, OIdentifiable[] iArray) throws OFetchException
onBeforeArray in interface OFetchContextOFetchExceptionpublic void onAfterArray(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
onAfterArray in interface OFetchContextOFetchExceptionpublic void onBeforeDocument(ODocument iRecord, ODocument iDocument, String iFieldName, Object iUserObject) throws OFetchException
onBeforeDocument in interface OFetchContextOFetchExceptionpublic void onBeforeCollection(ODocument iRootRecord, String iFieldName, Object iUserObject, Iterable<?> iterable) throws OFetchException
onBeforeCollection in interface OFetchContextOFetchExceptionpublic void onAfterMap(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
onAfterMap in interface OFetchContextOFetchExceptionpublic void onAfterFetch(ODocument iRootRecord) throws OFetchException
onAfterFetch in interface OFetchContextOFetchExceptionpublic void onAfterDocument(ODocument iRootRecord, ODocument iDocument, String iFieldName, Object iUserObject) throws OFetchException
onAfterDocument in interface OFetchContextOFetchExceptionpublic void onAfterCollection(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
onAfterCollection in interface OFetchContextOFetchExceptionpublic boolean fetchEmbeddedDocuments()
fetchEmbeddedDocuments in interface OFetchContextCopyright © 2009–2025 OrientDB. All rights reserved.