db4o 7.4

Package com.db4o.config

Interface Summary
Alias Implement this interface when implementing special custom Aliases for classes, packages or namespaces.
ClientServerConfiguration Client/Server configuration interface.
Compare allows special comparison behaviour during query evaluation.
Configuration configuration interface.
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.
FreespaceConfiguration interface to configure the freespace system to be used.
FreespaceFiller Callback hook for overwriting freed space in the database file.
NativeSocketFactory Create platform native server and client sockets.
ObjectAttribute generic interface to allow returning an attribute of an object.
ObjectClass configuration interface for classes.
ObjectConstructor interface to allow instantiating objects by calling specific constructors.
ObjectField configuration interface for fields of classes.
ObjectTranslator translator interface to translate objects on storage and activation.
QueryConfiguration interface to configure the querying settings to be used by the query processor.
 

Class Summary
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.

DotnetSupport Adds the basic configuration settings required to access a .net generated database from java.
PlainSocketFactory Create raw platform native sockets.
QueryEvaluationMode This class provides static constants for the query evaluation modes that db4o supports.
TypeAlias a simple Alias for a single Class or Type, using #equals() on the names in the resolve method.
WildcardAlias Wildcard Alias functionality to create aliases for packages, namespaces or multiple similar named classes.
 

Exception Summary
GlobalOnlyConfigException db4o-specific exception.

This exception is thrown when a global configuration setting is attempted on an open object container.
 


db4o 7.4

Copyright 2007 db4objects Inc. All rights reserved.