@Internal public class NoopPersister extends Object implements ObjectPersister
Constructor and Description |
---|
NoopPersister() |
Modifier and Type | Method and Description |
---|---|
List<TransientHibernateHandle> |
persist(ImportProcessorContext context,
ImportedObject object)
Persist a given imported object.
|
public List<TransientHibernateHandle> persist(ImportProcessorContext context, ImportedObject object) throws Exception
ObjectPersister
persist
in interface ObjectPersister
context
- 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–2019 Atlassian. All rights reserved.