org.eclipse.persistence.config
Class ProfilerType
java.lang.Object
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
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
ProfilerType
public ProfilerType()