This project has retired. For details please refer to its Attic page.
Memory EntityStore Starter Template for Bootstrap
Overview
javax.json serialization
javax.xml serialization
MessagePack serialization
Memory EntityStore
File EntityStore
Geode EntityStore
Hazelcast EntityStore
JClouds EntityStore
JDBM EntityStore
LevelDB EntityStore
MongoDB EntityStore
Preferences EntityStore
Redis EntityStore
Riak EntityStore
SQL EntityStore
Ehcache Cache
Memcache Cache
ElasticSearch Index/Query
OpenRDF Index/Query
Apache Solr Index/Query
SQL Index/Query
Codahale Metrics
Migration
Reindexer

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

0


Assembly

Assembly is done as follows:

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

}

This EntityStore has no configuration.