| Package | Description |
|---|---|
| org.togglz.core.repository.jdbc |
| Modifier and Type | Method and Description |
|---|---|
JDBCStateRepository.Builder |
JDBCStateRepository.Builder.createTable(boolean createTable)
If set to
true, the table will be automatically created if it is missing. |
static JDBCStateRepository.Builder |
JDBCStateRepository.newBuilder(DataSource dataSource)
Creates a new builder for creating a
JDBCStateRepository. |
JDBCStateRepository.Builder |
JDBCStateRepository.Builder.noCommit(boolean noCommit)
Can be used to suppress to commit after modifying data in the repository.
|
JDBCStateRepository.Builder |
JDBCStateRepository.Builder.serializer(MapSerializer serializer)
The
MapSerializer for storing parameters. |
JDBCStateRepository.Builder |
JDBCStateRepository.Builder.tableName(String tableName)
Sets the table name to use for the Togglz feature state table.
|
Copyright © 2018. All Rights Reserved.