Interface ObjectPersisterFactory
- All Known Implementing Classes:
ConfluenceUserPersisterFactory
,ContentPropertyPersisterFactory
,DelegatingObjectPersisterFactory
,HibernateContentPermissionPersisterFactory
,HibernateKeyPersisterFactory
,HibernateMembershipPersisterFactory
,PropertySetItemPersisterFactory
,ReflectiveObjectPersisterFactory
,SynchronyEventsPersisterFactory
,SynchronySnapshotsPersisterFactory
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 Summary
Modifier and TypeMethodDescriptioncreatePersisterFor
(ImportedObject importedObject) Deprecated.Creates a new persister for the givenImportedObject
.
-
Method Details
-
createPersisterFor
Deprecated.Creates a new persister for the givenImportedObject
.- Parameters:
importedObject
- the object to persist.- Returns:
- the matching
ObjectPersister
, or null if none could be found.
-