Package org.springframework.batch.core.configuration.support
@NonNullApi
package org.springframework.batch.core.configuration.support
Specific implementations of configuration concerns.
- Author:
- Michael Minella, Mahmoud Ben Hassine
-
ClassDescription
ApplicationContextFactory
implementation that takes a parent context and a path to the context to create.Factory for the creation ofApplicationContext
instances.AJobFactory
that creates its ownApplicationContext
and pulls a bean out when asked to create aJob
.Loads and unloadsJobs
when the application context is created and destroyed.A convenient factory for creating a set ofApplicationContextFactory
components from a set ofresources
.BaseConfiguration
class that provides common JDBC-based infrastructure beans for enabling and using Spring Batch.Default implementation ofJobLoader
.ApplicationContextFactory
implementation that takes a parent context and a path to the context to create.AJob
that can optionally prepend a group name to another job's name, to make it fit a naming convention for type or origin.Generic service that can bind and unbind aJobFactory
in aJobRegistry
.Deprecated.Simple, thread-safe, map-based implementation ofJobRegistry
.Simple map-based implementation ofStepRegistry
.AJobFactory
that keeps a reference to aJob
.
JobRegistrySmartInitializingSingleton
.