Uses of Class
org.eclipse.persistence.internal.jpa.metamodel.AttributeImpl
-
Uses of AttributeImpl in org.eclipse.persistence.internal.jpa.metamodel
Modifier and TypeClassDescriptionclass
Purpose: Provides the implementation for the CollectionAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)class
ListAttributeImpl<X,
V> Purpose: Provides the implementation for the ListAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)class
MapAttributeImpl<X,
K, V> Purpose: Provides the implementation for the MapAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)class
PluralAttributeImpl<X,
C, V> Purpose: Provides the implementation for the PluralAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)class
SetAttributeImpl<X,
V> Purpose: Provides the implementation for the SetAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)class
Purpose: Provides the implementation for the SingularAttribute interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)Modifier and TypeMethodDescriptionMappedSuperclassTypeImpl.getMemberFromInheritingType
(String name) INTERNAL: MappedSuperclasses need special handling to get their type from an inheriting subclass.