Package org.glassfish.persistence.common
Interface DatabaseConstants
-
public interface DatabaseConstants- Author:
- Marina Vatkina This interface defines string constants used by the database generation.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCREATEstatic StringCREATE_DDL_JDBC_FILE_SUFFIXstatic StringCREATE_SQL_FILE_SUFFIXstatic StringDDLstatic StringDROPstatic StringDROP_DDL_JDBC_FILE_SUFFIXstatic StringDROP_SQL_FILE_SUFFIXstatic StringJAVA_TO_DB_FLAGstatic StringJDBC_FILE_EXTENSIONstatic StringJTA_DATASOURCE_JNDI_NAME_OVERRIDEUsed as key to set propety in DeploymentContext indicating to override JTA dataourcestatic charNAME_SEPARATORstatic StringSQL_FILE_EXTENSION
-
-
-
Field Detail
-
NAME_SEPARATOR
static final char NAME_SEPARATOR
- See Also:
- Constant Field Values
-
JDBC_FILE_EXTENSION
static final String JDBC_FILE_EXTENSION
- See Also:
- Constant Field Values
-
SQL_FILE_EXTENSION
static final String SQL_FILE_EXTENSION
- See Also:
- Constant Field Values
-
CREATE
static final String CREATE
- See Also:
- Constant Field Values
-
DROP
static final String DROP
- See Also:
- Constant Field Values
-
DDL
static final String DDL
- See Also:
- Constant Field Values
-
CREATE_DDL_JDBC_FILE_SUFFIX
static final String CREATE_DDL_JDBC_FILE_SUFFIX
- See Also:
- Constant Field Values
-
DROP_DDL_JDBC_FILE_SUFFIX
static final String DROP_DDL_JDBC_FILE_SUFFIX
- See Also:
- Constant Field Values
-
CREATE_SQL_FILE_SUFFIX
static final String CREATE_SQL_FILE_SUFFIX
- See Also:
- Constant Field Values
-
DROP_SQL_FILE_SUFFIX
static final String DROP_SQL_FILE_SUFFIX
- See Also:
- Constant Field Values
-
JTA_DATASOURCE_JNDI_NAME_OVERRIDE
static final String JTA_DATASOURCE_JNDI_NAME_OVERRIDE
Used as key to set propety in DeploymentContext indicating to override JTA dataource- See Also:
- Constant Field Values
-
JAVA_TO_DB_FLAG
static final String JAVA_TO_DB_FLAG
- See Also:
- Constant Field Values
-
-