org.eclipse.persistence.config
Class TargetServer
java.lang.Object
  
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
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
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
 
SAPNetWeaver_7_1
public static final java.lang.String SAPNetWeaver_7_1
- See Also:
 - Constant Field Values
 
DEFAULT
public static final java.lang.String DEFAULT
- See Also:
 - Constant Field Values
 
TargetServer
public TargetServer()