com.atlassian.confluence.importexport.xmlimport.persister
Class HibernateKeyPersisterFactory

java.lang.Object
  extended by 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.


Constructor Summary
HibernateKeyPersisterFactory()
           
 
Method Summary
 HibernateKeyPersister createPersisterFor(ImportedObject importedObject)
          Creates a new persister for the given ImportedObject.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateKeyPersisterFactory

public HibernateKeyPersisterFactory()
Method Detail

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-2013 Atlassian. All Rights Reserved.