@ParametersAreNonnullByDefault public class NoopStore extends AbstractDataMapperChain<Backend> implements Store
Store that simply notifies its associated Backend, without any
additional operation.
It corresponds to the tail of a Store chain and sets the default result for each method. These methods are
handled if the Store that is supposed to handle them has not been configured during the store chain
configuration.
| Constructor and Description |
|---|
NoopStore(Backend backend)
Constructs a new
NoopStore between the given resource and the backend. |
| Modifier and Type | Method and Description |
|---|---|
Backend |
backend()
Returns the back-end where data are stored.
|
addAllReferences, addAllValues, addReference, addValue, allInstancesOf, allInstancesOf, allReferencesOf, allValuesOf, appendAllReferences, appendAllValues, appendReference, appendValue, close, containerFor, containerOf, copyTo, metaClassFor, metaClassOf, next, next, referenceFor, referenceFor, referenceOf, referenceOf, removeAllReferences, removeAllValues, removeContainer, removeReference, removeReference, removeValue, removeValue, save, sizeOfReference, sizeOfValue, valueFor, valueFor, valueOf, valueOfclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcontainerFor, containerOf, removeContainerallInstancesOf, allInstancesOf, metaClassFor, metaClassOfaddAllValues, addValue, allValuesOf, appendAllValues, appendValue, removeAllValues, removeValue, sizeOfValue, valueFor, valueOfremoveValue, valueFor, valueOfaddAllReferences, addReference, allReferencesOf, appendAllReferences, appendReference, referenceFor, referenceOf, removeAllReferences, removeReference, sizeOfReferencereferenceFor, referenceOf, removeReferencepublic NoopStore(Backend backend)
NoopStore between the given resource and the backend.backend - the back-end used to store the modelCopyright © 2013–2019 Atlanmod. All rights reserved.