Class OpenJPADirectoriesEnhancer

  • All Implemented Interfaces:
    java.lang.Runnable

    public class OpenJPADirectoriesEnhancer
    extends java.lang.Object
    implements java.lang.Runnable
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.StackTraceElement[] NO_STACK_TRACE  
    • Constructor Summary

      Constructors 
      Constructor Description
      OpenJPADirectoriesEnhancer​(boolean auto, java.lang.String[] entities, java.lang.Class<?> logFactory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NO_STACK_TRACE

        public static final java.lang.StackTraceElement[] NO_STACK_TRACE
    • Constructor Detail

      • OpenJPADirectoriesEnhancer

        public OpenJPADirectoriesEnhancer​(boolean auto,
                                          java.lang.String[] entities,
                                          java.lang.Class<?> logFactory)
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface java.lang.Runnable