Class 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