db4o 8.0

com.db4o.typehandlers
Interface ValueTypeHandler

All Superinterfaces:
TypeHandler4

public interface ValueTypeHandler
extends TypeHandler4


Method Summary
 java.lang.Object read(ReadContext context)
          gets called when an value type is to be read from the database.
 
Methods inherited from interface com.db4o.typehandlers.TypeHandler4
defragment, delete, write
 

Method Detail

read

java.lang.Object read(ReadContext context)
gets called when an value type is to be read from the database.

Parameters:
context -
Returns:
the read value type

db4o 8.0

Copyright 2009 Versant Corporation. All rights reserved.