Class DirectoryMappingPersister

java.lang.Object
com.atlassian.confluence.impl.backuprestore.restore.persisters.DirectoryMappingPersister
All Implemented Interfaces:
EntityPersister

public class DirectoryMappingPersister extends Object implements EntityPersister
A persister for DirectoryMapping entity. This entity has two properties which require special treatment: 1) `list_index` column which is not created properly because it's an index column. In legacy backups we take information for it from cwd_application. 2) `allowedOperations` set which references `cwd_app_dir_operation` table. This table doesn't have its own entity class, so we need generate records for it from the set.
Since:
8.3.0