|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Injector | |
---|---|
org.apache.cayenne.configuration | |
org.apache.cayenne.configuration.rop.client | |
org.apache.cayenne.configuration.server | |
org.apache.cayenne.di | |
org.apache.cayenne.di.spi |
Uses of Injector in org.apache.cayenne.configuration |
---|
Fields in org.apache.cayenne.configuration declared as Injector | |
---|---|
protected Injector |
CayenneRuntime.injector
|
protected Injector |
DefaultAdhocObjectFactory.injector
|
Methods in org.apache.cayenne.configuration that return Injector | |
---|---|
Injector |
CayenneRuntime.getInjector()
Returns DI injector used by this runtime. |
Uses of Injector in org.apache.cayenne.configuration.rop.client |
---|
Fields in org.apache.cayenne.configuration.rop.client declared as Injector | |
---|---|
protected Injector |
LocalClientServerChannelProvider.serverInjector
|
Constructors in org.apache.cayenne.configuration.rop.client with parameters of type Injector | |
---|---|
ClientLocalRuntime(Injector serverInjector,
Map<String,String> properties,
Collection<Module> extraModules)
|
|
ClientLocalRuntime(Injector serverInjector,
Map<String,String> properties,
Module... extraModules)
|
|
LocalClientServerChannelProvider(Injector serverInjector)
|
Uses of Injector in org.apache.cayenne.configuration.server |
---|
Fields in org.apache.cayenne.configuration.server declared as Injector | |
---|---|
protected Injector |
DataContextFactory.injector
|
protected Injector |
DataDomainProvider.injector
|
Uses of Injector in org.apache.cayenne.di |
---|
Methods in org.apache.cayenne.di that return Injector | |
---|---|
static Injector |
DIBootstrap.createInjector(Collection<Module> modules)
Creates and returns an injector instance working with the set of provided modules. |
static Injector |
DIBootstrap.createInjector(Module... modules)
Creates and returns an injector instance working with the set of provided modules. |
Uses of Injector in org.apache.cayenne.di.spi |
---|
Classes in org.apache.cayenne.di.spi that implement Injector | |
---|---|
class |
DefaultInjector
A default Cayenne implementations of a DI injector. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |