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

Packages that use OrmVersionMapping
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.orm   
 

Uses of OrmVersionMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return OrmVersionMapping
 OrmVersionMapping JpaFactory.buildOrmVersionMapping(OrmPersistentAttribute parent)
           
 

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

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