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

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

Uses of OrmIdMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return OrmIdMapping
 OrmIdMapping JpaFactory.buildOrmIdMapping(OrmPersistentAttribute parent)
           
 

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

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