Class 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

      Fields 
      Modifier and Type Field Description
      static java.lang.String Safe  
      static java.lang.String Standard  
    • Constructor Summary

      Constructors 
      Constructor Description
      TunerType()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait