org.eclipse.persistence.config
Class TargetServer

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

public class TargetServer
extends java.lang.Object

Target server persistence property values.

JPA persistence property Usage:

properties.add(PersistenceUnitProperties.TargetServer, TargetServer.OC4J);

JPA persistence unit persistence.xml Usage:

<property name="eclipselink.target-server" value="OC4J"/>

Property values are case-insensitive


Field Summary
static java.lang.String DEFAULT
           
static java.lang.String JBoss
           
static java.lang.String None
           
static java.lang.String OC4J
           
static java.lang.String SunAS9
           
static java.lang.String WebLogic
           
static java.lang.String WebLogic_10
           
static java.lang.String WebLogic_9
           
static java.lang.String WebSphere
           
static java.lang.String WebSphere_6_1
           
static java.lang.String WebSphere_7
           
 
Constructor Summary
TargetServer()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

None

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

OC4J

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

SunAS9

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

WebSphere

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

WebSphere_6_1

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

WebSphere_7

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

WebLogic

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

WebLogic_9

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

WebLogic_10

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

JBoss

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

DEFAULT

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

TargetServer

public TargetServer()