Class SessionDisable


  • public final class SessionDisable
    extends Object
    The org.h2.engine.Session represents the "Embedded Database" in H2. We remove this explicitly as it pulls in various things we can't support; rather than address them individually it's simpler to make sure this Session doesn't get included by mistake: that will produce errors that are easier to manage.
    • Constructor Detail

      • SessionDisable

        public SessionDisable()