public class ContentPropertyPersister extends AbstractObjectPersister
entityPersister, importedObject, persisterOperations, unsatisfiedObjectDependencies
Constructor and Description |
---|
ContentPropertyPersister() |
Modifier and Type | Method and Description |
---|---|
List<TransientHibernateHandle> |
persist(ImportProcessorContext context,
ImportedObject importedObject)
Persist a given imported object.
|
getPrimitivePropertyValue, getReferencePropertyValue
public List<TransientHibernateHandle> persist(ImportProcessorContext context, ImportedObject importedObject) throws Exception
ObjectPersister
context
- the context of the current import operationimportedObject
- 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–2020 Atlassian. All rights reserved.