SetProperty

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

Methods

generateDeclareParameter

public CharSequence generateDeclareParameter(int idx)

generateFilter

public CharSequence generateFilter(int idx)

shouldIgnoreThisProperty

protected boolean shouldIgnoreThisProperty()

unwrap

public Collection unwrap()