Uses of Class
de.smartics.properties.spi.config.ds.PropertiesStore

Packages that use PropertiesStore
de.smartics.properties.config.transfer.jdbc Provides an implementation for writing property definitions to a database via JDBC. 
de.smartics.properties.impl.config.ds Provides a SerializableConfigurationPropertiesManagement implementation based on DataSource
de.smartics.properties.spi.config.ds Provides implementations to provide access to data sources from configuration factories. 
 

Uses of PropertiesStore in de.smartics.properties.config.transfer.jdbc
 

Constructors in de.smartics.properties.config.transfer.jdbc with parameters of type PropertiesStore
JdbcPropertySink(PropertiesStore store)
          Default constructor.
 

Uses of PropertiesStore in de.smartics.properties.impl.config.ds
 

Methods in de.smartics.properties.impl.config.ds with parameters of type PropertiesStore
 void DataSourceConfigurationPropertiesFactory.setManager(ConfigurationKey<?> configurationKey, PropertiesStore manager)
          Sets the proxy to the data source manager that provides properties information.
 

Constructors in de.smartics.properties.impl.config.ds with parameters of type PropertiesStore
DataSourceConfigurationProperties(ConfigurationKey<?> key, PropertyDescriptorRegistry registry, PropertiesStore store, PropertyValueSecurity decrypter)
          Default constructor.
 

Uses of PropertiesStore in de.smartics.properties.spi.config.ds
 

Methods in de.smartics.properties.spi.config.ds that return PropertiesStore
 PropertiesStore PropertiesStore.Builder.build()
          Creates the instance.
 

Constructors in de.smartics.properties.spi.config.ds with parameters of type PropertiesStore
DataSourceConfigurationPropertyProvider(ConfigurationKey<?> configurationKey, PropertiesStore manager)
          Default constructor.
 



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