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

Preferences EntityStore

code

docs

tests

EntityStore service backed by java.​util.​prefs.​Preferences. It can be a good candidate to store Configuration Composites.

Table 59. Artifact

Group IDArtifact IDVersion

org.apache.polygene.extensions

org.apache.polygene.extension.entitystore-preferences

3.0.0


Assembly

Assembly is done using the provided Assembler:

public void assemble( ModuleAssembly module )
        throws AssemblyException
{
    new PreferencesEntityStoreAssembler().assemble( module );
}