db4o 8.0

com.db4o.typehandlers
Interface ReferenceTypeHandler

All Superinterfaces:
TypeHandler4
All Known Subinterfaces:
InstantiatingTypeHandler
All Known Implementing Classes:
CollectionTypeHandler, HashtableTypeHandler, IgnoreFieldsTypeHandler, MapTypeHandler, VectorTypeHandler

public interface ReferenceTypeHandler
extends TypeHandler4


Method Summary
 void activate(ReferenceActivationContext context)
          gets called when an object is to be activated.
 
Methods inherited from interface com.db4o.typehandlers.TypeHandler4
defragment, delete, write
 

Method Detail

activate

void activate(ReferenceActivationContext context)
gets called when an object is to be activated.

Parameters:
context -

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.