| Modifier and Type | Interface and Description |
|---|---|
interface |
CreatedCallbackFacet
Represents the mechanism to inform the object that it has just been created.
|
interface |
LoadedCallbackFacet
Represents the mechanism to inform the object that it has just been loaded
from the object store.
|
interface |
LoadingCallbackFacet
Represents the mechanism to inform the object that it is about to be loaded
from the object store.
|
interface |
PersistedCallbackFacet
Represents the mechanism to inform the object that it has been persisted to
the object store for the first time.
|
interface |
PersistingCallbackFacet
Represents the mechanism to inform the object that it is about to be
persisted to the object store for the first time.
|
interface |
RemovedCallbackFacet
Represents the mechanism to inform the object that it has just been deleted.
|
interface |
RemovingCallbackFacet
Represents the mechanism to inform the object that it about to be deleted.
|
interface |
UpdatedCallbackFacet
Represents the mechanism to inform the object that it has been updated in the
object store.
|
interface |
UpdatingCallbackFacet
Represents the mechanism to inform the object that it is about to be updated
in the object store.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CallbackFacetAbstract
Adapter superclass for
Facets for CallbackFacet. |
| Modifier and Type | Class and Description |
|---|---|
class |
CreatedCallbackFacetAbstract |
class |
CreatedCallbackFacetViaMethod |
| Modifier and Type | Class and Description |
|---|---|
class |
LoadedCallbackFacetAbstract |
class |
LoadedCallbackFacetViaMethod |
class |
LoadingCallbackFacetAbstract |
class |
LoadingCallbackFacetViaMethod |
| Modifier and Type | Class and Description |
|---|---|
class |
PersistedCallbackFacetAbstract |
class |
PersistedCallbackFacetViaMethod |
class |
PersistingCallbackFacetAbstract |
class |
PersistingCallbackFacetViaMethod |
| Modifier and Type | Class and Description |
|---|---|
class |
RemovedCallbackFacetAbstract |
class |
RemovedCallbackFacetViaMethod |
class |
RemovingCallbackFacetAbstract |
class |
RemovingCallbackFacetViaMethod |
| Modifier and Type | Class and Description |
|---|---|
class |
UpdatedCallbackFacetAbstract |
class |
UpdatedCallbackFacetViaMethod |
class |
UpdatingCallbackFacetAbstract |
class |
UpdatingCallbackFacetViaMethod |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.