org.apache.openjpa.jdbc.meta.strats
Class LRSProxyMap
java.lang.Object
org.apache.openjpa.util.AbstractLRSProxyMap
org.apache.openjpa.jdbc.meta.strats.LRSProxyMap
- All Implemented Interfaces:
- Map, org.apache.commons.collections.Predicate, ChangeTracker, LRSProxy, MapChangeTracker, Proxy
class LRSProxyMap
- extends AbstractLRSProxyMap
Large result set map.
- Author:
- Abe White
| Methods inherited from class org.apache.openjpa.util.AbstractLRSProxyMap |
added, changed, clear, containsKey, containsValue, copy, entrySet, evaluate, get, getAdded, getChanged, getChangeTracker, getNextSequence, getOwner, getOwnerField, getRemoved, getTrackKeys, isEmpty, isTracking, keySet, put, putAll, remove, removed, setNextSequence, setOwner, setTrackKeys, size, startTracking, stopTracking, values, writeReplace |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LRSProxyMap
public LRSProxyMap(LRSMapFieldStrategy strat)
count
protected int count()
- Specified by:
count in class AbstractLRSProxyMap
hasKey
protected boolean hasKey(Object key)
- Specified by:
hasKey in class AbstractLRSProxyMap
hasValue
protected boolean hasValue(Object value)
- Specified by:
hasValue in class AbstractLRSProxyMap
keys
protected Collection keys(Object obj)
- Specified by:
keys in class AbstractLRSProxyMap
value
protected Object value(Object obj)
- Specified by:
value in class AbstractLRSProxyMap
itr
protected Iterator itr()
- Specified by:
itr in class AbstractLRSProxyMap
Copyright © 2006-2013 Apache Software Foundation. All Rights Reserved.