- 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.WebLogic);
JPA persistence unit persistence.xml Usage:
<property name="eclipselink.target-server" value="WebLogic"/>
Property values are case-insensitive
-
-
Field Summary
Fields Modifier and Type Field Description static String
DEFAULT
static String
Glassfish
static String
JBoss
static String
None
static String
SAPNetWeaver_7_1
static String
WebLogic
static String
WebLogic_10
static String
WebLogic_12
static String
WebLogic_9
static String
WebSphere
static String
WebSphere_6_1
static String
WebSphere_7
static String
WebSphere_EJBEmbeddable
static String
WebSphere_Liberty
static String
WildFly
-
Constructor Summary
Constructors Constructor Description TargetServer()
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final.
-
-
-
Field Detail
-
None
public static final String None
- See Also:
- Constant Field Values
-
Glassfish
public static final String Glassfish
- 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
-
WebSphere_EJBEmbeddable
public static final String WebSphere_EJBEmbeddable
- See Also:
- Constant Field Values
-
WebSphere_Liberty
public static final String WebSphere_Liberty
- 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
-
WebLogic_12
public static final String WebLogic_12
- 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
-
WildFly
public static final String WildFly
- See Also:
- Constant Field Values
-
DEFAULT
public static final String DEFAULT
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TargetServer
@Deprecated(since="4.0.3", forRemoval=true) public TargetServer()
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
-
-