Dali Provisional API
Release 3.2

Uses of Interface
org.eclipse.jpt.jpa.core.context.MappedSuperclass

Packages that use MappedSuperclass
org.eclipse.jpt.jpa.core.context.java   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.jpql.spi   
org.eclipse.jpt.jpa.eclipselink.core.context   
org.eclipse.jpt.jpa.eclipselink.core.context.java   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.jpql.spi   
org.eclipse.jpt.jpa.ui.details   
 

Uses of MappedSuperclass in org.eclipse.jpt.jpa.core.context.java
 

Subinterfaces of MappedSuperclass in org.eclipse.jpt.jpa.core.context.java
 interface JavaMappedSuperclass
          Java mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of MappedSuperclass in org.eclipse.jpt.jpa.core.context.orm
 

Subinterfaces of MappedSuperclass in org.eclipse.jpt.jpa.core.context.orm
 interface OrmMappedSuperclass
          orm.xml mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of MappedSuperclass in org.eclipse.jpt.jpa.core.jpql.spi
 

Methods in org.eclipse.jpt.jpa.core.jpql.spi that return MappedSuperclass
 MappedSuperclass JpaMappedSuperclass.getManagedType()
          Returns the encapsulated model object.
 

Methods in org.eclipse.jpt.jpa.core.jpql.spi with parameters of type MappedSuperclass
 IMappedSuperclass JpaManagedTypeBuilder.buildMappedSuperclass(JpaManagedTypeProvider provider, MappedSuperclass mappedClass,  mappingBuilder)
          Creates a new concrete instance of a IMappedSuperclass.
 IMappedSuperclass IManagedTypeBuilder.buildMappedSuperclass(JpaManagedTypeProvider provider, MappedSuperclass mappedClass,  mappingBuilder)
          Creates a new concrete instance of a IMappedSuperclass.
protected  IMappedSuperclass JpaManagedTypeProvider.buildMappedSuperclass(MappedSuperclass mappedClass)
           
 

Constructors in org.eclipse.jpt.jpa.core.jpql.spi with parameters of type MappedSuperclass
JpaMappedSuperclass(JpaManagedTypeProvider provider, MappedSuperclass mappedSuperclass,  mappingBuilder)
          Creates a new JpaMappedSuperclass.
 

Uses of MappedSuperclass in org.eclipse.jpt.jpa.eclipselink.core.context
 

Subinterfaces of MappedSuperclass in org.eclipse.jpt.jpa.eclipselink.core.context
 interface EclipseLinkMappedSuperclass
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of MappedSuperclass in org.eclipse.jpt.jpa.eclipselink.core.context.java
 

Subinterfaces of MappedSuperclass in org.eclipse.jpt.jpa.eclipselink.core.context.java
 interface EclipseLinkJavaMappedSuperclass
          EclipseLink Java mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of MappedSuperclass in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of MappedSuperclass in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkOrmMappedSuperclass
          EclipseLink orm.xml mapped superclass Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of MappedSuperclass in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi
 

Methods in org.eclipse.jpt.jpa.eclipselink.core.jpql.spi with parameters of type MappedSuperclass
 IMappedSuperclass EclipseLinkManagedTypeBuilder.buildMappedSuperclass(JpaManagedTypeProvider provider, MappedSuperclass mappedClass,  mappingBuilder)
          Creates a new concrete instance of a IMappedSuperclass.
 

Uses of MappedSuperclass in org.eclipse.jpt.jpa.ui.details
 

Method parameters in org.eclipse.jpt.jpa.ui.details with type arguments of type MappedSuperclass
 JpaComposite JpaUiFactory.createMappedSuperclassComposite(PropertyValueModel<? extends MappedSuperclass> mappedSuperclassModel, Composite parentComposite, WidgetFactory widgetFactory, ResourceManager resourceManager)
           
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.