- java.lang.Object
-
- org.eclipse.persistence.config.TunerType
-
public class TunerType extends Object
Tuning persistence property values.JPA persistence property usage:
properties.add(PersistenceUnitProperties.TUNING, TunerType.Safe);Property values are case-insensitive.
- See Also:
PersistenceUnitProperties.TUNING
-
-
Constructor Summary
Constructors Constructor Description TunerType()Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final.
-
-
-
Field Detail
-
Safe
public static final String Safe
- See Also:
- Constant Field Values
-
Standard
public static final String Standard
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
TunerType
@Deprecated(since="4.0.3", forRemoval=true) public TunerType()
Deprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. It is not designed for extensibility.
-
-