Interface CollectionAttribute<X,​E>

  • Type Parameters:
    X - The type the represented Collection belongs to
    E - The element type of the represented Collection
    All Superinterfaces:
    Attribute<X,​Collection<E>>, Bindable<E>, PluralAttribute<X,​Collection<E>,​E>

    public interface CollectionAttribute<X,​E>
    extends PluralAttribute<X,​Collection<E>,​E>
    Instances of the type CollectionAttribute represent persistent java.util.Collection-valued attributes.
    Since:
    2.0