Package org.eclipse.persistence.config
Class RemoteProtocol
- java.lang.Object
-
- org.eclipse.persistence.config.RemoteProtocol
-
public class RemoteProtocol extends java.lang.Object
Remote JPA protocol persistence property values.JPA persistence property usage:
properties.add(PersistenceUnitProperties.REMOTE_PROTOCOL, RemoteProtocol.RMI);
Property values are case-insensitive.
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
RMI
-
Constructor Summary
Constructors Constructor Description RemoteProtocol()
-
-
-
Field Detail
-
RMI
public static final java.lang.String RMI
- See Also:
- Constant Field Values
-
-