Interface VersionedObjectDaoInternal<T extends com.atlassian.core.bean.EntityObject>

    • Method Detail

      • saveEntity

        void saveEntity​(T currentObject,
                        @Nullable T originalObject)
        Saves the given current object and historical object.
        Parameters:
        currentObject - the current object.
        originalObject - the original object. This will be mutated to become a historical version as part of this save.