org.exolab.castor.persist
Class RelationCollection
java.lang.Object
org.exolab.castor.persist.RelationCollection
- Collection, Lazy, TxSynchronizable
public class RelationCollection
extends java.lang.Object
RelationCollection implements java.util.Collection
It is a lazy Colllection. The collection initially contains only the
identities of elements of one type. If any element is needed, it will
be fetched "on the fly".
add
public boolean add(Object o)
addAll
public boolean addAll(Collection c)
contains
public boolean contains(Object o)
containsAll
public boolean containsAll(Collection c)
equals
public boolean equals(Object o)
find
public Object find(Object ids)
getAdded
public ArrayList getAdded()
getDeleted
public ArrayList getDeleted()
getIdentitiesList
public ArrayList getIdentitiesList()
isEmpty
public boolean isEmpty()
iterator
public Iterator iterator()
remove
public boolean remove(Object o)
removeAll
public boolean removeAll(Collection c)
retainAll
public boolean retainAll(Collection c)
toArray
public Object[] toArray()
toArray
public Object[] toArray(Object[] a)
Intalio Inc. (C) 1999-2003. All rights reserved http://www.intalio.com