public static class HasUoWFileLifecycle.Mixin extends Object implements Lifecycle
| Constructor and Description |
|---|
Mixin() |
| Modifier and Type | Method and Description |
|---|---|
void |
create()
Creation callback method.
|
void |
remove()
Removal callback method.
|
public void create()
LifecycleCalled by the Polygene runtime before the newInstance of the entity completes, before the constraints are checked, allowing for additional initialization.
public void remove()
throws IOException
LifecycleCalled by the Polygene runtime before the entity is removed from the system, allowing for clean-up operations.
remove in interface LifecycleIOException