@Deprecated public class PropertySetItemPersister extends Object implements ObjectPersister
| Constructor and Description |
|---|
PropertySetItemPersister()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransientHibernateHandle> |
persist(ImportProcessorContext context,
ImportedObject object)
Deprecated.
Persist a given imported object.
|
public List<TransientHibernateHandle> persist(ImportProcessorContext context, ImportedObject object) throws Exception
ObjectPersisterpersist in interface ObjectPersistercontext - the context of the current import operationobject - the object to save.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.Copyright © 2003–2022 Atlassian. All rights reserved.