Uses of Interface
org.eclipse.jpt.core.JpaProject.Updater

Packages that use JpaProject.Updater
org.eclipse.jpt.core   
 

Uses of JpaProject.Updater in org.eclipse.jpt.core
 

Classes in org.eclipse.jpt.core that implement JpaProject.Updater
static class JpaProject.Updater.Null
          This updater does nothing.
 

Methods in org.eclipse.jpt.core that return JpaProject.Updater
 JpaProject.Updater JpaProject.getUpdater()
          Return the implementation of the Updater interface that will be used to "update" a JPA project.
static JpaProject.Updater JpaProject.Updater.Null.instance()
           
 

Methods in org.eclipse.jpt.core with parameters of type JpaProject.Updater
 void JpaProject.setUpdater(JpaProject.Updater updater)
          Set the implementation of the Updater interface that will be used to "update" a JPA project.