public class TableString<T extends TableString> extends Object
| Constructor and Description |
|---|
TableString() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
batchSize()
For DB inserts, the batch size determines how many inserts are batched together.
|
T |
batchSize(Integer value)
For DB inserts, the batch size determines how many inserts are batched together.
|
Map |
dataColumn()
A database column to hold cache entry data.
|
T |
dataColumn(Map value)
A database column to hold cache entry data.
|
Integer |
fetchSize()
For DB queries, the fetch size will be used to set the fetch size on ResultSets.
|
T |
fetchSize(Integer value)
For DB queries, the fetch size will be used to set the fetch size on ResultSets.
|
String |
getKey() |
Map |
idColumn()
A database column to hold cache entry ids.
|
T |
idColumn(Map value)
A database column to hold cache entry ids.
|
String |
prefix()
The prefix for the database table name.
|
T |
prefix(String value)
The prefix for the database table name.
|
Map |
timestampColumn()
A database column to hold cache entry timestamps.
|
T |
timestampColumn(Map value)
A database column to hold cache entry timestamps.
|
public String getKey()
public Integer batchSize()
public T batchSize(Integer value)
public Map dataColumn()
public Integer fetchSize()
public T fetchSize(Integer value)
public Map idColumn()
public String prefix()
public Map timestampColumn()
Copyright © 2015 JBoss by Red Hat. All rights reserved.