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. attribute
Constructors 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 class
CollectionAttributeImpl<X,E>
Implementation of Jakarta Persistence metamodel "CollectionAttribute".class
ListAttributeImpl<X,E>
Implementation of Jakarta Persistence metamodel "ListAttribute".class
MapAttributeImpl<X,K,V>
Implementation of Jakarta Persistence metamodel "ListAttribute".class
PluralAttributeImpl<X,C,E>
Implementation of Jakarta Persistence Metamodel "PluralAttribute".class
SetAttributeImpl<X,E>
Implementation of Jakarta Persistence metamodel "SetAttribute".class
SingularAttributeImpl<X,T>
Implementation of Jakarta Persistence Metamodel "SingularAttribute".
-