| Package | Description |
|---|---|
| org.apache.cayenne.di | |
| org.apache.cayenne.di.spi |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultInjector
A default Cayenne implementations of a DI injector.
|
| Modifier and Type | Field and Description |
|---|---|
protected Injector |
DefaultAdhocObjectFactory.injector |
| Constructor and Description |
|---|
DefaultAdhocObjectFactory(Injector injector,
ClassLoaderManager classLoaderManager) |
Copyright © 2001–2017 Apache Cayenne. All rights reserved.