Uses of Class
org.springframework.boot.autoconfigure.batch.BatchProperties.Jdbc
Packages that use BatchProperties.Jdbc
Package
Description
Auto-configuration for Spring Batch.
-
Uses of BatchProperties.Jdbc in org.springframework.boot.autoconfigure.batch
Methods in org.springframework.boot.autoconfigure.batch that return BatchProperties.JdbcMethods in org.springframework.boot.autoconfigure.batch with parameters of type BatchProperties.JdbcModifier and TypeMethodDescriptionBatchDataSourceScriptDatabaseInitializer.getSettings
(DataSource dataSource, BatchProperties.Jdbc properties) AdaptsSpring Batch JDBC properties
toDatabaseInitializationSettings
replacing any @@platform@@ placeholders.Constructors in org.springframework.boot.autoconfigure.batch with parameters of type BatchProperties.JdbcModifierConstructorDescriptionBatchDataSourceScriptDatabaseInitializer
(DataSource dataSource, BatchProperties.Jdbc properties) Create a newBatchDataSourceScriptDatabaseInitializer
instance.