org.eclipse.persistence.config
Class TargetServer
java.lang.Object
org.eclipse.persistence.config.TargetServer
public class TargetServer
- extends 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
None
public static final String None
- See Also:
- Constant Field Values
OC4J
public static final String OC4J
- See Also:
- Constant Field Values
SunAS9
public static final String SunAS9
- See Also:
- Constant Field Values
WebSphere
public static final String WebSphere
- See Also:
- Constant Field Values
WebSphere_6_1
public static final String WebSphere_6_1
- See Also:
- Constant Field Values
WebSphere_7
public static final String WebSphere_7
- See Also:
- Constant Field Values
WebLogic
public static final String WebLogic
- See Also:
- Constant Field Values
WebLogic_9
public static final String WebLogic_9
- See Also:
- Constant Field Values
WebLogic_10
public static final String WebLogic_10
- See Also:
- Constant Field Values
JBoss
public static final String JBoss
- See Also:
- Constant Field Values
SAPNetWeaver_7_1
public static final String SAPNetWeaver_7_1
- See Also:
- Constant Field Values
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
TargetServer
public TargetServer()