Module eclipselink

Class ProfilerType

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

public final class ProfilerType extends Object
Profiler type persistence property values.

JPA persistence property usage:

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

Property values are case-insensitive.

See Also: