Uses of Interface
org.apache.cayenne.configuration.RuntimeProperties

Packages that use RuntimeProperties
org.apache.cayenne.access Contains classes that make up Cayenne ORM stack. 
org.apache.cayenne.cache   
org.apache.cayenne.configuration   
org.apache.cayenne.configuration.rop.client   
org.apache.cayenne.configuration.server   
org.apache.cayenne.dba Contains database adapter API (DbAdapter) and its default implementation. 
org.apache.cayenne.dba.db2 IBM DB2 DbAdapter. 
org.apache.cayenne.dba.derby Apache Derby DbAdapter. 
org.apache.cayenne.dba.frontbase FrontBase DbAdapter. 
org.apache.cayenne.dba.h2   
org.apache.cayenne.dba.hsqldb HSQLDB DbAdapter. 
org.apache.cayenne.dba.ingres   
org.apache.cayenne.dba.mysql MySQL DbAdapter. 
org.apache.cayenne.dba.openbase OpenBase DbAdapter. 
org.apache.cayenne.dba.oracle Oracle DbAdapter. 
org.apache.cayenne.dba.postgres PostgreSQL DbAdapter. 
org.apache.cayenne.dba.sqlite   
org.apache.cayenne.dba.sqlserver MS SQLServer DbAdapter. 
org.apache.cayenne.dba.sybase Sybase DbAdapter. 
 

Uses of RuntimeProperties in org.apache.cayenne.access
 

Fields in org.apache.cayenne.access declared as RuntimeProperties
protected  RuntimeProperties DefaultObjectMapRetainStrategy.runtimeProperties
           
 

Constructors in org.apache.cayenne.access with parameters of type RuntimeProperties
DefaultObjectMapRetainStrategy(RuntimeProperties runtimeProperties)
           
 

Uses of RuntimeProperties in org.apache.cayenne.cache
 

Fields in org.apache.cayenne.cache declared as RuntimeProperties
protected  RuntimeProperties MapQueryCacheProvider.properties
           
 

Constructors in org.apache.cayenne.cache with parameters of type RuntimeProperties
MapQueryCacheProvider(RuntimeProperties properties)
           
 

Uses of RuntimeProperties in org.apache.cayenne.configuration
 

Classes in org.apache.cayenne.configuration that implement RuntimeProperties
 class DefaultRuntimeProperties
          An implementation of RuntimeProperties that returns properties that were injected via a map in constructor.
 

Fields in org.apache.cayenne.configuration declared as RuntimeProperties
protected  RuntimeProperties DefaultObjectStoreFactory.runtimeProperties
           
 

Uses of RuntimeProperties in org.apache.cayenne.configuration.rop.client
 

Fields in org.apache.cayenne.configuration.rop.client declared as RuntimeProperties
protected  RuntimeProperties CayenneContextFactory.properties
           
protected  RuntimeProperties ClientChannelProvider.properties
           
protected  RuntimeProperties HessianConnectionProvider.runtimeProperties
           
 

Uses of RuntimeProperties in org.apache.cayenne.configuration.server
 

Fields in org.apache.cayenne.configuration.server declared as RuntimeProperties
protected  RuntimeProperties DelegatingDataSourceFactory.properties
           
protected  RuntimeProperties PropertyDataSourceFactory.properties
           
protected  RuntimeProperties DataDomainProvider.runtimeProperties
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba
 

Constructors in org.apache.cayenne.dba with parameters of type RuntimeProperties
JdbcAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
          Creates new JdbcAdapter with a set of default parameters.
 

Uses of RuntimeProperties in org.apache.cayenne.dba.db2
 

Constructors in org.apache.cayenne.dba.db2 with parameters of type RuntimeProperties
DB2Adapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.derby
 

Constructors in org.apache.cayenne.dba.derby with parameters of type RuntimeProperties
DerbyAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.frontbase
 

Constructors in org.apache.cayenne.dba.frontbase with parameters of type RuntimeProperties
FrontBaseAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.h2
 

Constructors in org.apache.cayenne.dba.h2 with parameters of type RuntimeProperties
H2Adapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.hsqldb
 

Constructors in org.apache.cayenne.dba.hsqldb with parameters of type RuntimeProperties
HSQLDBAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
HSQLDBNoSchemaAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.ingres
 

Constructors in org.apache.cayenne.dba.ingres with parameters of type RuntimeProperties
IngresAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.mysql
 

Constructors in org.apache.cayenne.dba.mysql with parameters of type RuntimeProperties
MySQLAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.openbase
 

Constructors in org.apache.cayenne.dba.openbase with parameters of type RuntimeProperties
OpenBaseAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.oracle
 

Constructors in org.apache.cayenne.dba.oracle with parameters of type RuntimeProperties
Oracle8Adapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
OracleAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.postgres
 

Constructors in org.apache.cayenne.dba.postgres with parameters of type RuntimeProperties
PostgresAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.sqlite
 

Constructors in org.apache.cayenne.dba.sqlite with parameters of type RuntimeProperties
SQLiteAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.sqlserver
 

Constructors in org.apache.cayenne.dba.sqlserver with parameters of type RuntimeProperties
SQLServerAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 

Uses of RuntimeProperties in org.apache.cayenne.dba.sybase
 

Constructors in org.apache.cayenne.dba.sybase with parameters of type RuntimeProperties
SybaseAdapter(RuntimeProperties runtimeProperties, java.util.List<ExtendedType> defaultExtendedTypes, java.util.List<ExtendedType> userExtendedTypes, java.util.List<ExtendedTypeFactory> extendedTypeFactories)
           
 



Copyright © 2001-2012 Apache Cayenne. All Rights Reserved.