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,E>, Bindable<X>, PluralAttribute<X,java.util.Collection<E>,E>


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