Uses of Interface
org.apache.cayenne.di.Module
| Package | Description | 
|---|---|
| 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 Module in org.apache.cayenne.configurationFields in org.apache.cayenne.configuration with type parameters of type Module Modifier and Type Field Description protected Collection<Module>CayenneRuntime. modulesMethods in org.apache.cayenne.configuration that return types with arguments of type Module Modifier and Type Method Description Collection<Module>CayenneRuntime. getModules()Returns the collection of modules used to initialize this runtime.Constructor parameters in org.apache.cayenne.configuration with type arguments of type Module Constructor Description CayenneRuntime(Collection<Module> modules)Creates a CayenneRuntime with configuration based on the supplied collection of DI modules.
- 
Uses of Module in org.apache.cayenne.configuration.rop.clientClasses in org.apache.cayenne.configuration.rop.client that implement Module Modifier and Type Class Description classClientModuleA DI module containing all Cayenne ROP client runtime configurations.Methods in org.apache.cayenne.configuration.rop.client that return Module Modifier and Type Method Description ModuleMainCayenneClientModuleProvider. module()Methods in org.apache.cayenne.configuration.rop.client that return types with arguments of type Module Modifier and Type Method Description Class<? extends Module>MainCayenneClientModuleProvider. moduleType()Collection<Class<? extends Module>>MainCayenneClientModuleProvider. overrides()Methods in org.apache.cayenne.configuration.rop.client with parameters of type Module Modifier and Type Method Description ClientRuntimeBuilderClientRuntimeBuilder. addModule(Module module)Method parameters in org.apache.cayenne.configuration.rop.client with type arguments of type Module Modifier and Type Method Description ClientRuntimeBuilderClientRuntimeBuilder. addModules(Collection<Module> modules)Constructor parameters in org.apache.cayenne.configuration.rop.client with type arguments of type Module Constructor Description ClientRuntime(Collection<Module> modules)
- 
Uses of Module in org.apache.cayenne.configuration.serverClasses in org.apache.cayenne.configuration.server that implement Module Modifier and Type Class Description classServerModuleA DI module containing all Cayenne server runtime configuration.Methods in org.apache.cayenne.configuration.server that return Module Modifier and Type Method Description ModuleMainCayenneServerModuleProvider. module()Methods in org.apache.cayenne.configuration.server that return types with arguments of type Module Modifier and Type Method Description Class<? extends Module>MainCayenneServerModuleProvider. moduleType()Collection<Class<? extends Module>>MainCayenneServerModuleProvider. overrides()Methods in org.apache.cayenne.configuration.server with parameters of type Module Modifier and Type Method Description ServerRuntimeBuilderServerRuntimeBuilder. addModule(Module module)Method parameters in org.apache.cayenne.configuration.server with type arguments of type Module Modifier and Type Method Description ServerRuntimeBuilderServerRuntimeBuilder. addModules(Collection<Module> modules)Constructor parameters in org.apache.cayenne.configuration.server with type arguments of type Module Constructor Description ServerRuntime(Collection<Module> modules)Creates a server runtime configuring it with a standard set of services contained inServerModule.
- 
Uses of Module in org.apache.cayenne.diMethods in org.apache.cayenne.di with parameters of type Module Modifier and Type Method Description static InjectorDIBootstrap. createInjector(Module... modules)Creates and returns an injector instance working with the set of provided modules.Method parameters in org.apache.cayenne.di with type arguments of type Module Modifier and Type Method Description static InjectorDIBootstrap. createInjector(Collection<Module> modules)Creates and returns an injector instance working with the set of provided modules.
- 
Uses of Module in org.apache.cayenne.di.spiMethods in org.apache.cayenne.di.spi that return Module Modifier and Type Method Description ModuleModuleProvider. module()Methods in org.apache.cayenne.di.spi that return types with arguments of type Module Modifier and Type Method Description List<Module>ModuleLoader. load(Class<? extends ModuleProvider> providerClass)Auto-loads all modules declared on classpath.Class<? extends Module>ModuleProvider. moduleType()Collection<Class<? extends Module>>ModuleProvider. overrides()Returns an array of module types this module overrides.Constructors in org.apache.cayenne.di.spi with parameters of type Module Constructor Description DefaultInjector(Module... modules)