Uses of Interface
javax.persistence.metamodel.CollectionAttribute
-
Packages that use CollectionAttribute Package Description javax.persistence.criteria javax.persistence.metamodel -
-
Uses of CollectionAttribute in javax.persistence.criteria
Methods in javax.persistence.criteria that return CollectionAttribute Modifier and Type Method Description CollectionAttribute<? super Z,E>CollectionJoin. getModel()Methods in javax.persistence.criteria with parameters of type CollectionAttribute Modifier and Type Method Description <Y> CollectionJoin<X,Y>From. join(CollectionAttribute<? super X,Y> collection)<Y> CollectionJoin<X,Y>From. join(CollectionAttribute<? super X,Y> collection, JoinType jt) -
Uses of CollectionAttribute in javax.persistence.metamodel
Methods in javax.persistence.metamodel that return CollectionAttribute Modifier and Type Method Description CollectionAttribute<? super X,?>ManagedType. getCollection(java.lang.String name)<E> CollectionAttribute<? super X,E>ManagedType. getCollection(java.lang.String name, java.lang.Class<E> elementType)CollectionAttribute<X,?>ManagedType. getDeclaredCollection(java.lang.String name)<E> CollectionAttribute<X,E>ManagedType. getDeclaredCollection(java.lang.String name, java.lang.Class<E> elementType)
-