Uses of Class
org.datanucleus.api.jpa.metamodel.AttributeImpl
-
Packages that use AttributeImpl 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 AttributeImpl in org.datanucleus.api.jpa.criteria
Fields in org.datanucleus.api.jpa.criteria declared as AttributeImpl Modifier and Type Field Description protected AttributeImpl<? super Z,?>PathImpl. attributeConstructors in org.datanucleus.api.jpa.criteria with parameters of type AttributeImpl Constructor Description FetchImpl(CriteriaBuilderImpl cb, PathImpl<?,Z> parent, AttributeImpl<? super Z,X> attr, javax.persistence.criteria.JoinType joinType)Constructor for a fetch join to an entity.FromImpl(CriteriaBuilderImpl cb, PathImpl<?,Z> parent, AttributeImpl<? super Z,?> type)PathImpl(CriteriaBuilderImpl cb, PathImpl<?,Z> parent, AttributeImpl<? super Z,?> attr, Class<X> cls) -
Uses of AttributeImpl in org.datanucleus.api.jpa.metamodel
Subclasses of AttributeImpl 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".classPluralAttributeImpl<X,C,E>Implementation of JPA Metamodel "PluralAttribute".classSetAttributeImpl<X,E>Implementation of JPA metamodel "SetAttribute".classSingularAttributeImpl<X,T>Implementation of JPA Metamodel "SingularAttribute".
-