CollectionProperty

public class CollectionProperty extends Property<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)

Methods

generateDeclareParameter

public CharSequence generateDeclareParameter(int idx)

generateFilter

public CharSequence generateFilter(int idx)

shouldIgnoreThisProperty

protected boolean shouldIgnoreThisProperty()

unwrap

public Collection unwrap()