org.eclipse.persistence.config
Class ProfilerType
java.lang.Object
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
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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
ProfilerType
public ProfilerType()