Uses of Interface
org.eclipse.jpt.core.JpaResourceModel

Packages that use JpaResourceModel
org.eclipse.jpt.core   
org.eclipse.jpt.core.resource.java   
org.eclipse.jpt.core.resource.xml   
 

Uses of JpaResourceModel in org.eclipse.jpt.core
 

Methods in org.eclipse.jpt.core that return JpaResourceModel
 JpaResourceModel JpaResourceModelProvider.buildResourceModel(JpaProject jpaProject, org.eclipse.core.resources.IFile file)
          Build a JPA resource model for the specified JPA project and file.
 JpaResourceModel JpaFile.getResourceModel()
          Return the resource model corresponding to the JPA file; typically a JPA compilation unit, a JPA XML resource, or a JPA package fragment root (JAR).
 JpaResourceModel JpaFile.getResourceModel(org.eclipse.core.runtime.content.IContentType contentType)
          Convenience method.
 

Methods in org.eclipse.jpt.core with parameters of type JpaResourceModel
 JpaFile JpaFactory.buildJpaFile(JpaProject jpaProject, org.eclipse.core.resources.IFile file, org.eclipse.core.runtime.content.IContentType contentType, JpaResourceModel resourceModel)
          Construct a JPA file for the specified JPA project, file, content type, and resource model.
 void JpaResourceModelListener.resourceModelChanged(JpaResourceModel jpaResourceModel)
           
 void JpaResourceModelListener.resourceModelReverted(JpaResourceModel jpaResourceModel)
           
 void JpaResourceModelListener.resourceModelUnloaded(JpaResourceModel jpaResourceModel)
           
 

Uses of JpaResourceModel in org.eclipse.jpt.core.resource.java
 

Subinterfaces of JpaResourceModel in org.eclipse.jpt.core.resource.java
 interface JavaResourceCompilationUnit
          Dali resource for JDT compilation unit.
static interface JavaResourceNode.Root
          Root of Java resource model containment hierarchy.
 interface JavaResourcePackageFragmentRoot
          Java package fragement root Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 interface JavaResourcePersistentTypeCache
          Java persistent type cache - used to hold "external" types Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.
 

Uses of JpaResourceModel in org.eclipse.jpt.core.resource.xml
 

Classes in org.eclipse.jpt.core.resource.xml that implement JpaResourceModel
 class JpaXmlResource
          Provisional API: This interface is part of an interim API that is still under development and expected to change significantly before reaching stability.