org.eclipse.persistence.config
Class TargetDatabase
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
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
HSQL
public static final String HSQL
- See Also:
- Constant Field Values
Informix
public static final String Informix
- See Also:
- Constant Field Values
JavaDB
public static final String JavaDB
- 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
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
TargetDatabase
public TargetDatabase()