Uses of Class
org.springframework.boot.batch.jdbc.autoconfigure.BatchJdbcProperties
Packages that use BatchJdbcProperties
Package
Description
Auto-configuration for Spring Batch JDBC.
-
Uses of BatchJdbcProperties in org.springframework.boot.batch.jdbc.autoconfigure
Subclasses with type arguments of type BatchJdbcProperties in org.springframework.boot.batch.jdbc.autoconfigureModifier and TypeClassDescriptionclassDataSourceScriptDatabaseInitializerfor the Spring Batch database.Constructors in org.springframework.boot.batch.jdbc.autoconfigure with parameters of type BatchJdbcPropertiesModifierConstructorDescriptionBatchDataSourceScriptDatabaseInitializer(DataSource dataSource, BatchJdbcProperties properties) Create a newBatchDataSourceScriptDatabaseInitializerinstance.