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

java.lang.Object
  extended by com.atlassian.confluence.importexport.xmlimport.persister.HibernateMembershipPersisterFactory
All Implemented Interfaces:
ObjectPersisterFactory

public class HibernateMembershipPersisterFactory
extends java.lang.Object
implements ObjectPersisterFactory

Creates an instance of HibernateMembershipPersister if the ImportedObject matches.


Constructor Summary
HibernateMembershipPersisterFactory()
           
 
Method Summary
 HibernateMembershipPersister 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

HibernateMembershipPersisterFactory

public HibernateMembershipPersisterFactory()
Method Detail

createPersisterFor

public HibernateMembershipPersister 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-2014 Atlassian. All Rights Reserved.