Class PersisterOperations
java.lang.Object
com.atlassian.confluence.importexport.xmlimport.persister.PersisterOperations
Deprecated.
since 7.17.0
Common operations used by various persisters.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionliteralTypeFromString
(org.hibernate.type.Type type, String str) Deprecated.Deprecated.
-
Constructor Details
-
PersisterOperations
public PersisterOperations()Deprecated.
-
-
Method Details
-
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
-