org.glassfish.persistence.common
Interface DatabaseConstants
public interface DatabaseConstants
- Author:
- Marina Vatkina
This interface defines string constants used by the database generation.
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
Copyright © 2012 GlassFish Community. All Rights Reserved.