Uses of Class
org.eclipse.persistence.internal.helper.linkedlist.LinkedNode
-
Packages that use LinkedNode Package Description org.eclipse.persistence.internal.helper.linkedlist org.eclipse.persistence.internal.identitymaps org.eclipse.persistence.internal.sessions -
-
Uses of LinkedNode in org.eclipse.persistence.internal.helper.linkedlist
Methods in org.eclipse.persistence.internal.helper.linkedlist that return LinkedNode Modifier and Type Method Description LinkedNodeExposedNodeLinkedList. addFirst(Object o)Inserts the given contents at the beginning of this list.LinkedNodeExposedNodeLinkedList. addLast(Object o)Appends the given contents to the end of this list.Methods in org.eclipse.persistence.internal.helper.linkedlist with parameters of type LinkedNode Modifier and Type Method Description voidExposedNodeLinkedList. moveFirst(LinkedNode node)Allows a node to be efficiently moved first.voidExposedNodeLinkedList. 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 LinkedNode Modifier and Type Field Description protected LinkedNodeHardCacheWeakIdentityMap.ReferenceCacheKey. referenceNodeMethods in org.eclipse.persistence.internal.identitymaps that return LinkedNode Modifier and Type Method Description LinkedNodeHardCacheWeakIdentityMap.ReferenceCacheKey. getReferenceCacheNode()Methods in org.eclipse.persistence.internal.identitymaps with parameters of type LinkedNode Modifier and Type Method Description voidHardCacheWeakIdentityMap.ReferenceCacheKey. setReferenceCacheNode(LinkedNode referenceNode) -
Uses of LinkedNode in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as LinkedNode Modifier and Type Field Description protected LinkedNodeMergeManager. queueNodeStores the node that holds this mergemanager within the WriteLocksManager queueMethods in org.eclipse.persistence.internal.sessions that return LinkedNode Modifier and Type Method Description LinkedNodeMergeManager. 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 LinkedNode Modifier and Type Method Description voidMergeManager. setQueueNode(LinkedNode node)INTENRAL: Used to set the node that this merge manager is stored in, within the WriteLocksManager write lockers queue
-