Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


org.eclipse.persistence.config
Class TargetDatabase

java.lang.Object
  extended by org.eclipse.persistence.config.TargetDatabase


public class TargetDatabase
extends java.lang.Object

Target database persistence property values.

JPA persistence property Usage:

properties.add(PersistenceUnitProperties.TargetDatabase, TargetDatabase.Oracle);

Property values are case-insensitive


Field Summary
static java.lang.String Attunity
           
static java.lang.String Auto
           
static java.lang.String Cloudscape
           
static java.lang.String Database
           
static java.lang.String DB2
           
static java.lang.String DB2Mainframe
           
static java.lang.String DBase
           
static java.lang.String DEFAULT
           
static java.lang.String Derby
           
static java.lang.String HSQL
           
static java.lang.String Informix
           
static java.lang.String JavaDB
           
static java.lang.String MaxDB
           
static java.lang.String MySQL
           
static java.lang.String MySQL4
           
static java.lang.String Oracle
           
static java.lang.String Oracle10
           
static java.lang.String Oracle11
           
static java.lang.String Oracle8
           
static java.lang.String Oracle9
           
static java.lang.String PointBase
           
static java.lang.String PostgreSQL
           
static java.lang.String SQLAnywhere
           
static java.lang.String SQLServer
           
static java.lang.String Sybase
           
static java.lang.String Symfoware
           
static java.lang.String TimesTen
           

 

Constructor Summary
TargetDatabase()
           

 

Method Summary

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

Auto

public static final java.lang.String Auto
See Also:
Constant Field Values

Oracle

public static final java.lang.String Oracle
See Also:
Constant Field Values

Oracle11

public static final java.lang.String Oracle11
See Also:
Constant Field Values

Oracle10

public static final java.lang.String Oracle10
See Also:
Constant Field Values

Oracle9

public static final java.lang.String Oracle9
See Also:
Constant Field Values

Oracle8

public static final java.lang.String Oracle8
See Also:
Constant Field Values

Attunity

public static final java.lang.String Attunity
See Also:
Constant Field Values

Cloudscape

public static final java.lang.String Cloudscape
See Also:
Constant Field Values

Database

public static final java.lang.String Database
See Also:
Constant Field Values

DB2

public static final java.lang.String DB2
See Also:
Constant Field Values

DB2Mainframe

public static final java.lang.String DB2Mainframe
See Also:
Constant Field Values

DBase

public static final java.lang.String DBase
See Also:
Constant Field Values

Derby

public static final java.lang.String Derby
See Also:
Constant Field Values

HSQL

public static final java.lang.String HSQL
See Also:
Constant Field Values

Informix

public static final java.lang.String Informix
See Also:
Constant Field Values

JavaDB

public static final java.lang.String JavaDB
See Also:
Constant Field Values

MaxDB

public static final java.lang.String MaxDB
See Also:
Constant Field Values

MySQL4

public static final java.lang.String MySQL4
See Also:
Constant Field Values

MySQL

public static final java.lang.String MySQL
See Also:
Constant Field Values

PointBase

public static final java.lang.String PointBase
See Also:
Constant Field Values

PostgreSQL

public static final java.lang.String PostgreSQL
See Also:
Constant Field Values

SQLAnywhere

public static final java.lang.String SQLAnywhere
See Also:
Constant Field Values

SQLServer

public static final java.lang.String SQLServer
See Also:
Constant Field Values

Sybase

public static final java.lang.String Sybase
See Also:
Constant Field Values

Symfoware

public static final java.lang.String Symfoware
See Also:
Constant Field Values

TimesTen

public static final java.lang.String TimesTen
See Also:
Constant Field Values

DEFAULT

public static final java.lang.String DEFAULT
See Also:
Constant Field Values

Constructor Detail

TargetDatabase

public TargetDatabase()

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.