Package org.eclipse.persistence.config
Class RemoteProtocol
java.lang.Object
org.eclipse.persistence.config.RemoteProtocol
Remote JPA protocol persistence property values.
JPA persistence property usage:
properties.add(PersistenceUnitProperties.REMOTE_PROTOCOL, RemoteProtocol.RMI);
Property values are case-insensitive.
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
RMI
- See Also:
-
-
Constructor Details
-
RemoteProtocol
public RemoteProtocol()
-