Class ReactiveModeCheck


  • public final class ReactiveModeCheck
    extends java.lang.Object
    General utilities to check if certain Hibernate ORM components belong to an ORM instance which is running in "Reactive mode".
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean isReactiveRegistry​(org.hibernate.service.ServiceRegistry serviceRegistry)  
      • Methods inherited from class java.lang.Object

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

      • isReactiveRegistry

        public static boolean isReactiveRegistry​(org.hibernate.service.ServiceRegistry serviceRegistry)