Interface StorageManager

    • Method Detail

      • initialize

        void initialize()
      • root

        Object root()
        Returns:
        the persistent object graph's root object.
      • storeRoot

        long storeRoot()
      • customRoot

        @Deprecated
        default Object customRoot()
        Deprecated.
        This method is deprecated due to simplified root handling and will be removed in a future version.
        It is advised to use root() instead, for which this method is an alias.
        Returns:
        the root object.
      • storeDefaultRoot

        @Deprecated
        default long storeDefaultRoot()
        Deprecated.
        This method is deprecated due to simplified root handling and will be removed in a future version.
        It is advised to use storeRoot() instead, for which this method is an alias.
        Returns:
        stores the root object and returns its objectId.