Uses of Interface
step.core.collections.Collection
-
Packages that use Collection Package Description step.core.accessors step.core.collections step.core.collections.delegating step.core.collections.filesystem step.core.collections.inmemory -
-
Uses of Collection in step.core.accessors
Fields in step.core.accessors declared as Collection Modifier and Type Field Description protected Collection<T>AbstractAccessor. collectionDriverMethods in step.core.accessors that return Collection Modifier and Type Method Description Collection<T>AbstractAccessor. getCollectionDriver()Constructors in step.core.accessors with parameters of type Collection Constructor Description AbstractAccessor(Collection<T> collectionDriver) -
Uses of Collection in step.core.collections
Methods in step.core.collections that return Collection Modifier and Type Method Description <T> Collection<T>CollectionFactory. getCollection(String name, Class<T> entityClass) -
Uses of Collection in step.core.collections.delegating
Methods in step.core.collections.delegating that return Collection Modifier and Type Method Description <T> Collection<T>DelegatingCollectionFactory. getCollection(String name, Class<T> entityClass) -
Uses of Collection in step.core.collections.filesystem
Classes in step.core.collections.filesystem that implement Collection Modifier and Type Class Description classFilesystemCollection<T>Methods in step.core.collections.filesystem that return Collection Modifier and Type Method Description <T> Collection<T>FilesystemCollectionFactory. getCollection(String name, Class<T> entityClass) -
Uses of Collection in step.core.collections.inmemory
Classes in step.core.collections.inmemory that implement Collection Modifier and Type Class Description classInMemoryCollection<T>Methods in step.core.collections.inmemory that return Collection Modifier and Type Method Description <T> Collection<T>InMemoryCollectionFactory. getCollection(String name, Class<T> entityClass)
-