db4o 6.3

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.
CustomClassHandler Custom class handler to provide modified instantiation, marshalling and querying behaviour for special classes.
FreespaceConfiguration interface to configure the freespace system to be used.
FreespaceFiller Callback hook for overwriting freed space in the database file.
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.
ObjectMarshaller interface for custom marshallers.
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.
GlobalOnlyConfigException db4o-specific exception.

This exception is thrown when a global configuration setting is attempted on an open object container.
TypeAlias a simple Alias for a single Class or Type, using #equals() on the names in the resolve method.
VanillaClassHandler base class for CustomClassHandler, to change some behaviour only
WildcardAlias Wildcard Alias functionality to create aliases for packages, namespaces or multiple similar named classes.
 


db4o 6.3