EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference

org.eclipse.persistence.config
Class TunerType

java.lang.Object
  extended by org.eclipse.persistence.config.TunerType

public class TunerType
extends java.lang.Object

Tuning persistence property values.

JPA persistence property usage:

properties.add(PersistenceUnitProperties.TUNING, TunerType.Safe);

Property values are case-insensitive.

See Also:
PersistenceUnitProperties.TUNING

Field Summary
static java.lang.String Safe
           
static java.lang.String Standard
           
 
Constructor Summary
TunerType()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Safe

public static final java.lang.String Safe
See Also:
Constant Field Values

Standard

public static final java.lang.String Standard
See Also:
Constant Field Values
Constructor Detail

TunerType

public TunerType()

EclipseLink 2.5.0, build 'v20130507-3faac2b' API Reference