public class

PersisterOperations

extends Object
java.lang.Object
   ↳ com.atlassian.confluence.importexport.xmlimport.persister.PersisterOperations

Class Overview

Common operations used by various persisters.

Summary

Public Constructors
PersisterOperations()
Public Methods
Class getClassForElement(String className, String packageName)
Object getPrimitivePropertyValue(ClassPersister entityPersister, PrimitiveProperty property)
boolean isPropertyNullable(Class<?> classToPersist, String propertyName, ImportProcessorContext context)
Object literalTypeFromString(Type type, String str)
TransientHibernateHandle readId(Class clazz, String idString, ClassPersister persister)
[Expand]
Inherited Methods
From class java.lang.Object

Public Constructors

public PersisterOperations ()

Public Methods

public Class getClassForElement (String className, String packageName)

public Object getPrimitivePropertyValue (ClassPersister entityPersister, PrimitiveProperty property)

Throws
HibernateException

public boolean isPropertyNullable (Class<?> classToPersist, String propertyName, ImportProcessorContext context)

Throws
HibernateException

public Object literalTypeFromString (Type type, String str)

Throws
HibernateException

public TransientHibernateHandle readId (Class clazz, String idString, ClassPersister persister)

Throws
HibernateException