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 SummaryNested classes/interfaces inherited from interface one.microstream.entity.EntityVersionContextEntityVersionContext.Abstract<K>, EntityVersionContext.AutoIncrementing<K>, EntityVersionContext.Mutable<K>Nested classes/interfaces inherited from interface one.microstream.entity.EntityVersionContext.MutableEntityVersionContext.Mutable.Default<K>
- 
Constructor SummaryConstructors Constructor Description Default()
- 
Method SummaryModifier and Type Method Description EntityVersionContext<K>currentVersion(K key)Methods inherited from class one.microstream.entity.EntityVersionContext.Abstractcleaner, currentVersion, equalatorMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface one.microstream.entity.EntityVersionContextcleaner, currentVersion, equalator, provideEntityLayerProvider, versionForUpdate, versions
- 
Constructor Details- 
Defaultpublic Default()
 
- 
- 
Method Details- 
currentVersion- Specified by:
- currentVersionin interface- EntityVersionContext.Mutable<K>
 
 
-