public abstract class AdapterMapDelegator extends AdapterManagerAbstract
AdapterManager.
Provided to allow subclasses to override specific methods if required.
AdapterManager.ConcurrencyChecking| Constructor and Description |
|---|
AdapterMapDelegator(AdapterManager underlying) |
| Modifier and Type | Method and Description |
|---|---|
ObjectAdapter |
adapterFor(Object domainObject)
Looks up or creates a standalone (value) or root adapter.
|
ObjectAdapter |
adapterFor(Object pojo,
ObjectAdapter ownerAdapter,
OneToManyAssociation collection)
Looks up or creates a collection adapter.
|
ObjectAdapter |
getAdapterFor(Object pojo)
Gets the
adapter for the specified domain object if
it exists in the identity map. |
injectIntoclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitadapterFor, adapterFor, adapterFor, getAdapterForpublic AdapterMapDelegator(AdapterManager underlying)
public ObjectAdapter getAdapterFor(Object pojo)
AdapterManageradapter for the specified domain object if
it exists in the identity map.
Provided by the AdapterManager when used by framework.
pojo - - must not be nullpublic ObjectAdapter adapterFor(Object domainObject)
AdapterManagerpublic ObjectAdapter adapterFor(Object pojo, ObjectAdapter ownerAdapter, OneToManyAssociation collection)
AdapterManagerCopyright © 2010–2014 The Apache Software Foundation. All rights reserved.