This project has retired. For details please refer to its Attic page.
Memory EntityStore
Polygene™
Introduction
Tutorials
Javadoc
Samples
Core
Libraries
Extensions
Tools
Glossary 

Memory EntityStore

code

docs

tests

EntityStore service backed by an in-memory Map.

Table 51. Artifact

Group IDArtifact IDVersion

org.apache.polygene.extensions

org.apache.polygene.extension.entitystore-memory

3.0.0


Assembly

Assembly is done as follows:

@Override
public void assemble( ModuleAssembly module )
{
    new MemoryEntityStoreAssembler().assemble( module );
      [...snip...]

}

This EntityStore has no configuration.