Uses of Class
org.eclipse.persistence.internal.jpa.metamodel.PluralAttributeImpl
-
Packages that use PluralAttributeImpl Package Description org.eclipse.persistence.internal.jpa.metamodel -
-
Uses of PluralAttributeImpl in org.eclipse.persistence.internal.jpa.metamodel
Subclasses of PluralAttributeImpl in org.eclipse.persistence.internal.jpa.metamodel Modifier and Type Class Description classCollectionAttributeImpl<X,V>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)classListAttributeImpl<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)classMapAttributeImpl<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)classSetAttributeImpl<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)
-