Uses of Interface
org.apache.cayenne.di.Module
Packages that use Module
-
Uses of Module in org.apache.cayenne.configuration.runtime
Classes in org.apache.cayenne.configuration.runtime that implement ModuleModifier and TypeClassDescriptionclass
A DI module containing all Cayenne runtime configuration.Methods in org.apache.cayenne.configuration.runtime that return ModuleMethods in org.apache.cayenne.configuration.runtime that return types with arguments of type ModuleModifier and TypeMethodDescriptionCoreModuleProvider.moduleType()
Collection
<Class<? extends Module>> CoreModuleProvider.overrides()
-
Uses of Module in org.apache.cayenne.di
Methods in org.apache.cayenne.di with parameters of type ModuleModifier and TypeMethodDescriptionstatic Injector
DIBootstrap.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 ModuleModifier and TypeMethodDescriptionstatic Injector
DIBootstrap.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.spi
Methods in org.apache.cayenne.di.spi that return ModuleMethods in org.apache.cayenne.di.spi that return types with arguments of type ModuleModifier and TypeMethodDescriptionModuleLoader.load
(Class<? extends ModuleProvider> providerClass) Auto-loads all modules declared on classpath.ModuleLoader.load
(Class<? extends ModuleProvider> providerClass, ClassLoader classLoader) Auto-loads all modules declared on classpath.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 -
Uses of Module in org.apache.cayenne.runtime
Fields in org.apache.cayenne.runtime with type parameters of type ModuleMethods in org.apache.cayenne.runtime that return types with arguments of type ModuleModifier and TypeMethodDescriptionCayenneRuntime.getModules()
Returns the collection of modules used to initialize this runtime.Methods in org.apache.cayenne.runtime with parameters of type ModuleModifier and TypeMethodDescriptionMethod parameters in org.apache.cayenne.runtime with type arguments of type ModuleConstructor parameters in org.apache.cayenne.runtime with type arguments of type ModuleModifierConstructorDescriptionprotected
CayenneRuntime
(Collection<Module> modules) Creates a runtime configuring it with a standard set of services contained inCoreModule
.