Package one.microstream.entity
Class EntityVersionContext.Mutable.Default<K>
java.lang.Object
one.microstream.entity.EntityVersionContext.Abstract<K>
one.microstream.entity.EntityVersionContext.Mutable.Default<K>
- All Implemented Interfaces:
EntityLayerProviderProvider
,EntityVersionContext<K>
,EntityVersionContext.Mutable<K>
- Enclosing interface:
- EntityVersionContext.Mutable<K>
public static class EntityVersionContext.Mutable.Default<K> extends EntityVersionContext.Abstract<K> implements EntityVersionContext.Mutable<K>
-
Nested Class Summary
Nested classes/interfaces inherited from interface one.microstream.entity.EntityVersionContext
EntityVersionContext.Abstract<K>, EntityVersionContext.AutoIncrementing<K>, EntityVersionContext.Mutable<K>
Nested classes/interfaces inherited from interface one.microstream.entity.EntityVersionContext.Mutable
EntityVersionContext.Mutable.Default<K>
-
Constructor Summary
Constructors Constructor Description Default()
-
Method Summary
Modifier and Type Method Description EntityVersionContext<K>
currentVersion(K key)
Methods inherited from class one.microstream.entity.EntityVersionContext.Abstract
cleaner, currentVersion, equalator
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface one.microstream.entity.EntityVersionContext
cleaner, currentVersion, equalator, provideEntityLayerProvider, versionForUpdate, versions
-
Constructor Details
-
Default
public Default()
-
-
Method Details
-
currentVersion
- Specified by:
currentVersion
in interfaceEntityVersionContext.Mutable<K>
-