Package com.db4o.typehandlers
Interface ReferenceTypeHandler
- 
- All Superinterfaces:
- TypeHandler4
 - All Known Subinterfaces:
- FieldAwareTypeHandler,- InstantiatingTypeHandler
 - All Known Implementing Classes:
- BigSetTypeHandler,- CollectionTypeHandler,- HashtableTypeHandler,- IgnoreFieldsTypeHandler,- InterfaceTypeHandler,- MapTypeHandler,- NullFieldAwareTypeHandler,- OpenTypeHandler,- OpenTypeHandler0,- OpenTypeHandler2,- OpenTypeHandler7,- PlainObjectHandler,- StandardReferenceTypeHandler,- StandardReferenceTypeHandler0,- TreeSetTypeHandler,- UnmodifiableListTypeHandler,- VectorTypeHandler
 
 public interface ReferenceTypeHandler extends TypeHandler4 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivate(ReferenceActivationContext context)gets called when an object is to be activated.- 
Methods inherited from interface com.db4o.typehandlers.TypeHandler4defragment, delete, write
 
- 
 
- 
- 
- 
Method Detail- 
activatevoid activate(ReferenceActivationContext context) gets called when an object is to be activated.- Parameters:
- context-
 
 
- 
 
-