Interface ListAttribute<X,E>

  • Type Parameters:
    X - The type the represented List belongs to
    E - The element type of the represented List
    All Superinterfaces:
    Attribute<X,E>, Bindable<X>, PluralAttribute<X,java.util.List<E>,E>


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