com.nonesole.persistence.sql
Interface SQLConstant


public interface SQLConstant

Constant of SQL configuration

Version:
1.0 - build in 2009-06-29
Author:
JACK Lee

Field Summary
static java.lang.String OBJECT
          Flag of object in configuration file
static java.lang.String OBJECT_BEAN
          Flag of class name in configuration file
static java.lang.String OBJECT_PRIMERY_KEY
          Flag of primary key of tables in configuration file
static java.lang.String OBJECT_TABLE
          Flag of table in configuration file
static java.lang.String PRIMERY_SEPERATOR
          Flag of seperator of primary keys in configuration file
 

Field Detail

OBJECT

static final java.lang.String OBJECT
Flag of object in configuration file

See Also:
Constant Field Values

OBJECT_TABLE

static final java.lang.String OBJECT_TABLE
Flag of table in configuration file

See Also:
Constant Field Values

OBJECT_BEAN

static final java.lang.String OBJECT_BEAN
Flag of class name in configuration file

See Also:
Constant Field Values

OBJECT_PRIMERY_KEY

static final java.lang.String OBJECT_PRIMERY_KEY
Flag of primary key of tables in configuration file

See Also:
Constant Field Values

PRIMERY_SEPERATOR

static final java.lang.String PRIMERY_SEPERATOR
Flag of seperator of primary keys in configuration file

See Also:
Constant Field Values