| Interface | Description |
|---|---|
| CallbackFacet |
A
Facet that represents some type of lifecycle callback on the object
(eg about to be persisted). |
| CreatedCallbackFacet |
Represents the mechanism to inform the object that it has just been created.
|
| LoadedCallbackFacet |
Represents the mechanism to inform the object that it has just been loaded
from the object store.
|
| LoadingCallbackFacet |
Represents the mechanism to inform the object that it is about to be loaded
from the object store.
|
| PersistedCallbackFacet |
Represents the mechanism to inform the object that it has been persisted to
the object store for the first time.
|
| PersistingCallbackFacet |
Represents the mechanism to inform the object that it is about to be
persisted to the object store for the first time.
|
| RemovedCallbackFacet |
Represents the mechanism to inform the object that it has just been deleted.
|
| RemovingCallbackFacet |
Represents the mechanism to inform the object that it about to be deleted.
|
| UpdatedCallbackFacet |
Represents the mechanism to inform the object that it has been updated in the
object store.
|
| UpdatingCallbackFacet |
Represents the mechanism to inform the object that it is about to be updated
in the object store.
|
| Class | Description |
|---|---|
| CallbackUtils |
| Enum | Description |
|---|---|
| LifeCycleEvent |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.