SetProperty

public class SetProperty<T> extends AbstractCollectionBasedProperty<Set<T>>

The SetProperty class represents a property that will be used in JDO query and it has to have one of the value from the given set.

Parameters:
  • <T> – type used in set.

Constructors

SetProperty

public SetProperty(String name, Set<T> value, String type)

SetProperty

public SetProperty(String jdoVariableName, String name, Set<T> value, String type)

Methods

generateFilter

public CharSequence generateFilter(int idx)

unwrap

public Collection unwrap()