
public interface OFetchContext
| 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) |
void onBeforeFetch(ODocument iRootRecord) throws OFetchException
OFetchExceptionvoid onAfterFetch(ODocument iRootRecord) throws OFetchException
OFetchExceptionvoid onBeforeArray(ODocument iRootRecord, String iFieldName, Object iUserObject, OIdentifiable[] iArray) throws OFetchException
OFetchExceptionvoid onAfterArray(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
OFetchExceptionvoid onBeforeCollection(ODocument iRootRecord, String iFieldName, Object iUserObject, Iterable<?> iterable) throws OFetchException
OFetchExceptionvoid onAfterCollection(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
OFetchExceptionvoid onBeforeMap(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
OFetchExceptionvoid onAfterMap(ODocument iRootRecord, String iFieldName, Object iUserObject) throws OFetchException
OFetchExceptionvoid onBeforeDocument(ODocument iRecord, ODocument iDocument, String iFieldName, Object iUserObject) throws OFetchException
OFetchExceptionvoid onAfterDocument(ODocument iRootRecord, ODocument iDocument, String iFieldName, Object iUserObject) throws OFetchException
OFetchExceptionvoid onBeforeStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType)
void onAfterStandardField(Object iFieldValue, String iFieldName, Object iUserObject, OType fieldType)
boolean fetchEmbeddedDocuments()
Copyright © 2009–2025 OrientDB. All rights reserved.