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

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

Uses of OrmOneToManyMapping in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return OrmOneToManyMapping
 OrmOneToManyMapping JpaFactory.buildOrmOneToManyMapping(OrmPersistentAttribute parent)
           
 

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

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