Uses of Interface
org.apache.cayenne.di.spi.ModuleProvider
Package
Description
-
Uses of ModuleProvider in org.apache.cayenne.configuration.rop.client
Modifier and TypeInterfaceDescriptioninterface
This interface implementations will be used byClientRuntimeBuilder
to auto-load client modules. -
Uses of ModuleProvider in org.apache.cayenne.configuration.server
Modifier and TypeInterfaceDescriptioninterface
This interface implementations will be used byServerRuntimeBuilder
to auto-load server modules.Modifier and TypeClassDescriptionclass
ServerModule auto-loading facility. -
Uses of ModuleProvider in org.apache.cayenne.di.spi
Modifier 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.