Class PersisterOperations
- java.lang.Object
-
- com.atlassian.confluence.importexport.xmlimport.persister.PersisterOperations
-
@Deprecated public class PersisterOperations extends Object
Deprecated.since 7.17.0Common operations used by various persisters.
-
-
Constructor Summary
Constructors Constructor Description PersisterOperations()
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Object
literalTypeFromString(org.hibernate.type.Type type, String str)
Deprecated.TransientHibernateHandle
readId(Class clazz, String idString, org.hibernate.persister.entity.EntityPersister persister)
Deprecated.
-
-
-
Method Detail
-
literalTypeFromString
public Object literalTypeFromString(org.hibernate.type.Type type, String str) throws org.hibernate.HibernateException
Deprecated.- Throws:
org.hibernate.HibernateException
-
readId
public TransientHibernateHandle readId(Class clazz, String idString, org.hibernate.persister.entity.EntityPersister persister) throws org.hibernate.HibernateException
Deprecated.- Throws:
org.hibernate.HibernateException
-
-