Interface SetAttribute<X,E>

Type Parameters:
X - The type the represented Set belongs to
E - The element type of the represented Set
All Superinterfaces:
Attribute<X,Set<E>>, Bindable<E>, FieldSpecification<X,Set<E>>, PluralAttribute<X,Set<E>,E>
All Known Implementing Classes:
SetAttributeImpl

public interface SetAttribute<X,E> extends PluralAttribute<X,Set<E>,E>
Instances of the type SetAttribute represent persistent java.util.Set-valued attributes.