Dali Provisional API
Release 3.2

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

Packages that use DeleteTypeRefactoringParticipant
org.eclipse.jpt.jpa.core.context   
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.core.context.persistence   
org.eclipse.jpt.jpa.core.internal.context.persistence   
org.eclipse.jpt.jpa.core.jpa2.context.persistence   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context.persistence   
 

Uses of DeleteTypeRefactoringParticipant in org.eclipse.jpt.jpa.core.context
 

Subinterfaces of DeleteTypeRefactoringParticipant in org.eclipse.jpt.jpa.core.context
 interface MappingFile
          JPA mapping file (typically orm.xml).
 

Methods in org.eclipse.jpt.jpa.core.context with parameters of type DeleteTypeRefactoringParticipant
 Iterable<DeleteEdit> DeleteTypeRefactoringParticipant.DeleteTypeEditsTransformer.transform(DeleteTypeRefactoringParticipant participant)
           
 

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

Subinterfaces of DeleteTypeRefactoringParticipant in org.eclipse.jpt.jpa.core.context.orm
 interface EntityMappings
          Context model corresponding to the XML resource model XmlEntityMappings, which corresponds to the entity-mappings element in the orm.xml file.
 interface OrmManagedType
          Context managed type.
 interface OrmPersistentType
          orm.xml persistent type Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmXml
          JPA orm.xml file.
 

Uses of DeleteTypeRefactoringParticipant in org.eclipse.jpt.jpa.core.context.persistence
 

Subinterfaces of DeleteTypeRefactoringParticipant in org.eclipse.jpt.jpa.core.context.persistence
 interface ClassRef
          Context model corresponding to the XML resource model XmlJavaClassRef, which corresponds to the class element in the persistence.xml file.
 interface MappingFileRef
          Context model corresponding to the mapping-file element in the persistence.xml file.
 interface PersistenceUnit
          Context model corresponding to the XML resource model XmlPersistenceUnit, which corresponds to the persistence-unit element in the persistence.xml file.
 

Uses of DeleteTypeRefactoringParticipant in org.eclipse.jpt.jpa.core.internal.context.persistence
 

Classes in org.eclipse.jpt.jpa.core.internal.context.persistence that implement DeleteTypeRefactoringParticipant
 class org.eclipse.jpt.jpa.core.internal.context.persistence.AbstractPersistenceUnit
           
 

Uses of DeleteTypeRefactoringParticipant in org.eclipse.jpt.jpa.core.jpa2.context.persistence
 

Subinterfaces of DeleteTypeRefactoringParticipant in org.eclipse.jpt.jpa.core.jpa2.context.persistence
 interface PersistenceUnit2_0
          JPA 2.0 persistence-unit 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 DeleteTypeRefactoringParticipant in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 

Subinterfaces of DeleteTypeRefactoringParticipant in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkEntityMappings
           
 interface EclipseLinkOrmPersistentType
          eclipselink-orm.xml persistent type: mapping access access-methods attributes super persistent type Java persistent type
 

Uses of DeleteTypeRefactoringParticipant in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Classes in org.eclipse.jpt.jpa.eclipselink.core.context.persistence that implement DeleteTypeRefactoringParticipant
 class EclipseLinkPersistenceUnit
          EclipseLink persistence unit
 


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.