@Entity public class ConfigurationEntity extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_KEY
The key column.
|
static String |
COLUMN_VALUE
The value column as a character array.
|
static String |
COLUMN_VALUE_CLOB
The value column as a CLOB.
|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
ConfigurationEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getKey() |
String |
getValue() |
String |
getValueClob() |
void |
setKey(String key) |
void |
setValue(String value) |
void |
setValueClob(String valueClob) |
public static final String TABLE_NAME
public static final String COLUMN_KEY
public static final String COLUMN_VALUE
public static final String COLUMN_VALUE_CLOB
Copyright © 2019. All rights reserved.