public class HibernateMembershipPersister extends AbstractObjectPersister implements ObjectPersister
HibernateMembership instances, in a way that does not
 violate any unique constraints.| Modifier and Type | Field and Description | 
|---|---|
static org.slf4j.Logger | 
log  | 
entityPersister, importedObject, persisterOperations, unsatisfiedObjectDependencies| Constructor and Description | 
|---|
HibernateMembershipPersister()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<TransientHibernateHandle> | 
persist(ImportProcessorContext context,
       ImportedObject importedObject)
Persist a given imported object. 
 | 
getPrimitivePropertyValue, getReferencePropertyValuepublic List<TransientHibernateHandle> persist(ImportProcessorContext context, ImportedObject importedObject) throws Exception
ObjectPersisterpersist in interface ObjectPersistercontext - 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–2017 Atlassian. All rights reserved.