org.plasma.sdo.core
Interface CoreConstants


public interface CoreConstants


Field Summary
static BigDecimal NULL_DECIMAL
           
static Double NULL_DOUBLE
           
static Float NULL_FLOAT
           
static Integer NULL_INTEGER
           
static Long NULL_LONG
           
static BigDecimal NULL_REFERENCE_DECIMAL
           
static Double NULL_REFERENCE_DOUBLE
           
static Float NULL_REFERENCE_FLOAT
           
static Integer NULL_REFERENCE_INTEGER
           
static Long NULL_REFERENCE_LONG
           
static Short NULL_REFERENCE_SHORT
           
static String NULL_REFERENCE_STRING
           
static Short NULL_SHORT
           
static String NULL_STRING
           
static String PROPERTY_NAME_ENTITY_LOCKED
           
static String PROPERTY_NAME_ENTITY_NAME
           
static String PROPERTY_NAME_ENTITY_UNLOCKED
           
static String PROPERTY_NAME_SNAPSHOT_TIMESTAMP
           
static String PROPERTY_NAME_UUID_BYTES
           
static String PROPERTY_NAME_UUID_STRING
           
static String UTF8_ENCODING
          When we encode strings, we always specify UTF8 encoding
 

Field Detail

UTF8_ENCODING

static final String UTF8_ENCODING
When we encode strings, we always specify UTF8 encoding

See Also:
Constant Field Values

NULL_STRING

static final String NULL_STRING
See Also:
Constant Field Values

NULL_INTEGER

static final Integer NULL_INTEGER

NULL_LONG

static final Long NULL_LONG

NULL_SHORT

static final Short NULL_SHORT

NULL_FLOAT

static final Float NULL_FLOAT

NULL_DOUBLE

static final Double NULL_DOUBLE

NULL_DECIMAL

static final BigDecimal NULL_DECIMAL

NULL_REFERENCE_STRING

static final String NULL_REFERENCE_STRING
See Also:
Constant Field Values

NULL_REFERENCE_INTEGER

static final Integer NULL_REFERENCE_INTEGER

NULL_REFERENCE_LONG

static final Long NULL_REFERENCE_LONG

NULL_REFERENCE_SHORT

static final Short NULL_REFERENCE_SHORT

NULL_REFERENCE_FLOAT

static final Float NULL_REFERENCE_FLOAT

NULL_REFERENCE_DOUBLE

static final Double NULL_REFERENCE_DOUBLE

NULL_REFERENCE_DECIMAL

static final BigDecimal NULL_REFERENCE_DECIMAL

PROPERTY_NAME_SNAPSHOT_TIMESTAMP

static final String PROPERTY_NAME_SNAPSHOT_TIMESTAMP
See Also:
Constant Field Values

PROPERTY_NAME_ENTITY_NAME

static final String PROPERTY_NAME_ENTITY_NAME
See Also:
Constant Field Values

PROPERTY_NAME_ENTITY_LOCKED

static final String PROPERTY_NAME_ENTITY_LOCKED
See Also:
Constant Field Values

PROPERTY_NAME_ENTITY_UNLOCKED

static final String PROPERTY_NAME_ENTITY_UNLOCKED
See Also:
Constant Field Values

PROPERTY_NAME_UUID_BYTES

static final String PROPERTY_NAME_UUID_BYTES
See Also:
Constant Field Values

PROPERTY_NAME_UUID_STRING

static final String PROPERTY_NAME_UUID_STRING
See Also:
Constant Field Values


Copyright © 2013. All rights reserved.