Uses of Interface
com.db4o.diagnostic.Diagnostic
-
Packages that use Diagnostic Package Description com.db4o.diagnostic com.db4o.internal.diagnostic com.db4o.ta -
-
Uses of Diagnostic in com.db4o.diagnostic
Classes in com.db4o.diagnostic that implement Diagnostic Modifier and Type Class Description classClassHasNoFieldsDiagnostic, if class has no fields.classDefragmentRecommendationDiagnostic to recommend Defragment when needed.classDeletionFailedDiagnostic on failed delete.classDescendIntoTranslatorQuery tries to descend into a field of a class that is configured to be translated (and thus cannot be descended into).classDiagnosticBasebase class for Diagnostic messagesclassLoadedFromClassIndexDiagnostic, if query was required to load candidate set from class index.classMissingClassDiagnostic if class not foundclassNativeQueryNotOptimizedDiagnostic, if Native Query can not be run optimized.classNativeQueryOptimizerNotLoadedclassObjectFieldDoesNotExistDiagnostic ifObjectClass.objectField(String)was called on a field that does not exist.classUpdateDepthGreaterOneDiagnostic, if update depth greater than 1.Methods in com.db4o.diagnostic with parameters of type Diagnostic Modifier and Type Method Description voidDiagnosticListener. onDiagnostic(Diagnostic d)this method will be called with Diagnostic messages.voidDiagnosticToConsole. onDiagnostic(Diagnostic d)redirects Diagnostic messages to the Console. -
Uses of Diagnostic in com.db4o.internal.diagnostic
Methods in com.db4o.internal.diagnostic with parameters of type Diagnostic Modifier and Type Method Description voidDiagnosticProcessor. onDiagnostic(Diagnostic d) -
Uses of Diagnostic in com.db4o.ta
Classes in com.db4o.ta that implement Diagnostic Modifier and Type Class Description classNotTransparentActivationEnabled
-