Interface PlatformWrapper

    • Method Summary

      Static Methods 
      Modifier and Type Method Description
      static boolean isPlatformWrapper​(Object instance)
      Check whether provided instance is marked as DatabasePlatform specific wrapper.
    • Method Detail

      • isPlatformWrapper

        static boolean isPlatformWrapper​(Object instance)
        Check whether provided instance is marked as DatabasePlatform specific wrapper.
        Parameters:
        instance - instance to be checked
        Returns:
        value of true when provided instance is marked as DatabasePlatform specific wrapper or false otherwise