Modifier and Type | Class and Description |
---|---|
class |
ToolModule
A DI module containing basic Cayenne configuration.
|
Modifier and Type | Field and Description |
---|---|
protected Module[] |
CayenneRuntime.modules |
Modifier and Type | Method and Description |
---|---|
Module[] |
CayenneRuntime.getModules()
Returns an array of modules used to initialize this runtime.
|
protected static Module[] |
CayenneRuntime.mergeModules(Module mainModule,
Collection<Module> extraModules)
Internal helper method to add special extra modules in subclass constructors.
|
protected static Module[] |
CayenneRuntime.mergeModules(Module mainModule,
Module... extraModules)
Internal helper method to add special extra modules in subclass constructors.
|
Modifier and Type | Method and Description |
---|---|
protected static Module[] |
CayenneRuntime.mergeModules(Module mainModule,
Collection<Module> extraModules)
Internal helper method to add special extra modules in subclass constructors.
|
protected static Module[] |
CayenneRuntime.mergeModules(Module mainModule,
Module... extraModules)
Internal helper method to add special extra modules in subclass constructors.
|
protected static Module[] |
CayenneRuntime.mergeModules(Module mainModule,
Module... extraModules)
Internal helper method to add special extra modules in subclass constructors.
|
Modifier and Type | Method and Description |
---|---|
protected static Module[] |
CayenneRuntime.mergeModules(Module mainModule,
Collection<Module> extraModules)
Internal helper method to add special extra modules in subclass constructors.
|
Constructor and Description |
---|
CayenneRuntime(Module... modules)
Creates a CayenneRuntime with configuration based on the supplied array of DI
modules.
|
Constructor and Description |
---|
CayenneRuntime(Collection<Module> modules)
Creates a CayenneRuntime with configuration based on the supplied collection of DI
modules.
|
Modifier and Type | Class and Description |
---|---|
class |
ClientModule
A DI module containing all Cayenne ROP client runtime configurations.
|
Constructor and Description |
---|
ClientLocalRuntime(Injector serverInjector,
Map<String,String> properties,
Module... extraModules) |
ClientRuntime(Map<String,String> properties,
Module... extraModules)
Creates a client runtime configuring it with a standard set of services contained
in
ClientModule . |
Constructor and Description |
---|
ClientLocalRuntime(Injector serverInjector,
Map<String,String> properties,
Collection<Module> extraModules) |
ClientRuntime(Map<String,String> properties,
Collection<Module> extraModules)
Creates a client runtime configuring it with a standard set of services contained
in
ClientModule . |
Modifier and Type | Class and Description |
---|---|
class |
ROPServerModule
A DI module that defines services for the server-side of an ROP application based on
Caucho Hessian.
|
Modifier and Type | Class and Description |
---|---|
class |
ServerModule
A DI module containing all Cayenne server runtime configuration.
|
Constructor and Description |
---|
ServerRuntime(String[] configurationLocations,
Module... extraModules)
Creates a server runtime configuring it with a standard set of services contained
in
ServerModule . |
ServerRuntime(String configurationLocation,
Module... extraModules)
Creates a server runtime configuring it with a standard set of services contained
in
ServerModule . |
Modifier and Type | Class and Description |
---|---|
class |
WebModule |
Modifier and Type | Method and Description |
---|---|
Collection<Module> |
WebConfiguration.createModules(Module... standardModules)
Creates and returns a collection of modules made of provided standard modules and
extra custom modules specified via an optional "extra-modules" init parameter.
|
Modifier and Type | Method and Description |
---|---|
Collection<Module> |
WebConfiguration.createModules(Module... standardModules)
Creates and returns a collection of modules made of provided standard modules and
extra custom modules specified via an optional "extra-modules" init parameter.
|
Modifier and Type | Method and Description |
---|---|
static Injector |
DIBootstrap.createInjector(Module... modules)
Creates and returns an injector instance working with the set of provided modules.
|
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.
|
Constructor and Description |
---|
DefaultInjector(Module... modules) |
Copyright © 2001–2018 Apache Cayenne. All rights reserved.