Interface ObjectPersisterFactory

All Known Implementing Classes:
ConfluenceUserPersisterFactory, ContentPropertyPersisterFactory, DelegatingObjectPersisterFactory, HibernateContentPermissionPersisterFactory, HibernateKeyPersisterFactory, HibernateMembershipPersisterFactory, PropertySetItemPersisterFactory, ReflectiveObjectPersisterFactory, SynchronyEventsPersisterFactory, SynchronySnapshotsPersisterFactory

@Deprecated public interface ObjectPersisterFactory
Deprecated.
since 7.17.0.
Factory to provide the correct ObjectPersister for a given ImportedObject. This allows the backup importer to substitute custom persisters for particular object types where the default reflective persister can not handle the object.
  • Method Details