Uses of Class
org.eclipse.persistence.internal.sessions.remote.ObjectDescriptor
-
-
Uses of ObjectDescriptor in org.eclipse.persistence.internal.descriptors
Method parameters in org.eclipse.persistence.internal.descriptors with type arguments of type ObjectDescriptor Modifier and Type Method Description voidObjectBuilder. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client. -
Uses of ObjectDescriptor in org.eclipse.persistence.internal.indirection
Method parameters in org.eclipse.persistence.internal.indirection with type arguments of type ObjectDescriptor Modifier and Type Method Description voidBasicIndirectionPolicy. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.abstract voidIndirectionPolicy. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidNoIndirectionPolicy. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidProxyIndirectionPolicy. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidTransparentIndirectionPolicy. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client. -
Uses of ObjectDescriptor in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions with type parameters of type ObjectDescriptor Modifier and Type Field Description protected Map<Object,ObjectDescriptor>MergeManager. objectDescriptorsUsed only while refreshing objects on remote sessionMethods in org.eclipse.persistence.internal.sessions that return types with arguments of type ObjectDescriptor Modifier and Type Method Description Map<Object,ObjectDescriptor>MergeManager. getObjectDescriptors()Method parameters in org.eclipse.persistence.internal.sessions with type arguments of type ObjectDescriptor Modifier and Type Method Description voidMergeManager. setObjectDescriptors(Map<Object,ObjectDescriptor> objectDescriptors) -
Uses of ObjectDescriptor in org.eclipse.persistence.internal.sessions.remote
Fields in org.eclipse.persistence.internal.sessions.remote with type parameters of type ObjectDescriptor Modifier and Type Field Description protected Map<Object,ObjectDescriptor>Transporter. objectDescriptorsMethods in org.eclipse.persistence.internal.sessions.remote that return ObjectDescriptor Modifier and Type Method Description protected ObjectDescriptorRemoteSessionController. buildObjectDescriptor(Object object)build and return an object descriptor to be sent to the clientprotected ObjectDescriptorReplaceValueHoldersIterator. buildObjectDescriptor(Object object)build and return an object descriptor for the specified objectMethods in org.eclipse.persistence.internal.sessions.remote that return types with arguments of type ObjectDescriptor Modifier and Type Method Description Map<Object,ObjectDescriptor>Transporter. getObjectDescriptors()Returns a hashtable of object descriptors.Method parameters in org.eclipse.persistence.internal.sessions.remote with type arguments of type ObjectDescriptor Modifier and Type Method Description voidTransporter. setObjectDescriptors(Map<Object,ObjectDescriptor> objectDescriptors)Get object to object descriptor -
Uses of ObjectDescriptor in org.eclipse.persistence.mappings
Method parameters in org.eclipse.persistence.mappings with type arguments of type ObjectDescriptor Modifier and Type Method Description protected voidAggregateMapping. fixAttributeValue(Object attributeValue, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the remote client.voidAggregateMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the remote client.abstract voidDatabaseMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidForeignReferenceMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidCollectionMapping. fixRealObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: We are not using a remote valueholder so we need to replace the reference object(s) with the corresponding object(s) from the remote session.voidDatabaseMapping. fixRealObjectReferences(Object object, Map<Object,ObjectDescriptor> objectInformation, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: At this point, we realize we don't have indirection; so we need to replace the reference object(s) with the corresponding object(s) from the remote session.voidDirectCollectionMapping. fixRealObjectReferences(Object object, Map<Object,ObjectDescriptor> objectInformation, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: At this point, we realize we don't have indirection; so we need to replace the reference object(s) with the corresponding object(s) from the remote session.voidObjectReferenceMapping. fixRealObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: We are not using a remote valueholder so we need to replace the reference object(s) with the corresponding object(s) from the remote session.ObjectCollectionMapping. getObjectCorrespondingTo(Object object, DistributedSession session, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: return the object on the client corresponding to the specified object.ObjectDatabaseMapping. getObjectCorrespondingTo(Object object, DistributedSession session, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: return the object on the client corresponding to the specified object.ObjectDirectCollectionMapping. getObjectCorrespondingTo(Object object, DistributedSession session, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: return the object on the client corresponding to the specified object.ObjectForeignReferenceMapping. getObjectCorrespondingTo(Object object, DistributedSession session, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: return the object on the client corresponding to the specified object. -
Uses of ObjectDescriptor in org.eclipse.persistence.mappings.foundation
Method parameters in org.eclipse.persistence.mappings.foundation with type arguments of type ObjectDescriptor Modifier and Type Method Description protected voidAbstractCompositeCollectionMapping. fixAttributeValue(Object attributeValue, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)An object has been serialized from the server to the remote client.voidAbstractColumnMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidAbstractCompositeDirectCollectionMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidAbstractTransformationMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client. -
Uses of ObjectDescriptor in org.eclipse.persistence.oxm.mappings
Method parameters in org.eclipse.persistence.oxm.mappings with type arguments of type ObjectDescriptor Modifier and Type Method Description voidXMLAnyAttributeMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidXMLAnyCollectionMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidXMLAnyObjectMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidXMLChoiceCollectionMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidXMLChoiceObjectMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session)INTERNAL: An object has been serialized from the server to the client.voidXMLInverseReferenceMapping. fixObjectReferences(Object object, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, DistributedSession session) -
Uses of ObjectDescriptor in org.eclipse.persistence.sessions.remote
Method parameters in org.eclipse.persistence.sessions.remote with type arguments of type ObjectDescriptor Modifier and Type Method Description abstract ObjectDistributedSession. getObjectCorrespondingTo(Object serverSideDomainObject, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.ObjectRemoteSession. getObjectCorrespondingTo(Object serverSideDomainObject, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query)INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.abstract ObjectDistributedSession. getObjectsCorrespondingToAll(Object serverSideDomainObjects, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, ContainerPolicy containerPolicy)INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.ObjectRemoteSession. getObjectsCorrespondingToAll(Object serverSideDomainObjects, Map<Object,ObjectDescriptor> objectDescriptors, Map<Object,Object> processedObjects, ObjectLevelReadQuery query, ContainerPolicy containerPolicy)INTERNAL: Return the corresponding objects from the remote session for the objects read from the server.
-