public class InMemoryRepositoryFactory extends Object implements RepositoryFactory
| Constructor and Description |
|---|
InMemoryRepositoryFactory(String entityId,
String name,
MetaDataParser parser,
EntityTypeFactory entityTypeFactory,
AttributeFactory attributeFactory) |
| Modifier and Type | Method and Description |
|---|---|
Repository<Entity> |
createRepository(File file) |
public InMemoryRepositoryFactory(String entityId, String name, MetaDataParser parser, EntityTypeFactory entityTypeFactory, AttributeFactory attributeFactory)
public Repository<Entity> createRepository(File file) throws IOException
createRepository in interface RepositoryFactoryIOExceptionCopyright © 2017. All rights reserved.