Dali Provisional API
Release 3.2

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

Packages that use TypeRefactoringParticipant
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.orm   
org.eclipse.jpt.jpa.core.jpa2.context.persistence   
org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection   
org.eclipse.jpt.jpa.core.jpa2.context.persistence.options   
org.eclipse.jpt.jpa.eclipselink.core.context.orm   
org.eclipse.jpt.jpa.eclipselink.core.context.persistence   
 

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

Subinterfaces of TypeRefactoringParticipant 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 TypeRefactoringParticipant
 Iterable<ReplaceEdit> TypeRefactoringParticipant.RenameTypeEditsTransformer.transform(TypeRefactoringParticipant participant)
           
 Iterable<ReplaceEdit> TypeRefactoringParticipant.MoveTypeEditsTransformer.transform(TypeRefactoringParticipant participant)
           
 Iterable<ReplaceEdit> TypeRefactoringParticipant.RenamePackageEditsTransformer.transform(TypeRefactoringParticipant participant)
           
 

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

Subinterfaces of TypeRefactoringParticipant 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 OrmAttributeMapping
          orm.xml attribute mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmBaseEmbeddedMapping
          Behavior common to orm.xml embedded and embedded ID mappings.
 interface OrmBasicMapping
          orm.xml basic mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmColumnMapping
          orm.xml column mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmConvertibleMapping
          orm.xml attribute mapping that has a converter (e.g. basic, ID, version).
 interface OrmEmbeddable
          orm.xml embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEmbeddedIdMapping
          orm.xml embedded ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEmbeddedMapping
          orm.xml embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEntity
          orm.xml entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmGeneratedValueMapping
          orm.xml ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmIdClassReference
          orm.xml ID class reference Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmIdMapping
          orm.xml ID mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmIdTypeMapping
          orm.xml ID type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManagedType
          Context managed type.
 interface OrmManyToManyMapping
          orm.xml m:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmManyToOneMapping
          orm.xml m:1 mapping.
 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.
 interface OrmMultiRelationshipMapping
          orm.xml multi-valued relationship (1:m, m:m) mapping.
 interface OrmOneToManyMapping
          orm.xml 1:m mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmOneToOneMapping
          orm.xml 1:1 mapping.
 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 OrmRelationshipMapping
          orm.xml relationship (1:1, 1:m, m:1, m:m) mapping.
 interface OrmSingleRelationshipMapping
          orm.xml single (1:1, m:1) mapping.
 interface OrmSpecifiedPersistentAttribute
          orm.xml specified persistent attribute (field or property).
 interface OrmTransientMapping
          orm.xml transient "mapping" Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmTypeMapping
          orm.xml type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmVersionMapping
          orm.xml version mapping 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 TypeRefactoringParticipant in org.eclipse.jpt.jpa.core.context.persistence
 

Subinterfaces of TypeRefactoringParticipant 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.
static interface PersistenceUnit.Property
          Simple property interface.
 interface PersistenceUnitProperties
          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 TypeRefactoringParticipant in org.eclipse.jpt.jpa.core.internal.context.persistence
 

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

Uses of TypeRefactoringParticipant in org.eclipse.jpt.jpa.core.jpa2.context.orm
 

Subinterfaces of TypeRefactoringParticipant in org.eclipse.jpt.jpa.core.jpa2.context.orm
 interface OrmCollectionMapping2_0
          orm.xml collection mapping (e.g. 1:m, m:m, element collection) Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmConvertibleKeyMapping2_0
          Java attribute mapping that has a key converter, collection mappings Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmElementCollectionMapping2_0
          orm.xml element collection mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEmbeddedMapping2_0
          JPA 2.0 orm.xml embedded mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmEntity2_0
          orm.xml entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface OrmSingleRelationshipMapping2_0
          JPA 2.0 orm.xml single (1:1, m:1) mapping.
 

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

Subinterfaces of TypeRefactoringParticipant 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 TypeRefactoringParticipant in org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection
 

Subinterfaces of TypeRefactoringParticipant in org.eclipse.jpt.jpa.core.jpa2.context.persistence.connection
 interface Connection2_0
          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 TypeRefactoringParticipant in org.eclipse.jpt.jpa.core.jpa2.context.persistence.options
 

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

Subinterfaces of TypeRefactoringParticipant in org.eclipse.jpt.jpa.eclipselink.core.context.orm
 interface EclipseLinkEntityMappings
           
 interface EclipseLinkOrmConverterContainer
          EclipseLink orm.xml converter container Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkOrmEmbeddable
          EclipseLink orm.xml embeddable Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkOrmEntity
          EclipseLink orm.xml entity Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 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.
 interface EclipseLinkOrmNonEmbeddableTypeMapping
          EclipseLink orm.xml non-embeddable type mapping Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface EclipseLinkOrmPersistentType
          eclipselink-orm.xml persistent type: mapping access access-methods attributes super persistent type Java persistent type
 interface EclipseLinkOrmTypeMapping
          EclipseLink ORM type mapping 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 TypeRefactoringParticipant in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 

Subinterfaces of TypeRefactoringParticipant in org.eclipse.jpt.jpa.eclipselink.core.context.persistence
 interface EclipseLinkCaching
          Caching
 interface EclipseLinkConnection
          EclipseLink connection
 interface EclipseLinkConnection2_0
          EclipseLink 2.0 connection
 interface EclipseLinkCustomization
          Customization
 interface EclipseLinkGeneralProperties
          GeneralProperties
 interface EclipseLinkLogging
          EclipseLink logging
 interface EclipseLinkLogging2_0
          EclipseLink 2.0 logging
 interface EclipseLinkLogging2_4
          EclipseLink 2.0 logging
 interface EclipseLinkOptions
          EclipseLink options
 interface EclipseLinkOptions2_0
          EclipseLink 2.0 options
 interface EclipseLinkSchemaGeneration
          EclipseLink schema generation
 

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


Dali Provisional API
Release 3.2

Copyright (c) 2012 Oracle. All rights reserved.