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