Uses of Class
org.eclipse.persistence.internal.helper.linkedlist.LinkedNode
Package
Description
-
Uses of LinkedNode in org.eclipse.persistence.internal.helper.linkedlist
Modifier and TypeMethodDescriptionInserts the given contents at the beginning of this list.Appends the given contents to the end of this list.Modifier 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
Modifier and TypeFieldDescriptionprotected LinkedNode
HardCacheWeakIdentityMap.ReferenceCacheKey.referenceNode
Modifier and TypeMethodDescriptionHardCacheWeakIdentityMap.ReferenceCacheKey.getReferenceCacheNode()
Modifier and TypeMethodDescriptionvoid
HardCacheWeakIdentityMap.ReferenceCacheKey.setReferenceCacheNode
(LinkedNode referenceNode) -
Uses of LinkedNode in org.eclipse.persistence.internal.sessions
Modifier and TypeFieldDescriptionprotected LinkedNode
MergeManager.queueNode
Stores the node that holds this mergemanager within the WriteLocksManager queueModifier and TypeMethodDescriptionMergeManager.getQueueNode()
INTENRAL: Used to get the node that this merge manager is stored in, within the WriteLocksManager write lockers queueModifier 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