Package step.core.collections
Interface CollectionFactory
-
- All Superinterfaces:
AutoCloseable,Closeable
- All Known Implementing Classes:
DelegatingCollectionFactory,FilesystemCollectionFactory,InMemoryCollectionFactory
public interface CollectionFactory extends Closeable
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T> Collection<T>getCollection(String name, Class<T> entityClass)
-
-
-
Method Detail
-
getCollection
<T> Collection<T> getCollection(String name, Class<T> entityClass)
-
-