public class ConfigRecord extends PersistentRecord
| Modifier and Type | Field and Description |
|---|---|
static Class<ConfigRecord> |
_R |
String |
field |
static ColumnExp<String> |
FIELD |
String |
node |
static ColumnExp<String> |
NODE |
String |
object |
static ColumnExp<String> |
OBJECT |
static int |
SCHEMA_VERSION |
String |
value |
static ColumnExp<String> |
VALUE |
| Constructor and Description |
|---|
ConfigRecord()
An empty constructor for unmarshalling.
|
ConfigRecord(String node,
String object,
String field,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static Key<ConfigRecord> |
getKey(String node,
String object,
String field)
Create and return a primary
Key to identify a ConfigRecord
with the supplied key values. |
clonepublic static final Class<ConfigRecord> _R
public static final int SCHEMA_VERSION
public String node
public String object
public String field
public String value
public static Key<ConfigRecord> getKey(String node, String object, String field)
Key to identify a ConfigRecord
with the supplied key values.Copyright © 2015. All rights reserved.