Uses of Class
org.eclipse.jpt.eclipselink.core.context.persistence.customization.Profiler

Packages that use Profiler
org.eclipse.jpt.eclipselink.core.context.persistence.customization   
 

Uses of Profiler in org.eclipse.jpt.eclipselink.core.context.persistence.customization
 

Methods in org.eclipse.jpt.eclipselink.core.context.persistence.customization that return Profiler
static Profiler Profiler.getProfilerFor(java.lang.String literal)
          Return the Profiler value corresponding to the given literal.
static Profiler Profiler.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Profiler[] Profiler.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.eclipse.jpt.eclipselink.core.context.persistence.customization with parameters of type Profiler
 void Customization.setProfiler(Profiler newProfiler)