Uses of Interface
javax.persistence.metamodel.SetAttribute

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

Uses of SetAttribute in javax.persistence.criteria
 

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

Methods in javax.persistence.criteria with parameters of type SetAttribute
<Y> SetJoin<X,Y>
From.join(SetAttribute<? super X,Y> set)
           
<Y> SetJoin<X,Y>
From.join(SetAttribute<? super X,Y> set, JoinType jt)
           
 

Uses of SetAttribute in javax.persistence.metamodel
 

Methods in javax.persistence.metamodel that return SetAttribute
 SetAttribute<X,?> ManagedType.getDeclaredSet(String name)
           
<E> SetAttribute<X,E>
ManagedType.getDeclaredSet(String name, Class<E> elementType)
           
 SetAttribute<? super X,?> ManagedType.getSet(String name)
           
<E> SetAttribute<? super X,E>
ManagedType.getSet(String name, Class<E> elementType)
           
 



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