public interface CascadingTypeHandler extends TypeHandler4
| Modifier and Type | Method and Description |
|---|---|
void |
cascadeActivation(ActivationContext context)
will be called during activation if the handled
object is already active
|
void |
collectIDs(QueryingReadContext context)
will be called during querying to ask for IDs of member
objects of the handled object.
|
TypeHandler4 |
readCandidateHandler(QueryingReadContext context)
will be called during querying to ask for the handler
to be used to collect children of the handled object
|
defragment, delete, writevoid cascadeActivation(ActivationContext context)
context - TypeHandler4 readCandidateHandler(QueryingReadContext context)
context - void collectIDs(QueryingReadContext context)
context -