Package step.core.accessors
Class InMemoryAccessor<T extends step.core.accessors.AbstractIdentifiableObject>
- java.lang.Object
-
- step.core.accessors.AbstractAccessor<T>
-
- step.core.accessors.InMemoryAccessor<T>
-
- All Implemented Interfaces:
Accessor<T>
public class InMemoryAccessor<T extends step.core.accessors.AbstractIdentifiableObject> extends AbstractAccessor<T>
-
-
Field Summary
-
Fields inherited from class step.core.accessors.AbstractAccessor
collectionDriver, newVersionThresholdMs, versionedCollectionDriver
-
-
Constructor Summary
Constructors Constructor Description InMemoryAccessor()InMemoryAccessor(boolean byPassCloning)
-
Method Summary
-
Methods inherited from class step.core.accessors.AbstractAccessor
createOrUpdateCompoundIndex, createOrUpdateIndex, enableVersioning, findByAttributes, findByAttributes, findByCriteria, findManyByAttributes, findManyByAttributes, findManyByCriteria, get, get, getAll, getCollectionDriver, getHistory, getRange, isVersioningEnabled, remove, restoreVersion, save, save, stream
-
-