Uses of Interface
org.eclipse.jpt.jpa.core.context.orm.OrmVersionMapping

Packages that use OrmVersionMapping
org.eclipse.jpt.jpa.core.context.orm   
org.eclipse.jpt.jpa.ui.details.orm   
 

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

Methods in org.eclipse.jpt.jpa.core.context.orm that return OrmVersionMapping
 OrmVersionMapping OrmXmlContextNodeFactory.buildOrmVersionMapping(OrmPersistentAttribute parent, XmlVersion resourceMapping)
           
 

Methods in org.eclipse.jpt.jpa.core.context.orm with parameters of type OrmVersionMapping
 void OrmAttributeMapping.initializeFromOrmVersionMapping(OrmVersionMapping oldMapping)
           
 

Uses of OrmVersionMapping in org.eclipse.jpt.jpa.ui.details.orm
 

Method parameters in org.eclipse.jpt.jpa.ui.details.orm with type arguments of type OrmVersionMapping
 JpaComposite OrmXmlUiFactory.createOrmVersionMappingComposite(PropertyValueModel<OrmVersionMapping> subjectHolder, org.eclipse.swt.widgets.Composite parent, WidgetFactory widgetFactory)
          Creates a new JpaComposite used to edit an OrmVersionMapping.