Uses of Interface
javax.persistence.metamodel.ListAttribute

Packages that use ListAttribute
javax.persistence.criteria   
javax.persistence.metamodel   
 

Uses of ListAttribute in javax.persistence.criteria
 

Methods in javax.persistence.criteria that return ListAttribute
 ListAttribute<? super Z,E> ListJoin.getModel()
           
 

Methods in javax.persistence.criteria with parameters of type ListAttribute
<Y> ListJoin<X,Y>
From.join(ListAttribute<? super X,Y> list)
           
<Y> ListJoin<X,Y>
From.join(ListAttribute<? super X,Y> list, JoinType jt)
           
 

Uses of ListAttribute in javax.persistence.metamodel
 

Methods in javax.persistence.metamodel that return ListAttribute
 ListAttribute<X,?> ManagedType.getDeclaredList(String name)
           
<E> ListAttribute<X,E>
ManagedType.getDeclaredList(String name, Class<E> elementType)
           
 ListAttribute<? super X,?> ManagedType.getList(String name)
           
<E> ListAttribute<? super X,E>
ManagedType.getList(String name, Class<E> elementType)
           
 



Copyright © 2003-2012 The Apache Software Foundation. All Rights Reserved.