public class VersionNumberConcurrency
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VERSION_NUM_KEY_NAME |
| Constructor and Description |
|---|
VersionNumberConcurrency() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
buildVersionNumberKey(java.lang.String key)
This static method is used to build a unique identifier for the version number key in the session persistence execContext.
|
static java.lang.String |
buildVersionNumberKeyWithPkValue(java.lang.String key,
java.lang.String pkValue)
This static method is used to build a unique identifier for the version number key in the session persistence execContext.
|
static PropertyKeyValue |
getVersionNumber(IExecContext execContext,
ISqlTable sqlTable) |
public static final java.lang.String VERSION_NUM_KEY_NAME
public static PropertyKeyValue getVersionNumber(IExecContext execContext, ISqlTable sqlTable)
public static java.lang.String buildVersionNumberKey(java.lang.String key)
key - the table name/alias + . + field name/alias.public static java.lang.String buildVersionNumberKeyWithPkValue(java.lang.String key,
java.lang.String pkValue)
key - the table name/alias + . + field name/alias.pkValue - a reference to a PK value for this versionNumber.