Package | Description |
---|---|
org.wildfly.swarm.batch.jberet | |
org.wildfly.swarm.datasources |
Modifier and Type | Method and Description |
---|---|
BatchFraction |
BatchFraction.defaultJobRepository(DatasourcesFraction datasource)
Adds a new JDBC job repository using the datasource name as the job repository name and sets it as the default job
repository.
|
BatchFraction |
BatchFraction.defaultJobRepository(String name,
DatasourcesFraction datasource)
Adds a new JDBC job repository and sets it as the default job repository.
|
BatchFraction |
BatchFraction.jdbcJobRepository(DatasourcesFraction datasource)
Creates a new JDBC job repository using the name of the datasource for the job repository name.
|
BatchFraction |
BatchFraction.jdbcJobRepository(String name,
DatasourcesFraction datasource)
Creates a new JDBC job repository.
|
Modifier and Type | Method and Description |
---|---|
DatasourcesFraction |
DatasourcesFraction.dataSource(DataSource value) |
DatasourcesFraction |
DatasourcesFraction.jdbcDriver(String childKey,
JDBCDriverConsumer consumer) |
Copyright © 2018 JBoss by Red Hat. All rights reserved.