org.eclipse.persistence.config
Class ProfilerType

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

public class ProfilerType
extends 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 String DEFAULT
           
static String NoProfiler
           
static String PerformanceProfiler
           
static String QueryMonitor
           
 
Constructor Summary
ProfilerType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PerformanceProfiler

public static final String PerformanceProfiler
See Also:
Constant Field Values

QueryMonitor

public static final String QueryMonitor
See Also:
Constant Field Values

NoProfiler

public static final String NoProfiler
See Also:
Constant Field Values

DEFAULT

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

ProfilerType

public ProfilerType()