java.lang.Object
org.eclipse.persistence.config.TunerType
Tuning persistence property values.
JPA persistence property usage:
properties.add(PersistenceUnitProperties.TUNING, TunerType.Safe);
Property values are case-insensitive.
- See Also:
-
Field Summary
-
Constructor Summary
ConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version.This constructor will be marked private and the class final. -
Method Summary
-
Field Details
-
Safe
- See Also:
-
Standard
- See Also:
-
-
Constructor Details
-
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.
-