public class HibernateKeyPersister extends Object implements ObjectPersister
Constructor and Description |
---|
HibernateKeyPersister() |
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 net.sf.hibernate.HibernateException
ObjectPersister
persist
in interface ObjectPersister
context
- the context of the current import operationobject
- the object to save.net.sf.hibernate.HibernateException
Copyright © 2003–2020 Atlassian. All rights reserved.