com.db4o.diagnostic |
|
Java Source File Name | Type | Comment |
ClassHasNoFields.java | Class | Diagnostic, if class has no fields. |
DescendIntoTranslator.java | Class | Query tries to descend into a field of a class that is configured to be translated
(and thus cannot be descended into). |
Diagnostic.java | Interface | Marker interface for Diagnostic messages
Diagnostic system can be enabled on a running db4o database
to notify a user about possible problems or misconfigurations. |
DiagnosticBase.java | Class | |
DiagnosticConfiguration.java | Interface | provides methods to configure the behaviour of db4o diagnostics. |
DiagnosticListener.java | Interface | listens to Diagnostic messages. |
DiagnosticToConsole.java | Class | prints Diagnostic messsages to the Console. |
LoadedFromClassIndex.java | Class | Diagnostic, if query was required to load candidate set from class index. |
NativeQueryNotOptimized.java | Class | Diagnostic, if Native Query can not be run optimized. |
NativeQueryOptimizerNotLoaded.java | Class | |
UpdateDepthGreaterOne.java | Class | Diagnostic, if update depth greater than 1. |