Uses of Class
step.core.collections.EntityVersion
-
Packages that use EntityVersion Package Description step.core.accessors step.core.collections step.core.collections.delegating step.core.collections.filesystem step.core.collections.inmemory -
-
Uses of EntityVersion in step.core.accessors
Fields in step.core.accessors with type parameters of type EntityVersion Modifier and Type Field Description protected Collection<EntityVersion>AbstractAccessor. versionedCollectionDriverMethods in step.core.accessors that return types with arguments of type EntityVersion Modifier and Type Method Description Stream<EntityVersion>AbstractAccessor. getHistory(org.bson.types.ObjectId id, Integer skip, Integer limit)Stream<EntityVersion>Accessor. getHistory(org.bson.types.ObjectId id, Integer skip, Integer limit)Get all object's versions by idStream<EntityVersion>CachedAccessor. getHistory(org.bson.types.ObjectId id, Integer skip, Integer limit)Stream<EntityVersion>LayeredAccessor. getHistory(org.bson.types.ObjectId id, Integer skip, Integer limit)Method parameters in step.core.accessors with type arguments of type EntityVersion Modifier and Type Method Description voidAbstractAccessor. enableVersioning(Collection<EntityVersion> versionedCollection, Long newVersionThresholdMs)voidAccessor. enableVersioning(Collection<EntityVersion> versionedCollection, Long newVersionThresholdMs)voidCachedAccessor. enableVersioning(Collection<EntityVersion> versionedCollection, Long newVersionThresholdMs)voidLayeredAccessor. enableVersioning(Collection<EntityVersion> versionedCollection, Long newVersionThresholdMs) -
Uses of EntityVersion in step.core.collections
Methods in step.core.collections that return types with arguments of type EntityVersion Modifier and Type Method Description Collection<EntityVersion>CollectionFactory. getVersionedCollection(String name) -
Uses of EntityVersion in step.core.collections.delegating
Methods in step.core.collections.delegating that return types with arguments of type EntityVersion Modifier and Type Method Description Collection<EntityVersion>DelegatingCollectionFactory. getVersionedCollection(String name) -
Uses of EntityVersion in step.core.collections.filesystem
Methods in step.core.collections.filesystem that return types with arguments of type EntityVersion Modifier and Type Method Description Collection<EntityVersion>FilesystemCollectionFactory. getVersionedCollection(String name) -
Uses of EntityVersion in step.core.collections.inmemory
Methods in step.core.collections.inmemory that return types with arguments of type EntityVersion Modifier and Type Method Description Collection<EntityVersion>InMemoryCollectionFactory. getVersionedCollection(String name)
-