EclipseLink 2.1.2, build 'v20101206-r8635' API Reference

org.eclipse.persistence.config
Class ProfilerType

java.lang.Object
  extended by org.eclipse.persistence.config.ProfilerType

public class ProfilerType
extends java.lang.Object

Profiler type persistence property values.

JPA persistence property Usage:

properties.add(PersistenceUnitProperties.ProfilerType, ProfilerType.PerformanceProfiler);

Property values are case-insensitive.

See Also:
QueryMonitor, PerformanceProfiler

Field Summary
static java.lang.String DEFAULT
           
static java.lang.String NoProfiler
           
static java.lang.String PerformanceProfiler
           
static java.lang.String QueryMonitor
           
 
Constructor Summary
ProfilerType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PerformanceProfiler

public static final java.lang.String PerformanceProfiler
See Also:
Constant Field Values

QueryMonitor

public static final java.lang.String QueryMonitor
See Also:
Constant Field Values

NoProfiler

public static final java.lang.String NoProfiler
See Also:
Constant Field Values

DEFAULT

public static final java.lang.String DEFAULT
See Also:
Constant Field Values
Constructor Detail

ProfilerType

public ProfilerType()

EclipseLink 2.1.2, build 'v20101206-r8635' API Reference