Qi4j
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 75. Artifact

Group IDArtifact IDVersion

org.qi4j.extension

org.qi4j.extension.entitystore-preferences

2.0


Assembly

Assembly is done using the provided Assembler:

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