Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle TopLink
11g Release 1 (11.1.1)

E28847-01


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 PerformanceMonitor
           
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

PerformanceMonitor

public static final java.lang.String PerformanceMonitor
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()

Skip navigation links

Copyright © 1998, 2012, Oracle. All Rights Reserved.