Constant Field Values


Contents
de.smartics.*

de.smartics.properties.api.config.cache.CacheConfiguration
public static final String CACHE_ID "de.smartics.properties.cache.id"
public static final String CACHE_NAME "de.smartics.properties.cache.cacheName"
public static final String JNDI_NAME "de.smartics.properties.cache.jndiName"

de.smartics.properties.api.config.codes.LibraryCodeNumbers
public static final int CACHE_CODE_START 8000
public static final int CONFIGURATION_CODE_START 5000
public static final int DATA_SOURCE_CODE_START 6000
public static final int PROPERTY_STORE_CODE_START 8100
public static final int TRANSFER_CODE_START 7000

de.smartics.properties.api.config.ds.DataSourceConfiguration
public static final String CONFIG_SOURCE_ID "de.smartics.properties.ds.id"
public static final String CREATE_TABLE "de.smartics.properties.ds.createTable"
public static final String DROP_TABLE "de.smartics.properties.ds.dropTable"
public static final String JNDI_NAME "de.smartics.properties.ds.jndiName"

de.smartics.properties.impl.config.domain.key.envapp.EnvAppConfigurationKeyHelper
public static final String SYSTEM_PROPERTY_ENVIRONMENT_NAME "properties.environment.name"
public static final String SYSTEM_PROPERTY_ENVIRONMENT_NODE "properties.environment.node"

de.smartics.properties.impl.config.ds.DataSourceConfigurationLoader
public static final String CLASSPATH_LOCATION "META-INF/smartics-properties/datasource.properties"

de.smartics.properties.impl.config.ds.DataSourceConfigurationPropertiesLoader
public static final String CLASSPATH_LOCATION "META-INF/smartics-properties/boot/datasource.properties"

de.smartics.properties.spi.config.cache.CacheConfigurationPropertiesLoader
public static final String CLASSPATH_LOCATION "META-INF/smartics-properties/boot/cache.properties"

de.smartics.properties.spi.config.ds.DefaultDataSourceManager.Builder
public static final String DEFAULT_CREATE_TABLE_TEMPLATE "CREATE TABLE IF NOT EXISTS ${table} (${configColumn} VARCHAR(128) NOT NULL, ${nameColumn} VARCHAR(64) NOT NULL, ${valueColumn} VARCHAR(255), CONSTRAINT prime UNIQUE (${configColumn}, ${nameColumn}))"

de.smartics.properties.spi.config.support.InMemoryConfigurationRepositoryManagement
public static final String PERM_ONLY "store.permonly"



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