Class DynamicHelper.SessionCustomizer

  • All Implemented Interfaces:
    SessionCustomizer
    Enclosing class:
    DynamicHelper

    public static class DynamicHelper.SessionCustomizer
    extends java.lang.Object
    implements SessionCustomizer
    A SessionCustomizer which configures all descriptors as dynamic entity types.
    • Method Summary

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

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

      • SessionCustomizer

        public SessionCustomizer()
    • Method Detail

      • customize

        public void customize​(Session session)
                       throws java.lang.Exception
        Specified by:
        customize in interface SessionCustomizer
        Throws:
        java.lang.Exception