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

Packages that use OrmXml
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.persistence   
 

Uses of OrmXml in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return OrmXml
 OrmXml JpaFactory.buildOrmXml(MappingFileRef parent, OrmResource ormResource)
           
 

Methods in org.eclipse.jpt.core with parameters of type OrmXml
 EntityMappings JpaFactory.buildEntityMappings(OrmXml parent, XmlEntityMappings entityMappings)
           
 

Uses of OrmXml in org.eclipse.jpt.core.context.persistence
 

Methods in org.eclipse.jpt.core.context.persistence that return OrmXml
 OrmXml MappingFileRef.getOrmXml()