DBParameters

Description

DBParamteres is a persistent, database based implementation of Parameters interface.

The container livecycle is managed by DBParametersManager, which allows you to create new container, retrieve or delete them from database. You don't have to call any update() method. All container modification are automatically write down to the storage. All parameters retrievings are speed up with local cache.

Browse

Dependencies

required components Database, LoggerFactory
required libraries DNA API (dna:dna-api)

Constructor parameters

position type description
1 org.objectledge.database.Database the database
2 org.jcontainer.dna.Logger the logger