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