| Modifier and Type | Interface and Description |
|---|---|
interface |
ClearDirtyObjectFacet
Explicitly indicate that this object is no longer dirty and so does not need
to be persisted.
|
interface |
IsDirtyObjectFacet
Determine whether this object has been explicitly
marked as dirty. |
interface |
MarkDirtyObjectFacet
Explicitly indicate that this object is dirty and needs to be persisted.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ClearDirtyObjectFacetAbstract |
class |
DirtyObjectFacetAbstract |
class |
IsDirtyObjectFacetAbstract |
class |
MarkDirtyObjectFacetAbstract |
| Modifier and Type | Class and Description |
|---|---|
class |
ClearDirtyObjectFacetViaMethod |
class |
IsDirtyObjectFacetViaMethod |
class |
MarkDirtyObjectFacetViaMethod |
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.