All Classes Interface Summary Class Summary Enum Summary Exception Summary Annotation Types Summary
Class |
Description |
AbstractBTreeRangeIterator |
|
AbstractBufferContext |
|
AbstractClassIndexStrategy |
|
AbstractFieldMarshaller |
|
AbstractFreespaceManager |
|
AbstractIdMapping |
Base class for defragment ID mappings.
|
AbstractLateQueryResult |
|
AbstractList4<E> |
|
AbstractQueryResult |
|
AbstractReadContext |
|
AbstractReflectArray |
|
AbstractTreeIterator |
|
Activatable |
The Activatable interface must be implemented by classes in order to support transparent
activation/persistence.
The Activatable interface may be added to persistent classes by hand or by
using the db4o enhancer.
|
ActivatableArrayList<E> |
extends ArrayList with Transparent Activation and
Transparent Persistence support
|
ActivatableBase |
|
ActivatableCollection<T> |
extends Collection with Transparent Activation and
Transparent Persistence support
|
ActivatableHashMap<K,V> |
extends HashMap with Transparent Activation and
Transparent Persistence support
|
ActivatableHashSet<E> |
extends ArrayList with Transparent Activation and
Transparent Persistence support
|
ActivatableHashtable<K,V> |
extends Hashtable with Transparent Activation and
Transparent Persistence support
|
ActivatableInstrumented |
Marker interface to declare a class already implements the required TA/TP hooks
and does not want to be instrumented further.
|
ActivatableLinkedList<E> |
extends LinkedList with Transparent Activation and
Transparent Persistence support
|
ActivatableList<T> |
extends List with Transparent Activation and
Transparent Persistence support
|
ActivatableMap<K,V> |
extends Map with Transparent Activation and
Transparent Persistence support
|
ActivatableSet<E> |
extends java.util.Set with Transparent Activation and
Transparent Persistence support
|
ActivatableStack<E> |
extends Stack with Transparent Activation and
Transparent Persistence support.
|
ActivatableSupport |
|
ActivatableTreeSet<E> |
extends ArrayList with Transparent Activation and
Transparent Persistence support
|
ActivatingIterator<E> |
|
ActivatingListIterator<E> |
|
ActivationContext |
|
ActivationContext4 |
|
ActivationDepth |
Controls how deep an object graph is activated.
|
ActivationDepthImpl |
|
ActivationDepthProvider |
Factory for ActivationDepth strategies.
|
ActivationMode |
|
ActivationPurpose |
|
Activator |
Activator interface.
Activatable objects need to have a reference to
an Activator implementation, which is called
by Transparent Activation, when a request is received to
activate the host object.
|
AddressKeySlotHandler |
|
Algorithms4 |
|
Alias |
Implement this interface when implementing special custom Aliases
for classes, packages or namespaces.
|
AndIndexedLeaf |
|
ArgumentNullException |
|
ArrayFactory |
|
ArrayHandler |
This is the latest version, the one that should be used.
|
ArrayHandler0 |
|
ArrayHandler1 |
|
ArrayHandler3 |
|
ArrayHandler5 |
|
ArrayInfo |
|
ArrayIterator4 |
|
ArrayList4<E> |
Transparent activatable ArrayList implementation.
|
ArrayMap4<K,V> |
Transparent activatable Map implementation.
|
Arrays4 |
|
ArrayType |
|
ArrayVersionHelper |
|
ArrayVersionHelper0 |
|
ArrayVersionHelper3 |
|
ArrayVersionHelper5 |
|
AspectTraversalStrategy |
|
AspectType |
|
AspectVersionContext |
|
AspectVersionContextImpl |
|
AutoStopWatch |
|
AvailableClassFilter |
Filter that accepts only StoredClass instances whose corresponding Java
class is currently known.
|
BackupInProgressException |
db4o-specific exception.
|
BigSet<E> |
|
BigSetBTreeManager |
|
BigSetPersistence |
|
BigSetTypeHandler |
|
Bin |
Representation of a container for storage of db4o
database data (to file, to memory).
|
BinConfiguration |
|
BinDecorator |
Wrapper baseclass for all classes that wrap Bin.
|
BitMap4 |
|
Blob |
the db4o Blob type to store blobs independent of the main database
file and allows to perform asynchronous upload and download operations.
|
BlobImpl |
Transfer of blobs to and from the db4o system,
if users use the Blob Db4oType.
|
BlobStatus |
|
BlobTransport |
|
Block4 |
|
BlockAwareBin |
|
BlockAwareBinWindow |
Bounded handle into an IoAdapter: Can only access a restricted area.
|
BlockAwareFreespaceManager |
|
BlockConverter |
|
BlockingQueue<T> |
|
BlockingQueue4<T> |
|
BlockingQueueStoppedException |
|
BlockSize |
Block size registry.
|
BlockSizeBlockConverter |
|
BlockSizeImpl |
|
BooleanByRef |
Useful as "out" or "by ref" function parameter.
|
BooleanHandler |
|
BroadcastFilter |
|
BTree |
|
BTreeAdd |
|
BTreeCancelledRemoval |
|
BTreeClassIndexStrategy |
|
BTreeConfiguration |
|
BTreeFreespaceManager |
|
BTreeIdSystem |
|
BTreeIdSystem.IdSlotMappingHandler |
|
BTreeIterator |
|
BTreeNode |
We work with BTreeNode in two states:
- deactivated: never read, no valid members, ID correct or 0 if new
- write: real representation of keys, values and children in arrays
The write state can be detected with canWrite().
|
BTreeNodeCacheEntry |
|
BTreeNodeSearchResult |
|
BTreePatch |
|
BTreePointer |
|
BTreeRange |
|
BTreeRangeOperation |
|
BTreeRangePointerIterator |
|
BTreeRangeSingle |
|
BTreeRangeSingleIntersect |
|
BTreeRangeSingleOperation |
|
BTreeRangeSingleUnion |
|
BTreeRangeUnion |
|
BTreeRangeUnionIntersect |
|
BTreeRangeUnionOperation |
|
BTreeRangeUnionUnion |
|
BTreeRangeVisitor |
|
BTreeRemove |
|
BTreeStructureListener |
|
BTreeUpdate |
|
BufferContext |
|
BuiltInStringEncoding |
|
BuiltinTypeHandler |
|
ByRef<T> |
Useful as "out" or "by reference" function parameter.
|
ByteArrayBuffer |
|
ByteHandler |
|
Cache4<K,V> |
|
CacheConfiguration |
Interface to configure the cache configurations.
|
CacheConfigurationImpl |
|
CacheConfigurationProvider |
A configuration provider that provides access
to the cache-related configuration methods.
|
CacheContributingObjectReader |
|
CacheFactory |
|
CacheStatistics<K,V> |
|
CachingStorage |
Caching storage adapter to cache db4o database data in memory
until the underlying Bin is instructed to flush its
data when Bin.sync() is called.
You can override the CachingStorage.newCache() method if you want to
work with a different caching strategy.
|
CallbackInfoCollector |
|
CallBackMode |
|
CallbackObjectInfoCollections |
|
Callbacks |
|
CalledConstructor |
switches calling constructors on
|
CalledConstructorConfigurator |
|
CalledConstructorFactory |
|
CancellableEventArgs |
Argument for events related to cancellable actions.
|
CancellableObjectEventArgs |
Argument for object related events which can be cancelled.
|
CancellableVisitor4<T> |
|
Candidate |
|
CanExcludeNullInQueries |
marker interface for Indexable4, if a check for null is necessary
in BTreeRangeSingle#firstBTreePointer()
|
CascadingTypeHandler |
TypeHandler for objects with members.
|
ChainedRuntimeException |
|
ChainedRuntimeException.ChainedRuntimeExceptionMixin |
|
CharHandler |
|
CircularBuffer4<T> |
A fixed size double ended queue with O(1) complexity for addFirst, removeFirst and removeLast operations.
|
CircularIntBuffer4 |
A fixed size double ended queue with O(1) complexity for addFirst, removeFirst and removeLast operations.
|
CircularLongBuffer4 |
A fixed size double ended queue with O(1) complexity for addFirst, removeFirst and removeLast operations.
|
ClassAspect |
|
ClassAspects_7_4 |
|
ClassConfigurator |
|
ClassEventArgs |
|
ClassHasNoFields |
Diagnostic, if class has no fields.
|
ClassIndexesToBTrees_5_5 |
|
ClassIndexStrategy |
|
ClassInfo |
|
ClassInfoHelper |
|
ClassLoaderJdkLoader |
|
ClassMarshaller |
|
ClassMarshaller0 |
|
ClassMarshaller1 |
|
ClassMarshaller2 |
|
ClassMetadata |
|
ClassMetadataIterator |
|
ClassMetadataRepository |
|
ClientAsynchronousMessageProcessor |
|
ClientConfiguration |
Configuration interface for db4o networking clients.
|
ClientConfigurationImpl |
|
ClientConfigurationItem |
Implement this interface for configuration items that encapsulate
a batch of configuration settings or that need to be applied
to ClientObjectContainers after they are opened.
|
ClientConnection |
|
ClientConnectionEventArgs |
|
ClientEventRegistryImpl |
|
ClientHeartbeat |
|
ClientMessageDispatcher |
|
ClientObjectContainer |
|
ClientObjectContainer.MessageListener |
|
ClientQueryResult |
|
ClientServerConfiguration |
Client/Server configuration interface.
|
ClientServerFactory |
factory to open C/S server and client implementations.
|
ClientServerPlatform |
Platform specific defaults.
|
ClientSideMessage |
|
ClientSlotCache |
|
ClientSlotCacheImpl |
|
ClientTransaction |
|
ClientTransactionHandle |
|
ClientTransactionPool |
|
ClientTransactionPool.ContainerCount |
|
Closure4<R> |
|
Coercion4 |
|
CollectIdContext |
|
Collection4<T> |
Fast linked list for all usecases.
|
Collection4Iterator |
|
CollectionFactory |
Collection factory with methods to create collections with behaviour
that is optimized for db4o.
Example usage:
CollectionFactory.forObjectContainer(objectContainer).newBigSet();
|
CollectionIterableBase |
|
Collections4 |
|
CollectionTypeHandler |
TypeHandler for Collections.
|
CommitEventArgs |
Arguments for commit time related events.
|
CommittedCallbackDispatcher |
|
CommittedCallbacksDispatcher |
|
CommitTimestampFieldMetadata |
|
CommitTimestampSupport |
|
CommitTimestampSupport.TimestampEntry |
|
CommonConfiguration |
Common configuration methods, applicable for
embedded, client and server use of db4o.
In Client/Server use it is good practice to configure the
client and the server in exactly the same way.
|
CommonConfigurationImpl |
|
CommonConfigurationProvider |
A configuration provider that provides access to
the common configuration methods that can be called
for embedded, server and client use of db4o.
|
CommonConversions |
|
Comparable4<T> |
Interface for comparison support in queries.
|
Compare |
allows special comparison behaviour during query evaluation.
|
Comparison4<T> |
|
CompositeDb4oException |
|
CompositeIterable4 |
|
CompositeIterator4 |
|
Config4Abstract |
|
Config4Class |
|
Config4Field |
|
Config4Impl |
Configuration template for creating new db4o files
|
Config4Impl.ConfigDeepCloneContext |
|
ConfigScope |
Defines a scope of applicability of a config setting.
Some of the configuration settings can be either:
- enabled globally;
- enabled individually for a specified class;
- disabled.
|
Configuration |
configuration interface.
|
ConfigurationIntrospector |
sets db4o configurations accordingly annotations
|
ConfigurationItem |
Implement this interface for configuration items that encapsulate
a batch of configuration settings or that need to be applied
to ObjectContainers after they are opened.
|
Const4 |
|
ConstantGrowthStrategy |
Strategy for file/byte array growth by a constant factor
|
Constraint |
|
Constraints |
|
ConstraintViolationException |
Base class for all constraint exceptions.
|
ConstructorAwareReflectClass |
|
ConstructorSupport |
|
Context |
|
ContextState |
|
Conversion |
|
ConversionStage |
|
ConversionStage.ClassCollectionAvailableStage |
|
ConversionStage.SystemUpStage |
|
Converter |
|
CorruptionException |
|
CRC32 |
|
DalvikSignatureGenerator |
|
DatabaseClosedException |
db4o-specific exception.
|
DatabaseFileLockedException |
db4o-specific exception.
this Exception is thrown during any of the db4o open calls
if the database file is locked by another process.
|
DatabaseIdMapping |
Database based mapping for IDs during a defragmentation run.
|
DatabaseMaximumSizeReachedException |
db4o-specific exception.
This exception is thrown when the database file reaches the
maximum allowed size.
|
DatabaseReadOnlyException |
db4o-specific exception.
This exception is thrown when a write operation is attempted
on a database in a read-only mode.
|
DateHandler |
|
DateHandler0 |
|
DateHandlerBase |
Shared (java/.net) logic for Date handling.
|
Db4o |
Deprecated.
|
Db4oCallback |
generic callback interface.
|
Db4oClientServer |
Factory class to open db4o servers and to connect db4o clients
to them.
|
Db4oClientServerLegacyConfigurationBridge |
|
Db4oConfigurator |
|
Db4oConfiguratorFactory |
|
Db4oDatabase |
Class to identify a database by it's signature.
|
Db4oEmbedded |
Factory class to open db4o instances in embedded mode.
|
Db4oEnhancedFilter |
FIXME: Rename to Db4oEnhancedPredicate
|
Db4oException |
db4o exception wrapper: Exceptions occurring during internal processing
will be proliferated to the client calling code encapsulated in an exception
of this type.
|
Db4oFatalException |
|
Db4oFileHeaderCorruptionException |
|
Db4oIllegalStateException |
The requested operation is not valid in the current state but the database
continues to operate.
|
Db4oIOException |
db4o-specific exception.
This exception is thrown when a system IO exception
is encounted by db4o process.
|
Db4oLegacyConfigurationBridge |
|
Db4oNQOptimizer |
|
Db4oQueryExecutionListener |
|
Db4oRecoverableException |
|
Db4oReplicationReference |
|
Db4oReplicationReferenceProvider |
|
Db4oType |
marker interface for all special db4o types.
|
Db4oTypeImpl |
marker interface for special db4o datatypes
|
Db4oUnexpectedException |
Unexpected fatal error is encountered.
|
Db4oUUID |
a unique universal identify for an object.
|
Db4oVersion |
|
DeactivatingRollbackStrategy |
RollbackStrategy to deactivate all activated objects on rollback.
|
Debug4 |
|
DebugCS |
|
DeepClone |
Deep clone
|
DeferredObjectExchangeStrategy |
|
Defragment |
defragments database files.
|
DefragmentConfig |
Configuration for a defragmentation run.
|
DefragmentConfig.NullFilter |
|
DefragmentContext |
|
DefragmentContextImpl |
|
DefragmentInfo |
A message from the defragmentation process.
|
DefragmentListener |
Listener for defragmentation process messages.
|
DefragmentRecommendation |
Diagnostic to recommend Defragment when needed.
|
DefragmentRecommendation.DefragmentRecommendationReason |
|
DefragmentServices |
Encapsulates services involving source and target database files during defragmenting.
|
DefragmentServicesImpl |
|
DefragmentServicesImpl.DbSelector |
|
DelegatingActivatableCollection<E> |
|
DelegatingActivatableSet<K> |
|
DelegatingBlockingQueue<T> |
|
DelegatingCollection<V> |
|
DelegatingSet<K> |
|
DelegatingStringIO |
|
DeleteContext |
|
DeleteContextImpl |
|
DeleteInfo |
|
DeletionFailed |
Diagnostic on failed delete.
|
Deploy |
|
DepthUtil |
|
DescendingActivationDepth |
|
DescendIntoTranslator |
Query tries to descend into a field of a class that is configured to be translated
(and thus cannot be descended into).
|
Diagnostic |
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 |
base class for Diagnostic messages
|
DiagnosticConfiguration |
provides methods to configure the behaviour of db4o diagnostics.
|
DiagnosticListener |
listens to Diagnostic messages.
|
DiagnosticProcessor |
|
DiagnosticToConsole |
prints Diagnostic messsages to the Console.
|
Directory4 |
Keep the API compatible with System.IO.Directory
|
DisabledBlockConverter |
|
DotNetSupportClientServer |
Deprecated.
|
DoubleHandler |
|
DoubleHandler0 |
|
DoublingGrowthStrategy |
Strategy for file/byte array growth that will always double the current size
|
DropDateTimeOffsetClassIndexes_7_12 |
|
DropEnumClassIndexes_7_10 |
|
DropGuidClassAndFieldIndexes_7_12 |
|
DTrace |
|
DynamicVariable<T> |
A dynamic variable is a value associated to a specific thread and scope.
|
EagerObjectExchangeStrategy |
|
EagerObjectWriter |
|
EmbeddedConfiguration |
Configuration interface for db4o in embedded use.
|
EmbeddedConfigurationImpl |
|
EmbeddedConfigurationItem |
Implement this interface for configuration items that encapsulate
a batch of configuration settings or that need to be applied
to EmbeddedObjectContainers after they are opened.
|
EmbeddedObjectContainer |
Represents a local ObjectContainer attached to a database file.
|
EmbeddedTransactionLogHandler |
|
EmergencyShutdownReadOnlyException |
A previous IO exception has switched the database file
to read-only mode for controlled shutdown.
|
Empty |
|
Entry |
|
Entry4 |
|
Enum4 |
|
EnumerateIterator |
|
EnumerateIterator.Tuple |
|
Environment |
|
EnvironmentConfiguration |
Configures the environment (set of services) used by db4o.
|
Environments |
|
Evaluation |
For implementation of callback evaluations.
|
Event4<T extends EventArgs> |
An event.
|
Event4Impl<T extends EventArgs> |
|
EventArgs |
Base class for event arguments.
|
EventDispatcher |
|
EventDispatchers |
|
EventException |
db4o-specific exception.
Exception thrown during event dispatching if a client
provided event handler throws.
The exception threw by the client can be retrieved by
calling EventException#getCause().
|
EventListener4<T extends EventArgs> |
|
EventRegistry |
Provides the interface to register event handlers for
ObjectContainer events.
EventRegistry methods represent events available.
|
EventRegistryFactory |
|
EventRegistryImpl |
|
Exceptions4 |
|
ExtClient |
|
ExternalObjectContainer |
|
ExtObjectContainer |
|
ExtObjectServer |
extended functionality for the ObjectServer interface.
|
ExtObjectSet |
extended functionality for the
ObjectSet interface.
|
FieldAccessor |
|
FieldAwareTypeHandler |
|
FieldConfigurator |
|
FieldFilterable |
|
FieldIndexesToBTrees_5_7 |
|
FieldIndexException |
|
FieldIndexKey |
|
FieldIndexKeyHandler |
|
FieldIndexKeyImpl |
Composite key for field indexes, first compares on the actual
indexed field _value and then on the _parentID (which is a
reference to the containing object).
|
FieldIndexProcessor |
|
FieldIndexProcessorResult |
|
FieldInfo |
|
FieldMarshaller |
|
FieldMarshaller0 |
|
FieldMarshaller1 |
|
FieldMarshaller2 |
|
FieldMetadata |
|
File4 |
|
FileBasedTransactionLogHandler |
|
FileConfiguration |
File-related configuration methods, applicable
for db4o embedded use and on the server in a
Client/Server setup.
|
FileConfigurationProvider |
A configuration provider that provides access
to the file-related configuration methods.
|
FileHeader |
|
FileHeader1 |
|
FileHeader2 |
|
FileHeader3 |
|
FileHeaderVariablePart |
|
FileHeaderVariablePart1 |
|
FileHeaderVariablePart2 |
|
FileHeaderVariablePart3 |
|
FileStorage |
Storage adapter to store db4o database data to physical
files on hard disc.
|
FileStorage.FileBin |
|
FilteredIterator |
|
FirstPassCommand |
First step in the defragmenting process: Allocates pointer slots in the target file for
each ID (but doesn't fill them in, yet) and registers the mapping from source pointer address
to target pointer address.
|
FixedActivationDepth |
Activates a fixed depth of the object graph regardless of
any existing activation depth configuration settings.
|
FixedDepth<T extends FixedDepth> |
|
FixedSizeIntIterator4 |
|
FixedSizeIntIterator4Base |
|
FixedUpdateDepth |
|
FlatteningIterator |
|
FloatHandler |
|
FloatHandler0 |
|
FreeSlotNode |
|
FreespaceCommitter |
|
FreespaceConfiguration |
interface to configure the freespace system to be used.
|
FreespaceFiller |
Callback hook for overwriting freed space in the database file.
|
FreespaceListener |
|
FreespaceManager |
|
FreespaceManagerIx |
Old freespacemanager, before version 7.0.
|
FreespaceSlotChange |
|
FrozenObjectInfo |
|
FullActivationDepth |
Activates the full object graph.
|
Function4<A,R> |
|
FunctionApplicationIterator |
|
GeneratedUUIDs |
generate UUIDs for stored objects of this class.
|
GeneratedUUIDsConfigurator |
|
GeneratedUUIDsFactory |
|
GeneratedVersionNumbers |
Deprecated.
|
GenericArray |
|
GenericArrayClass |
|
GenericArrayReflector |
|
GenericClass |
|
GenericClassBuilder |
|
GenericConverter |
|
GenericField |
|
GenericObject |
|
GenericReflector |
db4o provides GenericReflector as a wrapper around specific
reflector (delegate).
|
GenericVirtualField |
|
GlobalOnlyConfigException |
db4o-specific exception.
This exception is thrown when a global configuration
setting is attempted on an open object container.
|
GrowthStrategy |
Strategy for file/byte array growth.
|
HandlerRegistry |
|
Handlers4 |
|
HandlerVersion |
|
HandlerVersionContext |
|
HandlerVersionRegistry |
|
HardObjectReference |
|
HashcodeReferenceSystem |
|
HashSet4 |
|
Hashtable4 |
|
HashtableBase |
|
HashtableIdentityEntry |
|
HashtableIntEntry |
|
HashtableIterator |
|
HashtableLongEntry |
|
HashtableObjectEntry |
|
HashtableTypeHandler |
Typehandler for java.util.Hashtable
|
HierarchyAnalyzer |
|
HierarchyAnalyzer.Diff |
|
HierarchyAnalyzer.Removed |
|
HierarchyAnalyzer.Same |
|
HybridQueryResult |
|
Identifiable |
|
IdentityHashtable4 |
|
IdentityHashtable4.IdentityEntry |
|
IdentitySet4 |
|
IDGenerator |
|
IDHandler |
|
IdListQueryResult |
|
IdMapping |
The ID mapping used internally during a defragmentation run.
|
IDMapping |
A mapping from db4o file source IDs/addresses to target IDs/addresses, used for defragmenting.
|
IDMappingCollector |
|
IdObjectCollector |
|
IdSlotChanges |
|
IdSlotMapping |
|
IdSlotTree |
|
IdSource |
|
IdSystem |
|
IdSystemConfiguration |
Interface to configure the IdSystem.
|
IdSystemConfigurationImpl |
|
IdSystemConfigurationProvider |
A configuration provider that provides access
to the IdSystem-related configuration methods.
|
IdSystemFactory |
Factory interface to create a custom IdSystem.
|
IdSystemSlotChange |
|
IdTreeQueryResult |
|
Ignore |
|
IgnoreExtends |
|
IgnoreFieldsTypeHandler |
Typehandler that ignores all fields on a class
|
IgnoreImplements |
|
IllegalComparisonException |
|
IncompatibleFileFormatException |
db4o-specific exception.
This exception is thrown when the database file format
is not compatible with the applied configuration.
|
Indexable4<T> |
|
IndexableTypeHandler |
|
Indexed |
@Indexed annotation turns indexing on and can be applied to
class fields.
|
IndexedConfigurator |
|
IndexedFactory |
|
IndexedIterator |
Basic functionality for implementing iterators for
fixed length structures whose elements can be efficiently
accessed by a numeric index.
|
IndexedLeaf |
|
IndexedNode |
|
IndexedNodeBase |
|
IndexedNodeCollector |
|
IndexedNodeWithRange |
|
IndexedPath |
|
InMemoryFreespaceManager |
|
InMemoryIdMapping |
In-memory mapping for IDs during a defragmentation run.
|
InMemoryIdSystem |
|
InsertFirst |
|
InstantiatingTypeHandler |
|
IntArrayByRef |
|
IntArrayList |
|
IntByRef |
Useful as "out" or "by ref" function parameter.
|
IntComparator |
Non boxing/unboxing version of Comparator for
faster id comparisons.
|
InterfaceTypeHandler |
|
Internal4 |
Marker interface to denote that a class is used for db4o internals.
|
InternalCandidate |
|
InternalObjectContainer |
|
InternalQuery |
|
InternalReadContext |
|
InternalServerError |
|
IntHandler |
|
IntHandler0 |
|
IntIdGenerator |
|
IntIterator4 |
|
IntIterator4Adaptor |
|
IntIterator4Impl |
|
IntIterators |
|
IntMatcher |
|
IntObjectVisitor |
|
IntVisitable |
|
IntVisitor |
|
InvalidIDException |
db4o-specific exception.
This exception is thrown when the supplied object ID
is incorrect (outside the scope of the database IDs).
|
InvalidIteratorException |
|
InvalidPasswordException |
db4o-specific exception.
This exception is thrown when a client tries to connect
to a server with a wrong password or null password.
|
InvalidSlotException |
db4o-specific exception.
This exception is thrown when db4o reads slot
information which is not valid (length or address).
|
IoAdaptedObjectContainer |
|
Iterable4<T> |
|
Iterable4Adaptor |
Adapts Iterable4/Iterator4 iteration model (moveNext, current) to the old db4o
and jdk model (hasNext, next).
|
IterableBase |
|
IterableBaseFactory |
|
IterableBaseWrapper |
|
Iterator4<E> |
|
Iterator4Impl<T> |
|
Iterator4JdkIterator |
|
Iterators |
Iterator primitives (concat, map, reduce, filter, etc...).
|
JavaReflectClass |
|
JDK |
|
JdkArray |
Reflection implementation for Array to map to JDK reflection.
|
JdkClass |
Reflection implementation for Class to map to JDK reflection.
|
JdkCollectionIterable4 |
|
JdkComparatorWrapper |
|
JdkConstructor |
Reflection implementation for Constructor to map to JDK reflection.
|
JDKFactory |
|
JdkField |
Reflection implementation for Field to map to JDK reflection.
|
JdkLoader |
|
JdkMethod |
|
JDKReflect |
package and class name are hard-referenced in JavaOnly#jdk()
|
JDKReflect.Factory |
|
JdkReflector |
db4o wrapper for JDK reflector functionality
|
JdkSignatureGenerator |
|
JoinedLeaf |
|
KeySpec |
|
KeySpec.Deferred |
|
KeySpecHashtable4 |
|
KeyValueHandlerPair |
|
KnownClassesCollector |
|
KnownClassesRepository |
|
LatinStringEncoding |
|
LatinStringIO |
|
LazyClientIdIterator |
|
LazyClientObjectSetStub |
|
LazyClientQueryResult |
|
LazyObjectReference |
|
LazyQueryResult |
|
LegacyActivationDepth |
Activates an object graph to a specific depth respecting any
activation configuration settings that might be in effect.
|
LegacyActivationDepthProvider |
|
LegacyClientServerFactory |
|
LegacyClientServerFactoryImpl |
|
LegacyConfigurationProvider |
|
LegacyFixedUpdateDepth |
|
LegacyUnspecifiedUpdateDepth |
|
LegacyUpdateDepthProvider |
|
LengthKeySlotHandler |
|
LenientFieldAccessor |
|
Level |
|
LinkLengthAware |
|
List4<T> |
simplest possible linked list
|
Listener4<E> |
|
ListenerRegistry<E> |
|
LoadedFromClassIndex |
Diagnostic, if query was required to load candidate set from class index.
|
LocalObjectContainer |
|
LocalPersistentBase |
|
LocalTransaction |
|
Lock4 |
|
LockedTree |
|
Logger |
|
Logging<T> |
|
LoggingInterceptor |
|
LoggingWrapper<T> |
|
LogInterface |
|
LongByRef |
Useful as "out" or "by ref" function parameter.
|
LongHandler |
|
LongHandler0 |
|
Map4 |
|
MapEntry4<K,V> |
|
MappedIDPair |
|
MappedIDPairHandler |
|
MappingIterator |
|
MappingNotFoundException |
|
MapTypeHandler |
Typehandler for classes that implement java.util.Map.
|
MarshallerFamily |
Represents a db4o file format version, assembles all the marshallers
needed to read/write this specific version.
|
MarshallerFamily.FamilyVersion |
|
MarshallingBuffer |
|
MarshallingConstants0 |
|
MarshallingContext |
|
MarshallingContextState |
|
MarshallingInfo |
|
MarshallingInfoTraverseAspectCommand |
|
MaximumActivationDepth |
sets the maximum activation depth to the desired value.
|
MaximumActivationDepthConfigurator |
|
MaximumActivationDepthFactory |
|
MClassID |
|
MClassMeta |
|
MClassMetadataIdForName |
|
MClassNameForID |
get the classname for an internal ID
|
MClose |
|
MCloseSocket |
|
MCommit |
|
MCommitReplication |
|
MCommitSystemTransaction |
|
MCommittedCallBackRegistry |
|
MCommittedInfo |
|
MCreateClass |
|
MDelete |
|
MDeleteBlobFile |
|
MemoryBin |
|
MemoryStorage |
Storage implementation that produces Bin instances
that operate in memory.
|
MError |
|
Message |
|
MessageContext |
Additional message-related information.
|
MessageDispatcher |
|
MessageEventArgs |
|
MessageRecipient |
message recipient for client/server messaging.
|
Messages |
|
MessageSender |
message sender for client/server messaging.
|
MessageWithResponse |
|
MFailed |
|
MGenerateTransactionTimestamp |
|
MGetAll |
|
MGetClasses |
|
MGetInternalIDs |
|
MGetThreadID |
|
MIdentity |
|
MIDList |
|
MinimumActivationDepth |
sets the minimum activation depth to the desired value.
|
MinimumActivationDepthConfigurator |
|
MinimumActivationDepthFactory |
|
MInstanceCount |
|
MIsAlive |
|
MissingClass |
Diagnostic if class not found
|
Mixin |
|
MLength |
|
MLogin |
|
MLoginOK |
|
MNull |
|
MObjectByUuid |
|
MObjectSet |
|
MObjectSetFetch |
|
MObjectSetFinalized |
|
MObjectSetGetId |
|
MObjectSetIndexOf |
|
MObjectSetReset |
|
MObjectSetSize |
|
ModificationAware |
|
ModifiedAspectTraversalStrategy |
|
ModifiedObjectQuery |
|
MOK |
|
MPing |
|
MPong |
|
MPrefetchIDs |
|
MProcessDeletes |
|
MQueryExecute |
|
MQueryResult |
|
MRaiseCommitTimestamp |
|
MReadBlob |
|
MReadBytes |
|
MReadMultipleObjects |
|
MReadObject |
|
MReadReaderById |
|
MReadSlot |
|
MReleaseSemaphore |
|
MRequestExceptionWithoutResponse |
|
MRequestExceptionWithResponse |
|
MRollback |
|
MRuntimeException |
|
MSetSemaphore |
|
Msg |
Messages for Client/Server Communication
|
MsgBlob |
|
MsgD |
Messages with Data for Client/Server Communication
|
MsgObject |
|
MsgQuery |
|
MSuccess |
|
MSwitchToFile |
|
MSwitchToMainFile |
|
MTaDelete |
|
MTaIsDeleted |
|
MultidimensionalArrayHandler |
n-dimensional array
|
MultidimensionalArrayHandler0 |
|
MultidimensionalArrayHandler3 |
|
MultidimensionalArrayInfo |
|
MultidimensionalArrayIterator |
|
MUseDefaultTransactionTimestamp |
|
MUserMessage |
|
MUserMessage.UserMessagePayload |
|
MUseTransaction |
|
MVersion |
|
MVersionForId |
|
MWriteBatchedMessages |
|
MWriteBlob |
|
MWriteNew |
|
MWriteUpdate |
|
NameProvider |
A provider for custom database names.
|
NativeCollections |
|
NativeQueryHandler |
|
NativeQueryNotOptimized |
Diagnostic, if Native Query can not be run optimized.
|
NativeQueryOptimizerNotLoaded |
|
NetDateTime |
|
NetDecimal |
.NET decimal layout is (bytewise)
|M3|M2|M1|M0|M7|M6|M5|M4|M11|M10|M9|M8|S[7]|E[4-0]|X|X|
(M=mantissa, E=exponent(negative powers of 10), S=sign, X=unused/unknown)
|
NetSByte |
|
NetSimpleTypeHandler |
|
NetTypeHandler |
|
NetUInt |
|
NetULong |
|
NetUShort |
|
NetworkingConfiguration |
Configuration interface for networking configuration settings.
The network settings should be configured in exactly the same on the server and client.
|
NetworkingConfigurationImpl |
|
NetworkingConfigurationProvider |
A configuration provider that provides access to the
networking configuration methods.
|
NetworkingConfigurationProviderImpl |
|
NetworkServerSocket |
|
NetworkServerSocketBase |
|
NetworkSocket |
|
NetworkSocketBase |
|
NewFileHeaderBase |
|
No4 |
|
NoArgsClassConfiguratorFactory |
|
NoArgsFieldConfiguratorFactory |
|
NoDuplicatesQueue |
|
NonblockingQueue<T> |
Unbounded queue.
|
NonDescendingActivationDepth |
Transparent Activation strategy.
|
NonFlushingStorage |
Storage adapter that does not pass flush calls
on to its delegate.
|
NotImplementedException |
|
NotSupportedException |
|
NotTransparentActivationEnabled |
|
NQOptimizationInfo |
|
Null |
|
NullCache4<K,V> |
|
NullCallbacks |
|
NullClientSlotCache |
|
NullFieldAwareTypeHandler |
|
NullFieldMetadata |
|
NullFreespaceListener |
|
NullFreespaceManager |
|
NullModifiedObjectQuery |
|
NullTransactionListener |
|
ObjectAttribute |
generic interface to allow returning an attribute of an object.
|
ObjectByRef<T> |
Useful as "out" or "by ref" function parameter.
|
ObjectCallbacks |
callback methods.
|
ObjectClass |
configuration interface for classes.
|
ObjectConstructor |
interface to allow instantiating objects by calling specific constructors.
|
ObjectContainer |
The main interface to a db4o database, stand-alone or client/server.
|
ObjectContainerBase |
|
ObjectContainerEventArgs |
Arguments for container related events.
|
ObjectContainerFactory |
|
ObjectContainerSession |
|
ObjectContainerSpec |
Workaround to provide the Java 5 version with a hook to add ExtObjectContainer.
|
ObjectEventArgs |
Arguments for object related events.
|
ObjectExchangeConfiguration |
|
ObjectExchangeStrategy |
|
ObjectExchangeStrategyFactory |
|
ObjectField |
configuration interface for fields of classes.
|
ObjectFieldDoesNotExist |
|
ObjectHeader |
|
ObjectHeaderAttributes |
|
ObjectHeaderContext |
|
ObjectID |
|
ObjectIdContext |
|
ObjectIdContextImpl |
|
ObjectInfo |
interface to the internal reference that an ObjectContainer
holds for a stored object.
|
ObjectInfoCollection |
Interface to an iterable collection ObjectInfo objects.
ObjectInfoCollection is used reference a number of stored objects.
|
ObjectInfoCollectionImpl |
|
ObjectInfoEventArgs |
|
ObjectNotStorableException |
this Exception is thrown, if objects can not be stored and if
db4o is configured to throw Exceptions on storage failures.
|
ObjectPool<T> |
|
ObjectReference |
A weak reference to an known object.
|
ObjectReferenceContext |
|
ObjectServer |
The db4o server interface.
|
ObjectServerEvents |
|
ObjectServerImpl |
|
ObjectSet<T> |
An ObjectSet is a representation for a set of objects returned by a query.
|
ObjectSetFacade |
|
ObjectTranslator |
translator interface to translate objects on storage and activation.
|
ObjectTypeMetadata |
|
OldFormatException |
|
OpenTypeHandler |
|
OpenTypeHandler0 |
|
OpenTypeHandler2 |
|
OpenTypeHandler7 |
|
OrIndexedLeaf |
|
PagingMemoryBin |
|
PagingMemoryStorage |
Storage implementation that produces Bin instances
that operate in memory.
|
Pair<TFirst,TSecond> |
|
ParentCandidate |
|
Path4 |
IMPORTANT: Keep the interface of this class compatible with .NET System.IO.Path otherwise
bad things will happen to you.
|
PausableBlockingQueue<T> |
|
PausableBlockingQueue4<T> |
|
PersistedStaticFieldValues |
turns on storing static field values for this class.
|
PersistedStaticFieldValuesConfigurator |
|
PersistedStaticFieldValuesFactory |
|
Persistent |
|
PersistentBase |
|
PersistentIntegerArray |
|
PlainObjectHandler |
Tyehandler for naked plain objects (java.lang.Object).
|
Platform |
|
Platform.Negate |
|
Platform4 |
|
Platform4.JDKFactoryInstantiationException |
|
PlatformReflectConstructor |
|
Pointer4 |
|
PointerBasedIdSystem |
|
Predicate<ExtentType> |
Base class for native queries.
|
Predicate4<T> |
|
PredicateEvaluation |
|
PredicatePlatform |
|
PrefetchingStrategy |
Defines a strategy on how to prefetch objects from the server.
|
PreparedArrayContainsComparison |
|
PreparedComparison<T> |
a prepared comparison, to compare multiple objects
with one single object.
|
PrimitiveCodec |
|
PrimitiveHandler |
|
PrimitiveMarshaller |
|
PrimitiveMarshaller0 |
|
PrimitiveMarshaller1 |
|
PrimitiveTypeMetadata |
|
PrintWriterLoggerInterceptor |
|
Procedure4<T> |
|
Prototypes |
creates prototype objects for classes.
|
PrototypesException |
exception for the the Prototypes world.
|
Public |
|
PurgeableCache4<K,V> |
|
QCandidate |
Represents an actual object in the database.
|
QCandidateBase |
|
QCandidates |
|
QCon |
Base class for all constraints on queries.
|
QConClass |
Class constraint on queries
|
QConEvaluation |
|
QConJoin |
Join constraint on queries
|
QConObject |
Object constraint on queries
|
QConPath |
Placeholder for a constraint, only necessary to attach children
to the query graph.
|
QConstraints |
Array of constraints for queries.
|
QConUnconditional |
|
QE |
Query Evaluator - Represents such things as >, >=, <, <=, EQUAL, LIKE, etc.
|
QEAbstract |
|
QEContains |
|
QEEndsWith |
|
QEEqual |
|
QEGreater |
|
QEIdentity |
|
QEMulti |
|
QENot |
|
QESmaller |
|
QEStartsWith |
|
QEStringCmp |
|
QField |
|
QLin<T> |
a node in a QLin ("Coolin") query.
|
QLinable |
support for the new experimental QLin ("Coolin") query interface.
|
QLinConstraint<T> |
|
QLinException |
exceptions to signal improper use of the
QLin query interface.
|
QLinField<T> |
|
QLinNode<T> |
|
QLinOrderBy<T> |
|
QLinOrderByDirection |
Internal implementation class, access should not be necessary,
except for implementors.
|
QLinRoot<T> |
|
QLinSodaNode<T> |
|
QLinSubNode<T> |
|
QLinSupport |
static import support class for QLin queries.
|
QPending |
|
QPrimitiveCandidate |
|
QQuery |
QQuery is the users hook on our graph.
|
QQueryBase |
QQuery is the users hook on our graph.
|
QQueryBase.CreateCandidateCollectionResult |
|
Query |
Handle to a node in a S.O.D.A.
|
QueryableTypeHandler |
|
QueryComparator<Target> |
Comparator for sorting queries on JDKs where
java.util.Comparator is not available.
|
QueryConfiguration |
interface to configure the querying settings to be used by the query processor.
|
QueryEvaluationMode |
This class provides static constants for the query evaluation
modes that db4o supports.
|
QueryEvaluationOff |
turns query evaluation of specific fields off.
|
QueryEventArgs |
Arguments for Query related events.
|
QueryingReadContext |
|
QueryResult |
|
QueryResultCandidates |
|
QueryResultIteratorFactory |
|
Queue4<E> |
|
RandomAccessFileFactory |
|
RawClassSpec |
|
RawFieldSpec |
|
Readable |
|
ReadBuffer |
a buffer interface with methods to read and to position
the read pointer in the buffer.
|
ReadContext |
this interface is passed to internal class TypeHandler4
when instantiating objects.
|
ReadOnlyBin |
|
ReadsObjectIds |
|
ReadWriteable |
|
ReadWriteBuffer |
|
ReferenceActivationContext |
this interface is passed to reference type handlers.
|
ReferenceCollector |
|
ReferencedSlot |
|
ReferenceSystem |
|
ReferenceSystemFactory |
|
ReferenceSystemRegistry |
|
ReferenceTypeHandler |
|
ReflectArray |
representation for java.lang.reflect.Array.
|
ReflectClass |
representation for java.lang.Class.
|
ReflectClassBuilder |
|
ReflectClasses |
|
ReflectClassPredicate |
Predicate representation.
|
ReflectConstructor |
representation for java.lang.reflect.Constructor.
|
ReflectConstructorSpec |
a spec holding a constructor, it's arguments
and information, if the constructor can instantiate
objects.
|
ReflectException |
db4o-specific exception.
This exception is thrown when one of the db4o reflection methods fails.
|
ReflectField |
representation for java.lang.reflect.Field.
|
Reflection4 |
|
ReflectionIterableBase |
|
ReflectMethod |
representation for java.lang.reflect.Method.
|
Reflector |
root of the reflection implementation API.
|
ReflectorConfiguration |
|
ReflectorConfigurationImpl |
|
ReflectorUtils |
|
ReflectPlatform |
|
ReindexNetDateTime_7_8 |
|
Remove |
|
RemoveFirst |
|
Rename |
Renaming actions are stored to the database file to make
sure that they are only performed once.
|
Renames |
|
ReplaceFirst |
|
ReplicationRecord |
tracks the version of the last replication between
two Objectcontainers.
|
ReservedBuffer |
a reserved buffer within a write buffer.
|
RollbackStrategy |
Interface defining rollback behavior when Transparent Persistence mode is on.
|
Runnable4 |
|
Runtime4 |
A collection of static methods that should be part of the runtime environment but are not.
|
RuntimeInterruptedException |
|
Searcher |
|
SearchTarget |
|
Sequence4<T> |
|
SequentialIdGenerator |
|
SerializedGraph |
|
Serializer |
|
ServerClosedEventArgs |
|
ServerConfiguration |
Configuration interface for db4o servers.
|
ServerConfigurationImpl |
|
ServerConfigurationItem |
Implement this interface for configuration items that encapsulate
a batch of configuration settings or that need to be applied
to ObjectServers after they are opened.
|
ServerMessageDispatcher |
|
ServerMessageDispatcherImpl |
|
ServerSideMessage |
|
ServerSocket4 |
|
ServerSocket4Decorator |
|
Set4<T> |
|
ShallowClone |
|
SharedIndexedFields |
|
ShortHandler |
|
ShortHandler0 |
|
ShutdownMode |
|
ShutdownMode.FatalMode |
|
ShutdownMode.NormalMode |
|
SignatureGenerator |
|
SimpleNameProvider |
|
SimpleObjectPool<T> |
|
SimpleTimer |
|
SingleClassTypeHandlerPredicate |
allows installing a Typehandler for a single class.
|
SingleMessagePrefetchingStrategy |
Prefetchs multiples objects at once (in a single message).
|
SingleNamedClassTypeHandlerPredicate |
allows installing a Typehandler for a single classname.
|
SingleValueIterator |
|
Slot |
|
SlotAccessor |
|
SlotChange |
|
SlotChangeFactory |
|
SlotCollector |
|
SlotCopyHandler |
|
SlotFormat |
|
SlotFormat0 |
|
SlotFormat2 |
|
SlotFormatCurrent |
|
SlotHandler |
|
SnapShotQueryResult |
|
Socket4 |
|
Socket4Adapter |
|
Socket4Decorator |
|
Socket4Factory |
|
SodaQueryComparator |
|
SodaQueryComparator.Direction |
|
SodaQueryComparator.Ordering |
|
Sortable4 |
|
SortedCollection4 |
|
Stack4 |
|
StackableIdSystem |
|
StandardAspectTraversalStrategy |
|
StandardClientServerFactory |
|
StandardIdSystemFactory |
|
StandardReferenceCollector |
|
StandardReferenceTypeHandler |
|
StandardReferenceTypeHandler.PreparedComparisonImpl |
|
StandardReferenceTypeHandler0 |
|
StandardSlotAccessor |
|
StandardSocket4Factory |
|
StatefulBuffer |
public for .NET conversion reasons
TODO: Split this class for individual usecases.
|
StatefulQueryResult |
|
StaticClass |
|
StaticField |
|
Status |
Static constants to describe the status of objects.
|
StopWatch |
|
Storage |
Base interface for Storage adapters that open a Bin
to store db4o database data to.
|
StorageDecorator |
Wrapper base class for all classes that wrap Storage.
|
StoredClass |
the internal representation of a stored class.
|
StoredClassFilter |
Filter for StoredClass instances.
|
StoredClassImpl |
|
StoredField |
the internal representation of a field on a stored class.
|
StoredFieldImpl |
|
StoredTransientFields |
allows to specify if transient fields are to be stored.
|
StoredTransientFieldsConfigurator |
|
StoredTransientFieldsFactory |
|
StrictFieldAccessor |
|
StringBasedValueTypeHandlerBase<T> |
|
StringBufferHandler |
|
StringEncoding |
encodes a String to a byte array and decodes a String
from a part of a byte array
|
StringEncodings |
All built in String encodings
|
StringEventArgs |
|
StringHandler |
|
StringHandler0 |
|
SubArrayList4<E> |
|
SubTypePredicate |
|
SynchronizedBin |
|
SynchronizedHashtable4 |
|
SynchronizedIterator4 |
|
SystemData |
|
SystemInfo |
provides information about system state and system settings.
|
SystemInfoFileImpl |
|
SystemSlotChange |
|
TClass |
|
TCollection |
|
TernaryBool |
yes/no/dontknow data type
|
THashtable |
|
ThreadedSyncBin |
|
ThreadLocal4<T> |
ThreadLocal implementation for less capable platforms such as JRE 1.1 and
Silverlight.
|
ThreadPool4 |
|
ThreadPool4Impl |
|
TimeoutBlockingQueue<T> |
|
TimeoutBlockingQueue4<T> |
|
TimerFileLock |
|
TimerFileLockDisabled |
|
TimerFileLockEnabled |
|
TimeStampIdGenerator |
|
TMap |
|
TNull |
|
TPFixedUpdateDepth |
|
TPUnspecifiedUpdateDepth |
|
TPUpdateDepthProvider |
|
Transaction |
|
TransactionalEventArgs |
|
TransactionalIdSystem |
|
TransactionalIdSystemImpl |
|
TransactionalReferenceSystem |
|
TransactionalReferenceSystemBase |
|
TransactionAware |
|
TransactionContext |
|
TransactionListener |
allows registration with a transaction to be notified of
commit and rollback
|
TransactionLocal<T> |
A transaction local variable.
|
TransactionLogHandler |
|
TransactionParticipant |
|
TransientClass |
Marker interface to denote that a class should not be stored by db4o.
|
TranslatedAspect |
|
TransparentActivationDepthProvider |
|
TransparentActivationDepthProviderImpl |
|
TransparentActivationSupport |
Configuration item that enables Transparent Activation Mode for this
session.
|
TransparentPersistenceSupport |
Enables Transparent Persistence and Transparent Activation behaviours for
the current session.
|
TransportIdSystem |
|
TransportObjectContainer |
no reading
no writing
no updates
no weak references
navigation by ID only both sides need synchronised ClassCollections and
MetaInformationCaches
|
TransportObjectContainer.KnownObjectIdentity |
|
TraverseAspectCommand |
|
TraverseFieldCommand |
|
Tree<T> |
|
TreeInt |
Base class for balanced trees.
|
TreeIntObject<T> |
|
TreeKeyIterator |
|
TreeNodeIterator |
|
TreeObject |
|
TreeReader |
|
TreeSetTypeHandler |
|
TSerializable |
|
TTransient |
|
TTreeMap |
|
TTreeSet |
|
TVector |
|
TypeAlias |
a simple Alias for a single Class or Type, using equals on
the names in the resolve method.
|
TypeFamilyTypeHandler |
|
TypeHandler4 |
handles reading, writing, deleting, defragmenting and
comparisons for types of objects.
Custom Typehandlers can be implemented to alter the default
behaviour of storing all non-transient fields of an object.
|
TypeHandlerAspect |
|
TypeHandlerCloneContext |
|
TypeHandlerConfiguration |
|
TypeHandlerConfigurationJDK_1_1 |
|
TypeHandlerConfigurationJDK_1_2 |
|
TypeHandlerPredicate |
Predicate to be able to select if a specific TypeHandler is
applicable for a specific Type.
|
TypeHandlerPredicatePair |
|
UncaughtExceptionEventArgs |
|
UnicodeStringEncoding |
|
UnicodeStringIO |
|
UniqueFieldValueConstraint |
Configures a field of a class to allow unique values only.
|
UniqueFieldValueConstraintViolationException |
|
UnknownActivationDepth |
|
UnknownTypeHandlerAspect |
|
UnmarshallingContext |
Wraps the low-level details of reading a Buffer, which in turn is a glorified byte array.
|
UnmodifiableListTypeHandler |
|
UnspecifiedUpdateDepth |
|
UnsupportedOldFormatException |
This exception is thrown while reading old database
files for which support has been dropped.
|
UnsupportedOrderingException |
|
Unversioned |
marker interface to denote that version numbers and UUIDs should
not be generated for a class that implements this interface
|
UpdatedDepth |
specifies the updateDepth for this class.
|
UpdatedDepthConfigurator |
|
UpdatedDepthFactory |
|
UpdateDepth |
|
UpdateDepthGreaterOne |
Diagnostic, if update depth greater than 1.
|
UpdateDepthProvider |
|
User |
|
UTF8StringEncoding |
|
UUIDFieldMetadata |
|
ValueTypeHandler |
|
VariableLengthTypeHandler |
marker interface for TypeHandlers where the slot
length can change, depending on the object stored
|
VectorTypeHandler |
TypeHandler for java.util.Vector for JDKs without the
collection framework.
|
VersionedTypeHandler |
|
VersionFieldMetadata |
|
VersionNumberToCommitTimestamp_8_0 |
|
VirtualAttributeHandler |
|
VirtualAttributes |
|
VirtualField |
intended for future virtual fields on classes.
|
VirtualFieldMetadata |
TODO: refactor for symmetric inheritance - don't inherit from YapField and override,
instead extract an abstract superclass from YapField and let both YapField and this class implement
|
Visitable<T> |
|
Visitor4<T> |
|
WeakReferenceSupport |
|
WeakReferenceSupportFactory |
|
WildcardAlias |
Wildcard Alias functionality to create aliases for packages,
namespaces or multiple similar named classes.
|
WriteBuffer |
a buffer interface with write methods.
|
WriteContext |
this interface is passed to internal class TypeHandler4 during marshaling
and provides methods to marshal objects.
|