db4o 8.0

Package com.db4o.typehandlers

Interface Summary
ActivationContext  
CascadingTypeHandler TypeHandler for objects with members.
InstantiatingTypeHandler  
QueryableTypeHandler  
ReferenceTypeHandler  
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.

TypeHandlerPredicate Predicate to be able to select if a specific TypeHandler is applicable for a specific Type.
ValueTypeHandler  
 

Class Summary
CollectionTypeHandler TypeHandler for Collections.
HashtableTypeHandler Typehandler for java.util.Hashtable
IgnoreFieldsTypeHandler Typehandler that ignores all fields on a class
MapTypeHandler Typehandler for classes that implement java.util.Map.
SingleClassTypeHandlerPredicate allows installing a Typehandler for a single class.
SingleNamedClassTypeHandlerPredicate allows installing a Typehandler for a single classname.
VectorTypeHandler TypeHandler for java.util.Vector for JDKs without the collection framework.
 


db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.