- java.lang.Object
-
- org.eclipse.persistence.config.TargetDatabase
-
public class TargetDatabase extends Object
Target database persistence property values.JPA persistence property Usage:
properties.add(PersistenceUnitProperties.TargetDatabase, TargetDatabase.Oracle);Property values are case-insensitive
-
-
Field Summary
Fields Modifier and Type Field Description static StringAttunitystatic StringAutostatic StringCloudscapestatic StringDatabasestatic StringDB2static StringDB2Mainframestatic StringDBasestatic StringDEFAULTstatic StringDerbystatic StringHANAstatic StringHSQLstatic StringInformixstatic StringInformix11static StringJavaDBstatic StringMariaDBstatic StringMaxDBstatic StringMySQLstatic StringMySQL4static StringOraclestatic StringOracle10static StringOracle11static StringOracle8static StringOracle9static StringPointBasestatic StringPostgreSQLstatic StringSQLAnywherestatic StringSQLServerstatic StringSybasestatic StringSymfowarestatic StringTimesTen
-
Constructor Summary
Constructors Constructor Description TargetDatabase()
-
-
-
Field Detail
-
Auto
public static final String Auto
- See Also:
- Constant Field Values
-
Oracle
public static final String Oracle
- See Also:
- Constant Field Values
-
Oracle11
public static final String Oracle11
- See Also:
- Constant Field Values
-
Oracle10
public static final String Oracle10
- See Also:
- Constant Field Values
-
Oracle9
public static final String Oracle9
- See Also:
- Constant Field Values
-
Oracle8
public static final String Oracle8
- See Also:
- Constant Field Values
-
Attunity
public static final String Attunity
- See Also:
- Constant Field Values
-
Cloudscape
public static final String Cloudscape
- See Also:
- Constant Field Values
-
Database
public static final String Database
- See Also:
- Constant Field Values
-
DB2
public static final String DB2
- See Also:
- Constant Field Values
-
DB2Mainframe
public static final String DB2Mainframe
- See Also:
- Constant Field Values
-
DBase
public static final String DBase
- See Also:
- Constant Field Values
-
Derby
public static final String Derby
- See Also:
- Constant Field Values
-
HANA
public static final String HANA
- See Also:
- Constant Field Values
-
HSQL
public static final String HSQL
- See Also:
- Constant Field Values
-
Informix
public static final String Informix
- See Also:
- Constant Field Values
-
Informix11
public static final String Informix11
- See Also:
- Constant Field Values
-
JavaDB
public static final String JavaDB
- See Also:
- Constant Field Values
-
MaxDB
public static final String MaxDB
- See Also:
- Constant Field Values
-
MySQL4
public static final String MySQL4
- See Also:
- Constant Field Values
-
MySQL
public static final String MySQL
- See Also:
- Constant Field Values
-
MariaDB
public static final String MariaDB
- See Also:
- Constant Field Values
-
PointBase
public static final String PointBase
- See Also:
- Constant Field Values
-
PostgreSQL
public static final String PostgreSQL
- See Also:
- Constant Field Values
-
SQLAnywhere
public static final String SQLAnywhere
- See Also:
- Constant Field Values
-
SQLServer
public static final String SQLServer
- See Also:
- Constant Field Values
-
Sybase
public static final String Sybase
- See Also:
- Constant Field Values
-
Symfoware
public static final String Symfoware
- See Also:
- Constant Field Values
-
TimesTen
public static final String TimesTen
- See Also:
- Constant Field Values
-
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
-
-