| Package | Description |
|---|---|
| org.togglz.core.repository.jdbc | |
| org.togglz.core.repository.util |
| Modifier and Type | Field and Description |
|---|---|
protected MapSerializer |
JDBCStateRepository.serializer |
| Modifier and Type | Method and Description |
|---|---|
JDBCStateRepository.Builder |
JDBCStateRepository.Builder.serializer(MapSerializer serializer)
The
MapSerializer for storing parameters. |
| Constructor and Description |
|---|
JDBCStateRepository(DataSource dataSource,
String tableName,
boolean createTable,
MapSerializer serializer)
Deprecated.
use
JDBCStateRepository.newBuilder(DataSource) to create a builder that can be used to configure all
aspects of the repository in a fluent way |
JDBCStateRepository(DataSource dataSource,
String tableName,
boolean createTable,
MapSerializer serializer,
boolean noCommit)
Deprecated.
use
JDBCStateRepository.newBuilder(DataSource) to create a builder that can be used to configure all
aspects of the repository in a fluent way |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultMapSerializer
This converter is able to convert string maps to simple strings and vice versa.
|
Copyright © 2018. All Rights Reserved.