@Deprecated 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
Deprecated.
|
entityPersister, importedObject, persisterOperations, unsatisfiedObjectDependencies| Constructor and Description |
|---|
HibernateMembershipPersister()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
List<TransientHibernateHandle> |
persist(ImportProcessorContext context,
ImportedObject importedObject)
Deprecated.
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–2022 Atlassian. All rights reserved.