P - the parent of the entity to delete (if the entity has no parent
says is not in a association)
of another entity, just used the Void type).E - the type of the entity to delete.public interface Deletor<P,E>
| Modifier and Type | Method and Description |
|---|---|
void |
delete(TopiaContext tx,
P parent,
E from)
Hook to delete an entity from a prent entity.
|
void delete(TopiaContext tx, P parent, E from)
tx - current transactionparent - the parent of the entityfrom - the entity to delete.Copyright © 2004–2022 Code Lutin. All rights reserved.