CollectionProperty

public class CollectionProperty extends AbstractCollectionBasedProperty<Collection>

The CollectionProperty class represent a property that will be used in JDO query and it has to have the given value(s).

Constructors

CollectionProperty

public CollectionProperty(String name, Object value, String type)

CollectionProperty

public CollectionProperty(String name, Object value, Collection collectionType, String type)

CollectionProperty

public CollectionProperty(String jdoVariable, String name, Object value, Collection collectionType, String type)

Methods

generateFilter

public CharSequence generateFilter(int idx)