public abstract class AbstractProxyCollection extends AbstractProxyBase
Collection interfacedataCollection| Constructor and Description |
|---|
AbstractProxyCollection()
Default constructor
|
AbstractProxyCollection(PersistenceDelegator delegator,
Relation relation) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
add(Object object) |
protected boolean |
addAll(Collection collection) |
protected void |
clear() |
protected boolean |
contains(Object arg0) |
protected boolean |
containsAll(Collection arg0) |
private void |
createEmptyDataCollection()
Creates an a data collection which has no entity inside it
|
Object |
getDataCollection()
Retrieves actual collection data that implementor of this interface
holds.
|
protected boolean |
isEmpty() |
protected Iterator |
iterator() |
protected boolean |
remove(Object object) |
protected boolean |
removeAll(Collection collection) |
protected boolean |
retainAll(Collection collection) |
protected int |
size() |
protected Object[] |
toArray() |
protected Object[] |
toArray(Object[] arg0) |
eagerlyLoadDataCollection, getOwner, getPersistenceDelegator, getRelation, getRelationsMap, setOwner, setRelationsMapclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCopypublic AbstractProxyCollection()
public AbstractProxyCollection(PersistenceDelegator delegator, Relation relation)
delegator - public Object getDataCollection()
ProxyCollectionprotected boolean add(Object object)
protected void clear()
protected boolean contains(Object arg0)
protected boolean isEmpty()
protected int size()
protected boolean addAll(Collection collection)
protected boolean remove(Object object)
protected boolean removeAll(Collection collection)
protected boolean containsAll(Collection arg0)
protected boolean retainAll(Collection collection)
protected Iterator iterator()
protected Object[] toArray()
private void createEmptyDataCollection()
Copyright © 2015. All Rights Reserved.