Class DBSConnectionBase

java.lang.Object
org.nuxeo.ecm.core.storage.dbs.DBSConnectionBase
All Implemented Interfaces:
AutoCloseable, LockManager, DBSConnection
Direct Known Subclasses:
MemConnection, MongoDBConnection

public abstract class DBSConnectionBase extends Object implements DBSConnection
Interface for a connection to a DBSRepository. The connection maintains state when it is transactional.
Since:
11.1
  • Field Details

  • Constructor Details

  • Method Details

    • getRootId

      public String getRootId()
      Description copied from interface: DBSConnection
      Gets the root id.
      Specified by:
      getRootId in interface DBSConnection
      Returns:
      the root id.
    • initRoot

      public void initRoot()
      Initializes the root and its ACP.
    • getRootACP

      protected ACPImpl getRootACP()