- java.lang.Object
-
- org.eclipse.persistence.config.RemoteProtocol
-
public final class RemoteProtocol extends Object
Remote JPA protocol persistence property values.JPA persistence property usage:
properties.add(PersistenceUnitProperties.REMOTE_PROTOCOL, RemoteProtocol.RMI);Property values are case-insensitive.
-
-
Constructor Summary
Constructors Constructor Description RemoteProtocol()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
-
RMI
public static final String RMI
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
RemoteProtocol
@Deprecated(since="4.0.3", forRemoval=true) public RemoteProtocol()
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.
-
-