@ParametersAreNonnullByDefault public abstract class AbstractStore extends AbstractDataMapperChain<Store> implements Store, Comparable<AbstractStore>
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractStore(int order)
Constructs a new
AbstractStore with the given order. |
| Modifier and Type | Method and Description |
|---|---|
Backend |
backend()
Returns the back-end where data are stored.
|
int |
compareTo(AbstractStore o) |
boolean |
equals(Object o) |
int |
hashCode() |
protected void |
next(Store next)
Defines the next mapper to notify.
|
String |
toString() |
addAllReferences, addAllValues, addReference, addValue, allInstancesOf, allInstancesOf, allReferencesOf, allValuesOf, appendAllReferences, appendAllValues, appendReference, appendValue, close, containerFor, containerOf, copyTo, metaClassFor, metaClassOf, next, referenceFor, referenceFor, referenceOf, referenceOf, removeAllReferences, removeAllValues, removeContainer, removeReference, removeReference, removeValue, removeValue, save, sizeOfReference, sizeOfValue, valueFor, valueFor, valueOf, valueOfclone, finalize, getClass, notify, notifyAll, 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, removeReferenceprotected AbstractStore(int order)
AbstractStore with the given order.
The smaller the order, the sooner this store will be visited.
order - the order of this store in the chainprotected void next(Store next)
AbstractDataMapperChainnext in class AbstractDataMapperChain<Store>next - the next mapper@Nonnull public Backend backend()
Storepublic int compareTo(AbstractStore o)
compareTo in interface Comparable<AbstractStore>Copyright © 2013–2019 Atlanmod. All rights reserved.