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