|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.ojb.broker.core.proxy.CollectionProxyDefaultImpl
org.apache.ojb.broker.core.proxy.SetProxyDefaultImpl
public class SetProxyDefaultImpl
A placeHolder for a whole set to support deferred loading of relationships. The complete relationship is loaded on request.
Constructor Summary | |
---|---|
SetProxyDefaultImpl(PBKey aKey,
java.lang.Class aCollClass,
Query aQuery)
Constructor for SetProxy. |
|
SetProxyDefaultImpl(PBKey aKey,
Query aQuery)
Constructor for SetProxy. |
Method Summary |
---|
Methods inherited from class org.apache.ojb.broker.core.proxy.CollectionProxyDefaultImpl |
---|
add, addAll, addListener, afterStore, clear, contains, containsAll, getBrokerKey, getCollectionClass, getData, getQuery, isEmpty, isLoaded, iterator, ojbAdd, ojbAddAll, ojbIterator, remove, removeAll, removeListener, retainAll, setData, setProfileKey, size, toArray, toArray |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
---|
public SetProxyDefaultImpl(PBKey aKey, Query aQuery)
aKey
- aQuery
- public SetProxyDefaultImpl(PBKey aKey, java.lang.Class aCollClass, Query aQuery)
aKey
- aCollClass
- aQuery
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |