Uses of Class
com.orientechnologies.orient.core.exception.OFetchException
Packages that use OFetchException
Package
Description
-
Uses of OFetchException in com.orientechnologies.orient.core.exception
Constructors in com.orientechnologies.orient.core.exception with parameters of type OFetchException -
Uses of OFetchException in com.orientechnologies.orient.core.fetch
Methods in com.orientechnologies.orient.core.fetch that throw OFetchExceptionModifier and TypeMethodDescriptionOFetchListener.fetchLinked(ODocument iRoot, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) Fetch the linked field.OFetchListener.fetchLinkedCollectionValue(ODocument iRoot, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) OFetchListener.fetchLinkedMapEntry(ODocument iRoot, Object iUserObject, String iFieldName, String iKey, ODocument iLinked, OFetchContext iContext) voidOFetchContext.onAfterArray(ODocument iRootRecord, String iFieldName, Object iUserObject) voidOFetchContext.onAfterCollection(ODocument iRootRecord, String iFieldName, Object iUserObject) voidOFetchContext.onAfterDocument(ODocument iRootRecord, ODocument iDocument, String iFieldName, Object iUserObject) voidOFetchContext.onAfterFetch(ODocument iRootRecord) voidOFetchContext.onAfterMap(ODocument iRootRecord, String iFieldName, Object iUserObject) voidOFetchContext.onBeforeArray(ODocument iRootRecord, String iFieldName, Object iUserObject, OIdentifiable[] iArray) voidOFetchContext.onBeforeCollection(ODocument iRootRecord, String iFieldName, Object iUserObject, Iterable<?> iterable) voidOFetchContext.onBeforeDocument(ODocument iRecord, ODocument iDocument, String iFieldName, Object iUserObject) voidOFetchContext.onBeforeFetch(ODocument iRootRecord) voidOFetchContext.onBeforeMap(ODocument iRootRecord, String iFieldName, Object iUserObject) voidOFetchListener.parseLinked(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) voidOFetchListener.parseLinkedCollectionValue(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) voidOFetchListener.processStandardField(ODocument iRecord, Object iFieldValue, String iFieldName, OFetchContext iContext, Object iUserObject, String iFormat, OType filedType) voidOFetchListener.skipStandardField(ODocument iRecord, String iFieldName, OFetchContext iContext, Object iUserObject, String iFormat) -
Uses of OFetchException in com.orientechnologies.orient.core.fetch.json
Methods in com.orientechnologies.orient.core.fetch.json that throw OFetchExceptionModifier and TypeMethodDescriptionOJSONFetchListener.fetchLinked(ODocument iRecord, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) OJSONFetchListener.fetchLinkedCollectionValue(ODocument iRoot, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) OJSONFetchListener.fetchLinkedMapEntry(ODocument iRecord, Object iUserObject, String iFieldName, String iKey, ODocument iLinked, OFetchContext iContext) voidOJSONFetchListener.parseLinked(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) voidOJSONFetchListener.parseLinkedCollectionValue(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) voidOJSONFetchListener.processStandardCollectionValue(Object iFieldValue, OFetchContext iContext) voidOJSONFetchListener.skipStandardField(ODocument iRecord, String iFieldName, OFetchContext iContext, Object iUserObject, String iFormat) -
Uses of OFetchException in com.orientechnologies.orient.core.fetch.remote
Methods in com.orientechnologies.orient.core.fetch.remote that throw OFetchExceptionModifier and TypeMethodDescriptionORemoteFetchListener.fetchLinked(ODocument iRoot, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) ORemoteFetchListener.fetchLinkedCollectionValue(ODocument iRoot, Object iUserObject, String iFieldName, ODocument iLinked, OFetchContext iContext) ORemoteFetchListener.fetchLinkedMapEntry(ODocument iRoot, Object iUserObject, String iFieldName, String iKey, ODocument iLinked, OFetchContext iContext) voidORemoteFetchContext.onAfterArray(ODocument iRootRecord, String iFieldName, Object iUserObject) voidORemoteFetchContext.onAfterCollection(ODocument iRootRecord, String iFieldName, Object iUserObject) voidORemoteFetchContext.onAfterDocument(ODocument iRootRecord, ODocument iDocument, String iFieldName, Object iUserObject) voidORemoteFetchContext.onAfterFetch(ODocument iRootRecord) voidORemoteFetchContext.onAfterMap(ODocument iRootRecord, String iFieldName, Object iUserObject) voidORemoteFetchContext.onBeforeArray(ODocument iRootRecord, String iFieldName, Object iUserObject, OIdentifiable[] iArray) voidORemoteFetchContext.onBeforeCollection(ODocument iRootRecord, String iFieldName, Object iUserObject, Iterable<?> iterable) voidORemoteFetchContext.onBeforeDocument(ODocument iRecord, ODocument iDocument, String iFieldName, Object iUserObject) voidORemoteFetchContext.onBeforeFetch(ODocument iRootRecord) voidORemoteFetchContext.onBeforeMap(ODocument iRootRecord, String iFieldName, Object iUserObject) voidORemoteFetchListener.parseLinked(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) voidORemoteFetchListener.parseLinkedCollectionValue(ODocument iRootRecord, OIdentifiable iLinked, Object iUserObject, String iFieldName, OFetchContext iContext) voidORemoteFetchListener.processStandardField(ODocument iRecord, Object iFieldValue, String iFieldName, OFetchContext iContext, Object iusObject, String iFormat, OType filedType) voidORemoteFetchListener.skipStandardField(ODocument iRecord, String iFieldName, OFetchContext iContext, Object iUserObject, String iFormat)