ObjectAdapter interface,
a wrapper around each domain object pojo.See: Description
| Interface | Description |
|---|---|
| DomainObjectServices | |
| DomainObjectServicesAware | |
| LocalizationProvider | |
| LocalizationProviderAware | |
| MutableProposedHolder |
Mix-in for
Instance implementations, where can hold a proposed new
value different from the underlying value. |
| ObjectAdapter |
Adapters to domain objects, where the application is written in terms of
domain objects and those objects are represented within the NOF through these
adapter, and not directly.
|
| ObjectAdapterFactory |
Polymorphic instantiation of
ObjectAdapter. |
| ObjectDirtier | |
| ObjectDirtierAware | |
| ObjectPersistor | |
| ObjectPersistorAware | |
| QuerySubmitter | |
| QuerySubmitterAware | |
| ServicesProvider | |
| ServicesProviderAware |
| Exception | Description |
|---|---|
| ResolveException |
Indicates that a request to resolve an object has failed.
|
ObjectAdapter interface,
a wrapper around each domain object pojo.
ObjectAdapter is analogous
to java.lang.Object; from it the ObjectSpecification
can be obtained (analogous to java.lang.Class.
The other significant type defined by
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.