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.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
           
protected  QueryCache DataDomain.queryCache
          An injected provider of QueryCache.
 

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
           
 

Constructor parameters in org.apache.cayenne.configuration with annotations of type Inject
DefaultRuntimeProperties(Map<String,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  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  RuntimeProperties DataDomainProvider.configurationProperties
           
protected  DataDomain DataContextFactory.dataDomain
           
protected  DataDomain DomainDataChannelProvider.dataDomain
           
protected  DataSourceFactory DataDomainProvider.dataSourceFactory
           
protected  SchemaUpdateStrategy DataDomainProvider.defaultSchemaUpdateStrategy
           
protected  EventManager DataContextFactory.eventManager
           
protected  List<DataChannelFilter> DataDomainProvider.filters
           
protected  Injector DataContextFactory.injector
           
protected  Injector DataDomainProvider.injector
           
protected  JdbcEventLogger DefaultDbAdapterFactory.jdbcEventLogger
           
protected  DataChannelDescriptorLoader DataDomainProvider.loader
           
protected  AdhocObjectFactory DataDomainProvider.objectFactory
           
protected  AdhocObjectFactory DefaultDbAdapterFactory.objectFactory
           
protected  AdhocObjectFactory DelegatingDataSourceFactory.objectFactory
           
protected  RuntimeProperties DelegatingDataSourceFactory.properties
           
protected  RuntimeProperties PropertyDataSourceFactory.properties
           
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(List<DbAdapterDetector> detectors)
           
 

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, Map<String,String> eventBridgeProperties)
           
HessianService(ObjectContextFactory contextFactory, Map<String,String> eventBridgeProperties)
           
 



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