Class ProfilerType


  • public class ProfilerType
    extends java.lang.Object
    Profiler type persistence property values.

    JPA persistence property Usage:

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

    Property values are case-insensitive.

    See Also:
    QueryMonitor, PerformanceProfiler
    • Constructor Summary

      Constructors 
      Constructor Description
      ProfilerType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait