Uses of Class
org.eclipse.persistence.internal.jpa.metamodel.IdentifiableTypeImpl
-
Packages that use IdentifiableTypeImpl Package Description org.eclipse.persistence.internal.jpa.metamodel -
-
Uses of IdentifiableTypeImpl in org.eclipse.persistence.internal.jpa.metamodel
Subclasses of IdentifiableTypeImpl in org.eclipse.persistence.internal.jpa.metamodel Modifier and Type Class Description classEntityTypeImpl<X>Purpose: Provides the implementation for the EntityType interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)
EntityTypeImpl implements the IdentifiableType interface via EntityTypeclassMappedSuperclassTypeImpl<X>Purpose: Provides the implementation for the MappedSuperclassType interface of the JPA 2.0 Metamodel API (part of the JSR-317 EJB 3.1 Criteria API)Methods in org.eclipse.persistence.internal.jpa.metamodel with parameters of type IdentifiableTypeImpl Modifier and Type Method Description protected voidMappedSuperclassTypeImpl. addInheritingType(IdentifiableTypeImpl identifiableType)INTERNAL: Add an inheriting subclass to the map of Identifiable types that inherit from this mappedSuperclass.
-