Uses of Interface
org.eclipse.jpt.core.context.persistence.MappingFileRef

Packages that use MappingFileRef
org.eclipse.jpt.core   
org.eclipse.jpt.core.context.orm   
org.eclipse.jpt.core.context.persistence   
 

Uses of MappingFileRef in org.eclipse.jpt.core
 

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

Methods in org.eclipse.jpt.core with parameters of type MappingFileRef
 OrmXml JpaFactory.buildOrmXml(MappingFileRef parent, OrmResource ormResource)
           
 

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

Methods in org.eclipse.jpt.core.context.orm that return MappingFileRef
 MappingFileRef OrmXml.getParent()
           
 

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

Methods in org.eclipse.jpt.core.context.persistence that return MappingFileRef
 MappingFileRef PersistenceUnit.addSpecifiedMappingFileRef()
          Add a specified mapping file ref to the persistence unit and return the object representing it.
 MappingFileRef PersistenceUnit.addSpecifiedMappingFileRef(int index)
          Add a specified mapping file ref to the persistence unit at the specified index and return the object representing it.
 MappingFileRef PersistenceUnit.getImpliedMappingFileRef()
          Return the current implied mapping file ref.
 

Methods in org.eclipse.jpt.core.context.persistence that return types with arguments of type MappingFileRef
 java.util.ListIterator<MappingFileRef> PersistenceUnit.mappingFileRefs()
          Return an iterator on the list of mapping file refs, whether specified or implied.
 java.util.ListIterator<MappingFileRef> PersistenceUnit.specifiedMappingFileRefs()
          Return an iterator on the list of specified mapping file refs.
 

Methods in org.eclipse.jpt.core.context.persistence with parameters of type MappingFileRef
 void PersistenceUnit.removeSpecifiedMappingFileRef(MappingFileRef mappingFileRef)
          Remove the specified mapping file ref from the persistence unit.