Uses of Package
org.apache.cayenne.di
-
Packages that use org.apache.cayenne.di Package Description org.apache.cayenne.di org.apache.cayenne.di.spi -
Classes in org.apache.cayenne.di used by org.apache.cayenne.di Class Description Binder An object passed to aModuleby the DI container during initialization, that provides the API for the module to bind its services to the container.BindingBuilder A binding builder that helps with fluent binding creation.DecoratorBuilder DIRuntimeException A runtime exception thrown on DI misconfiguration.Injector A facade to the Cayenne DI container.Key An object that encapsulates a key used to store and lookup DI bindings.ListBuilder A binding builder for list configurations.MapBuilder A binding builder for map configurations.Module Represents a unit of configuration of the Cayenne DI container.Provider A DI object factory interface.Scope Defines the scope of the instances created by the DI container. -
Classes in org.apache.cayenne.di used by org.apache.cayenne.di.spi Class Description AdhocObjectFactory Creates objects for user-provided String class names, injecting dependencies into them.ClassLoaderManager Maps ClassLoaders to resources.DIRuntimeException A runtime exception thrown on DI misconfiguration.Inject Injector A facade to the Cayenne DI container.Key An object that encapsulates a key used to store and lookup DI bindings.Module Represents a unit of configuration of the Cayenne DI container.Provider A DI object factory interface.Scope Defines the scope of the instances created by the DI container.