Interface FilesystemSupplementedRepository<Type extends VersionedFileFields<java.lang.Long> & IridaThing>

    • Method Detail

      • saveMetadata

        Type saveMetadata​(Type entity)
        Save an entity without updating any of the Path entries within the file. WARNING, if you update the Path entries of this file and use this method, a new file revision will not be created in the file storage or database.
        Parameters:
        entity - the entity to save
        Returns:
        the saved entity