Package de.smartics.properties.spi.config.ds

Package class diagram package de.smartics.properties.spi.config.ds
Provides implementations to provide access to data sources from configuration factories.

See:
          Description

Interface Summary
DataSourceProxy Allows serializable access to a data source.
PropertiesDataSourceAccessor Interface to access property information from a data source.
PropertiesDataSourceDescriptor Interface to describe the structure of a data base that contains properties information.
PropertiesDataSourceManager Interface to connect to a database to persist properties and to allow the management of the database infrastructure.
 

Class Summary
AbstractDataSourceDescriptor Helper to create database configurations with a data source.
AbstractDataSourceDescriptor.Builder The builder of descriptor instances.
DataSourceConfigurationPropertyProvider Provides an adapter for properties in a data source to match the PropertyProvider interface.
DefaultDataSourceManager Helper to create database configurations with a data source.
DefaultDataSourceManager.Builder The builder of manager instances.
DsPropertyCollection Implementation of PropertyCollection based on accessing a data source.
JndiDataSourceProxy An implementation using JNDI.
PropertiesStore Provides access to properties in a data source.
PropertiesStore.Builder The builder of manager instances.
 

Exception Summary
DataSourceException Signals problems with accessing a data source.
 

Package de.smartics.properties.spi.config.ds Description

Provides implementations to provide access to data sources from configuration factories. This allows to recreate the connection to the data source after deserialization.

Since:
1.0


Copyright © 2012-2013 Kronseder & Reiner GmbH - smartics. All Rights Reserved.