Class NullPersistentContextInterceptor

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void clear()
      Clear any pending changes.
      void destroy()
      Called to finalize the persistent context.
      void disconnect()
      Disconnects the persistence context.
      void flush()
      Flushes any pending changes to the DB.
      void init()
      Called to intialisation the persistent context.
      boolean isOpen()
      Checks whether the persistence context is open.
      void reconnect()
      Reconnects the persistence context.
      void setReadOnly()
      Sets the persistence context to read-only mode.
      void setReadWrite()
      Sets the persistence context to read-write mode.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait