Uses of Class
org.datanucleus.api.jakarta.metamodel.AttributeImpl
-
Packages that use AttributeImpl Package Description org.datanucleus.api.jakarta.criteria Package providing an implementation of the Jakarta Persistence "criteria query" API.org.datanucleus.api.jakarta.metamodel Package providing an implementation of the Jakarta Persistence "metamodel" API. -
-
Uses of AttributeImpl in org.datanucleus.api.jakarta.criteria
Fields in org.datanucleus.api.jakarta.criteria declared as AttributeImpl Modifier and Type Field Description protected AttributeImpl<? super Z,?>PathImpl. attributeConstructors in org.datanucleus.api.jakarta.criteria with parameters of type AttributeImpl Constructor Description FetchImpl(CriteriaBuilderImpl cb, PathImpl<?,Z> parent, AttributeImpl<? super Z,X> attr, jakarta.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.jakarta.metamodel
Subclasses of AttributeImpl in org.datanucleus.api.jakarta.metamodel Modifier and Type Class Description classCollectionAttributeImpl<X,E>Implementation of Jakarta Persistence metamodel "CollectionAttribute".classListAttributeImpl<X,E>Implementation of Jakarta Persistence metamodel "ListAttribute".classMapAttributeImpl<X,K,V>Implementation of Jakarta Persistence metamodel "ListAttribute".classPluralAttributeImpl<X,C,E>Implementation of Jakarta Persistence Metamodel "PluralAttribute".classSetAttributeImpl<X,E>Implementation of Jakarta Persistence metamodel "SetAttribute".classSingularAttributeImpl<X,T>Implementation of Jakarta Persistence Metamodel "SingularAttribute".
-