Class HibernateKeyPersister
- java.lang.Object
-
- com.atlassian.confluence.importexport.xmlimport.persister.HibernateKeyPersister
-
- All Implemented Interfaces:
ObjectPersister
@Deprecated public class HibernateKeyPersister extends Object implements ObjectPersister
Deprecated.since 7.17.0Persister for legacy HibernateKey objects that need to be converted to AliasedKeys on import.
-
-
Constructor Summary
Constructors Constructor Description HibernateKeyPersister()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description List<TransientHibernateHandle>
persist(ImportProcessorContext context, ImportedObject object)
Deprecated.Persist a given imported object.
-
-
-
Method Detail
-
persist
public List<TransientHibernateHandle> persist(ImportProcessorContext context, ImportedObject object)
Deprecated.Description copied from interface:ObjectPersister
Persist a given imported object.- Specified by:
persist
in interfaceObjectPersister
- Parameters:
context
- the context of the current import operationobject
- the object to save.- Returns:
- a list of handles of the objects that were saved. If IDs are being rewritten on import, this list should still contain the pre-rewriting ID as it appears in the backup file
-
-