Package com.db4o.typehandlers
-
Interface Summary Interface Description ActivationContext CascadingTypeHandler TypeHandler for objects with members.InstantiatingTypeHandler QueryableTypeHandler ReferenceTypeHandler 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.TypeHandlerPredicate Predicate to be able to select if a specific TypeHandler is applicable for a specific Type.ValueTypeHandler -
Class Summary Class Description CollectionTypeHandler TypeHandler for Collections.HashtableTypeHandler Typehandler for java.util.HashtableIgnoreFieldsTypeHandler Typehandler that ignores all fields on a classMapTypeHandler 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.