Uses of Class
org.apache.cayenne.di.Inject

Packages that use Inject
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.remote.hessian.service   
 

Uses of Inject in org.apache.cayenne.access
 

Fields in org.apache.cayenne.access with annotations of type Inject
protected  JdbcEventLogger DataDomain.jdbcEventLogger
           
 

Constructor parameters in org.apache.cayenne.access with annotations of type Inject
DefaultObjectMapRetainStrategy(RuntimeProperties runtimeProperties)
           
 

Uses of Inject in org.apache.cayenne.cache
 

Constructor parameters in org.apache.cayenne.cache with annotations of type Inject
MapQueryCacheProvider(RuntimeProperties properties)
           
 

Uses of Inject in org.apache.cayenne.configuration
 

Fields in org.apache.cayenne.configuration with annotations of type Inject
protected  DataMapLoader XMLDataChannelDescriptorLoader.dataMapLoader
           
protected  Injector DefaultAdhocObjectFactory.injector
           
protected  ConfigurationNameMapper XMLDataChannelDescriptorLoader.nameMapper
           
protected  ObjectMapRetainStrategy DefaultObjectStoreFactory.retainStrategy
           
protected  RuntimeProperties DefaultObjectStoreFactory.runtimeProperties
           
 

Constructor parameters in org.apache.cayenne.configuration with annotations of type Inject
DefaultRuntimeProperties(java.util.Map<java.lang.String,java.lang.String> properties)
           
 

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

Fields in org.apache.cayenne.configuration.rop.client with annotations of type Inject
protected  Provider<DataChannel> LocalConnectionProvider.clientServerChannelProvider
           
protected  ClientConnection ClientChannelProvider.connection
           
protected  DataChannel CayenneContextFactory.dataChannel
           
protected  EventManager ClientChannelProvider.eventManager
           
protected  Injector CayenneContextFactory.injector
           
protected  RuntimeProperties CayenneContextFactory.properties
           
protected  RuntimeProperties ClientChannelProvider.properties
           
protected  QueryCache CayenneContextFactory.queryCache
           
protected  RuntimeProperties HessianConnectionProvider.runtimeProperties
           
 

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

Fields in org.apache.cayenne.configuration.server with annotations of type Inject
protected  DbAdapterFactory DataDomainProvider.adapterFactory
           
protected  DataDomain DataContextFactory.dataDomain
           
protected  DataDomain DomainDataChannelProvider.dataDomain
           
protected  DataSourceFactory DataDomainProvider.dataSourceFactory
           
protected  SchemaUpdateStrategy DataDomainProvider.defaultSchemaUpdateStrategy
           
protected  DataChannelDescriptorMerger DataDomainProvider.descriptorMerger
           
protected  EventManager DataContextFactory.eventManager
           
protected  java.util.List<DataChannelFilter> DataDomainProvider.filters
           
protected  Injector DataContextFactory.injector
           
protected  Injector DataDomainProvider.injector
           
protected  Injector DefaultDbAdapterFactory.injector
           
protected  JdbcEventLogger DataDomainProvider.jdbcEventLogger
           
protected  JdbcEventLogger DefaultDbAdapterFactory.jdbcEventLogger
           
protected  JdbcEventLogger JNDIDataSourceFactory.jdbcEventLogger
           
protected  JdbcEventLogger PropertyDataSourceFactory.jdbcEventLogger
           
protected  JdbcEventLogger XMLPoolingDataSourceFactory.jdbcEventLogger
           
protected  DataChannelDescriptorLoader DataDomainProvider.loader
           
protected  java.util.List<java.lang.String> DataDomainProvider.locations
           
protected  AdhocObjectFactory DataDomainProvider.objectFactory
           
protected  AdhocObjectFactory DefaultDbAdapterFactory.objectFactory
           
protected  AdhocObjectFactory DelegatingDataSourceFactory.objectFactory
           
protected  ObjectStoreFactory DataContextFactory.objectStoreFactory
           
protected  RuntimeProperties DelegatingDataSourceFactory.properties
           
protected  RuntimeProperties PropertyDataSourceFactory.properties
           
protected  QueryCache DataContextFactory.queryCache
           
protected  QueryCache DataDomainProvider.queryCache
           
protected  ResourceLocator DataDomainProvider.resourceLocator
           
protected  ResourceLocator DBCPDataSourceFactory.resourceLocator
           
protected  ResourceLocator XMLPoolingDataSourceFactory.resourceLocator
           
 

Constructor parameters in org.apache.cayenne.configuration.server with annotations of type Inject
DefaultDbAdapterFactory(java.util.List<DbAdapterDetector> detectors)
           
 

Uses of Inject in org.apache.cayenne.dba
 

Fields in org.apache.cayenne.dba with annotations of type Inject
protected  BatchQueryBuilderFactory JdbcAdapter.batchQueryBuilderFactory
           
protected  JdbcEventLogger JdbcAdapter.logger
           
 

Uses of Inject in org.apache.cayenne.remote.hessian.service
 

Constructor parameters in org.apache.cayenne.remote.hessian.service with annotations of type Inject
HessianService(ObjectContextFactory contextFactory, java.util.Map<java.lang.String,java.lang.String> eventBridgeProperties)
           
HessianService(ObjectContextFactory contextFactory, java.util.Map<java.lang.String,java.lang.String> eventBridgeProperties)
           
 



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