Uses of Class
org.eclipse.jpt.core.resource.persistence.XmlMappingFileRef

Packages that use XmlMappingFileRef
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.persistence   
org.eclipse.jpt.core.resource.persistence   
 

Uses of XmlMappingFileRef in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core with parameters of type XmlMappingFileRef
 MappingFileRef JpaFactory.buildMappingFileRef(PersistenceUnit parent, XmlMappingFileRef xmlMappingFileRef)
          xmlMappingFileRef is allowed to be null, this would be used for the implied mapping file ref
 

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

Methods in org.eclipse.jpt.core.context.persistence with parameters of type XmlMappingFileRef
 void MappingFileRef.update(XmlMappingFileRef mappingFileRef)
           
 

Uses of XmlMappingFileRef in org.eclipse.jpt.core.resource.persistence
 

Methods in org.eclipse.jpt.core.resource.persistence that return XmlMappingFileRef
 XmlMappingFileRef PersistenceFactory.createXmlMappingFileRef()
           
 

Methods in org.eclipse.jpt.core.resource.persistence that return types with arguments of type XmlMappingFileRef
 org.eclipse.emf.common.util.EList<XmlMappingFileRef> XmlPersistenceUnit.getMappingFiles()
          Returns the value of the 'Mapping Files' containment reference list.