- All Implemented Interfaces:
- BoundObject, Serializable, Cloneable, Iterable<Value>, Collection<Value>, List<Value>, RandomAccess
public class BoundList
extends ArrayList<Value>
implements BoundObject
An extension of List with empty list, but containing field query field
info for the field. When a query is rewritten, all list fields referenced in
the query that belong to another entity are replaced with a BoundList
instance. When the actual value of the field is determined, the query is
rewritten to replace the BoundList with the actual value.
- See Also:
- Serialized Form