|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface FirstClassHandler
TypeHandler for objects with own identity that support activation and querying on members.
Method Summary | |
---|---|
void |
cascadeActivation(com.db4o.internal.activation.ActivationContext4 context)
will be called during activation if the handled object is already active |
void |
collectIDs(com.db4o.internal.marshall.QueryingReadContext context)
will be called during querying to ask for IDs of member objects of the handled object. |
TypeHandler4 |
readCandidateHandler(com.db4o.internal.marshall.QueryingReadContext context)
will be called during querying to ask for the handler to be used to collect children of the handled object |
Methods inherited from interface com.db4o.typehandlers.TypeHandler4 |
---|
defragment, delete, read, write |
Methods inherited from interface com.db4o.internal.Comparable4 |
---|
prepareComparison |
Method Detail |
---|
void cascadeActivation(com.db4o.internal.activation.ActivationContext4 context)
context
- TypeHandler4 readCandidateHandler(com.db4o.internal.marshall.QueryingReadContext context)
context
-
void collectIDs(com.db4o.internal.marshall.QueryingReadContext context)
context
-
|
db4o 7.4 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |