|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.atlassian.confluence.importexport.xmlimport.persister.PropertySetItemPersister
public class PropertySetItemPersister
Persister for PropertySet items that handles some rather hairy upgrade logic, for example the rewriting of IDs.
Constructor Summary | |
---|---|
PropertySetItemPersister()
|
Method Summary | |
---|---|
java.util.List<TransientHibernateHandle> |
persist(ImportProcessorContext context,
ImportedObject object)
Persist a given imported object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PropertySetItemPersister()
Method Detail |
---|
public java.util.List<TransientHibernateHandle> persist(ImportProcessorContext context, ImportedObject object) throws java.lang.Exception
ObjectPersister
persist
in interface ObjectPersister
context
- the context of the current import operationobject
- the object to save.
java.lang.Exception
- if something goes wrong. To avoid duplication of "wrap everything in one exception type" code
in every persister, it is assumed wrapping happens at a higher level.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |