com.atlassian.confluence.importexport.xmlimport.persister
Class HibernateKeyPersisterFactory
java.lang.Object
com.atlassian.confluence.importexport.xmlimport.persister.HibernateKeyPersisterFactory
- All Implemented Interfaces:
- ObjectPersisterFactory
public class HibernateKeyPersisterFactory
- extends Object
- implements ObjectPersisterFactory
Creates an instance of HibernateKeyPersister if the ImportedObject matches.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateKeyPersisterFactory
public HibernateKeyPersisterFactory()
createPersisterFor
public HibernateKeyPersister createPersisterFor(ImportedObject importedObject)
- Description copied from interface:
ObjectPersisterFactory
- Creates a new persister for the given
ImportedObject.
- Specified by:
createPersisterFor in interface ObjectPersisterFactory
- Parameters:
importedObject - the object to persist.
- Returns:
- the matching
ObjectPersister, or null if none could be found.
Copyright © 2003–2015 Atlassian. All rights reserved.