Uses of Class
org.eclipse.persistence.internal.helper.linkedlist.LinkedNode
Packages that use LinkedNode
Package
Description
-
Uses of LinkedNode in org.eclipse.persistence.internal.helper.linkedlist
Methods in org.eclipse.persistence.internal.helper.linkedlist that return LinkedNodeModifier and TypeMethodDescriptionInserts the given contents at the beginning of this list.Appends the given contents to the end of this list.Methods in org.eclipse.persistence.internal.helper.linkedlist with parameters of type LinkedNodeModifier and TypeMethodDescriptionvoid
ExposedNodeLinkedList.moveFirst
(LinkedNode node) Allows a node to be efficiently moved first.void
ExposedNodeLinkedList.remove
(LinkedNode n) Allows a node to be efficiently removed. -
Uses of LinkedNode in org.eclipse.persistence.internal.identitymaps
Fields in org.eclipse.persistence.internal.identitymaps declared as LinkedNodeModifier and TypeFieldDescriptionprotected LinkedNode
HardCacheWeakIdentityMap.ReferenceCacheKey.referenceNode
Methods in org.eclipse.persistence.internal.identitymaps that return LinkedNodeModifier and TypeMethodDescriptionHardCacheWeakIdentityMap.ReferenceCacheKey.getReferenceCacheNode()
Methods in org.eclipse.persistence.internal.identitymaps with parameters of type LinkedNodeModifier and TypeMethodDescriptionvoid
HardCacheWeakIdentityMap.ReferenceCacheKey.setReferenceCacheNode
(LinkedNode referenceNode) -
Uses of LinkedNode in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as LinkedNodeModifier and TypeFieldDescriptionprotected LinkedNode
MergeManager.queueNode
Stores the node that holds this mergemanager within the WriteLocksManager queueMethods in org.eclipse.persistence.internal.sessions that return LinkedNodeModifier and TypeMethodDescriptionMergeManager.getQueueNode()
INTENRAL: Used to get the node that this merge manager is stored in, within the WriteLocksManager write lockers queueMethods in org.eclipse.persistence.internal.sessions with parameters of type LinkedNodeModifier and TypeMethodDescriptionvoid
MergeManager.setQueueNode
(LinkedNode node) INTENRAL: Used to set the node that this merge manager is stored in, within the WriteLocksManager write lockers queue