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
ApplicationContextFactoryimplementation that takes a parent context and a path to the context to create.Factory for the creation ofApplicationContextinstances.AJobFactorythat creates its ownApplicationContextand pulls a bean out when asked to create aJob.Loads and unloadsJobswhen the application context is created and destroyed.A convenient factory for creating a set ofApplicationContextFactorycomponents from a set ofresources.BaseConfigurationclass that provides common JDBC-based infrastructure beans for enabling and using Spring Batch.Default implementation ofJobLoader.ApplicationContextFactoryimplementation that takes a parent context and a path to the context to create.AJobthat 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 aJobFactoryin aJobRegistry.Deprecated.Simple, thread-safe, map-based implementation ofJobRegistry.Simple map-based implementation ofStepRegistry.AJobFactorythat keeps a reference to aJob.
JobRegistrySmartInitializingSingleton.