Uses of Class
org.datanucleus.api.jpa.metamodel.PluralAttributeImpl
-
Packages that use PluralAttributeImpl Package Description org.datanucleus.api.jpa.criteria Package providing an implementation of the JPA2 "criteria query" API.org.datanucleus.api.jpa.metamodel Package providing an implementation of the JPA2 "metamodel" API. -
-
Uses of PluralAttributeImpl in org.datanucleus.api.jpa.criteria
Constructors in org.datanucleus.api.jpa.criteria with parameters of type PluralAttributeImpl Constructor Description JoinImpl(CriteriaBuilderImpl cb, FromImpl<?,Z> parent, PluralAttributeImpl<? super Z,Collection<X>,X> attr, javax.persistence.criteria.JoinType joinType)Constructor for a join to a collection (1-N, M-N relations).MapJoinImpl(CriteriaBuilderImpl cb, FromImpl parent, PluralAttributeImpl attr, javax.persistence.criteria.JoinType joinType)PluralJoinImpl(CriteriaBuilderImpl cb, FromImpl parent, PluralAttributeImpl<? super Z,Collection<E>,E> attr, javax.persistence.criteria.JoinType joinType)Constructor -
Uses of PluralAttributeImpl in org.datanucleus.api.jpa.metamodel
Subclasses of PluralAttributeImpl in org.datanucleus.api.jpa.metamodel Modifier and Type Class Description classCollectionAttributeImpl<X,E>Implementation of JPA metamodel "CollectionAttribute".classListAttributeImpl<X,E>Implementation of JPA2 metamodel "ListAttribute".classMapAttributeImpl<X,K,V>Implementation of JPA2 metamodel "ListAttribute".classSetAttributeImpl<X,E>Implementation of JPA metamodel "SetAttribute".
-