Uses of Class
org.eclipse.persistence.internal.sessions.remote.RemoteValueHolder
-
-
Uses of RemoteValueHolder in org.eclipse.persistence.internal.indirection
Methods in org.eclipse.persistence.internal.indirection with parameters of type RemoteValueHolder Modifier and Type Method Description ObjectBasicIndirectionPolicy. getValueFromRemoteValueHolder(RemoteValueHolder<?> remoteValueHolder)INTERNAL: Extract and return the appropriate value from the specified remote value holder.abstract ObjectIndirectionPolicy. getValueFromRemoteValueHolder(RemoteValueHolder<?> remoteValueHolder)INTERNAL: Extract and return the appropriate value from the specified remote value holder.ObjectNoIndirectionPolicy. getValueFromRemoteValueHolder(RemoteValueHolder<?> remoteValueHolder)INTERNAL: Extract and return the appropriate value from the specified remote value holder.ObjectTransparentIndirectionPolicy. getValueFromRemoteValueHolder(RemoteValueHolder<?> remoteValueHolder)INTERNAL: Extract and return the appropriate value from the specified remote value holder.protected voidIndirectionPolicy. mergeClientIntoServerValueHolder(RemoteValueHolder<?> serverValueHolder, MergeManager mergeManager)INTERNAL Replace the client value holder with the server value holder, after copying some of the settings from the client value holder. -
Uses of RemoteValueHolder in org.eclipse.persistence.internal.sessions.remote
Methods in org.eclipse.persistence.internal.sessions.remote that return RemoteValueHolder Modifier and Type Method Description protected RemoteValueHolderReplaceValueHoldersIterator. buildRemoteValueHolderFor(ValueHolderInterface valueHolder)build a properly initialized remote value holderMethods in org.eclipse.persistence.internal.sessions.remote with parameters of type RemoteValueHolder Modifier and Type Method Description abstract TransporterRemoteConnection. instantiateRemoteValueHolderOnServer(RemoteValueHolder remoteValueHolder)Instantiated remote value holder.voidRemoteSessionController. saveRemoteValueHolder(RemoteValueHolder remoteValueHolder)Save the pre-serialized version of the remote value holder so that it can be used when the serialized version (on the client) is instantiated and needs to come back to the server to get its "value".protected voidReplaceValueHoldersIterator. saveRemoteValueHolder(RemoteValueHolder remoteValueHolder)save the remote value holder for later useprotected voidReplaceValueHoldersIterator. setOneToOneMappingSettingsIn(RemoteValueHolder remoteValueHolder)Set one-to-one mapping information. -
Uses of RemoteValueHolder in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type RemoteValueHolder Modifier and Type Method Description ObjectDatabaseMapping. getValueFromRemoteValueHolder(RemoteValueHolder remoteValueHolder)INTERNAL: extract and return the appropriate value from the specified remote value holderObjectForeignReferenceMapping. getValueFromRemoteValueHolder(RemoteValueHolder remoteValueHolder)INTERNAL: Extract and return the appropriate value from the specified remote value holder. -
Uses of RemoteValueHolder in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation with parameters of type RemoteValueHolder Modifier and Type Method Description ObjectAbstractTransformationMapping. getValueFromRemoteValueHolder(RemoteValueHolder remoteValueHolder)INTERNAL: Extract and return the appropriate value from the specified remote value holder. -
Uses of RemoteValueHolder in org.eclipse.persistence.sessions.remote
Methods in org.eclipse.persistence.sessions.remote with parameters of type RemoteValueHolder Modifier and Type Method Description abstract ObjectDistributedSession. instantiateRemoteValueHolderOnServer(RemoteValueHolder remoteValueHolder)INTERNAL: This will instantiate value holder on the server.ObjectRemoteSession. instantiateRemoteValueHolderOnServer(RemoteValueHolder remoteValueHolder)INTERNAL: This will instantiate value holder on the server. -
Uses of RemoteValueHolder in org.eclipse.persistence.sessions.remote.rmi
Methods in org.eclipse.persistence.sessions.remote.rmi with parameters of type RemoteValueHolder Modifier and Type Method Description TransporterRMIConnection. instantiateRemoteValueHolderOnServer(RemoteValueHolder remoteValueHolder)INTERNAL: Instantiate remote value holder on the server
-