Uses of Interface
com.atlassian.confluence.importexport.xmlimport.ObjectPersister

Packages that use ObjectPersister
com.atlassian.confluence.importexport.xmlimport Imports Confluence data from an XML backup. 
com.atlassian.confluence.importexport.xmlimport.persister   
 

Uses of ObjectPersister in com.atlassian.confluence.importexport.xmlimport
 

Methods in com.atlassian.confluence.importexport.xmlimport that return ObjectPersister
 ObjectPersister ObjectPersisterFactory.getPersisterFor(ImportedObject importedObject)
           
 ObjectPersister DefaultObjectPersisterFactory.getPersisterFor(ImportedObject importedObject)
           
 

Uses of ObjectPersister in com.atlassian.confluence.importexport.xmlimport.persister
 

Classes in com.atlassian.confluence.importexport.xmlimport.persister that implement ObjectPersister
 class HibernateKeyPersister
          Persister for legacy HibernateKey objects that need to be converted to AliasedKeys on import.
 class HibernateMembershipPersister
          Persists HibernateMembership instances, in a way that does not violate any unique constraints.
 class PropertySetItemPersister
          Persister for PropertySet items that handles some rather hairy upgrade logic, for example the rewriting of IDs.
 class ReflectiveObjectPersister
          Uses Hibernate metadata to persist imported objects.
 



Copyright © 2003-2011 Atlassian. All Rights Reserved.