public interface TypeHandler4
Configuration#registerTypeHandler(TypeHandlerPredicate, TypeHandler4)}| Modifier and Type | Method and Description |
|---|---|
void |
defragment(DefragmentContext context)
gets called when an object gets defragmented.
|
void |
delete(DeleteContext context)
gets called when an object gets deleted.
|
void |
write(WriteContext context,
java.lang.Object obj)
gets called when an object is to be written to the database.
|
void delete(DeleteContext context) throws Db4oIOException
context - Db4oIOExceptionvoid defragment(DefragmentContext context)
context - void write(WriteContext context, java.lang.Object obj)
context - obj - the object