Uses of Interface
com.atlassian.confluence.impl.hibernate.extras.ExportHibernateHandle
-
Packages that use ExportHibernateHandle Package Description com.atlassian.confluence.core.persistence.hibernate com.atlassian.confluence.impl.hibernate.extras com.atlassian.confluence.importexport.impl -
-
Uses of ExportHibernateHandle in com.atlassian.confluence.core.persistence.hibernate
Classes in com.atlassian.confluence.core.persistence.hibernate that implement ExportHibernateHandle Modifier and Type Class Description class
TransientHibernateHandle
Deprecated.since 8.0.0 -
Uses of ExportHibernateHandle in com.atlassian.confluence.impl.hibernate.extras
Fields in com.atlassian.confluence.impl.hibernate.extras with type parameters of type ExportHibernateHandle Modifier and Type Field Description protected Set<ExportHibernateHandle>
XMLDatabinder. bucketHandles
Deprecated.Handles of propertysetitems.protected Set<ExportHibernateHandle>
XMLDatabinder. excludedHandles
Deprecated.A set of handles for identifying Objects to skip in the export.protected Set<ExportHibernateHandle>
XMLDatabinder. handles
Deprecated.Handles about to be or currently being iterated over byXMLDatabinder.writeObjects(Writer, Iterable)
.protected Set<ExportHibernateHandle>
XMLDatabinder. nextHandles
Deprecated.A set of handles to be transferred toXMLDatabinder.handles
after the current minor iteration ofXMLDatabinder.writeObjects(Writer, Iterable)
.protected Set<ExportHibernateHandle>
XMLDatabinder. processedHandles
Deprecated.A set of handles of object that have already been written or otherwise dealt with.Methods in com.atlassian.confluence.impl.hibernate.extras that return ExportHibernateHandle Modifier and Type Method Description ExportHibernateHandle
HibernateTranslator. objectOrHandleToHandle(Object object)
Deprecated.ExportHibernateHandle
HibernateTranslator. objectToHandle(Object object)
Deprecated.Methods in com.atlassian.confluence.impl.hibernate.extras with parameters of type ExportHibernateHandle Modifier and Type Method Description Object
HibernateTranslator. handleToObject(ExportHibernateHandle handle)
Deprecated.protected boolean
XMLDatabinder. isExcludedOrProcessed(ExportHibernateHandle handle)
Deprecated.protected void
XMLDatabinder. objectWritten(ExportHibernateHandle handle)
Deprecated.protected void
XMLDatabinder. writeObject(Writer writer, ExportHibernateHandle handle, Object object, org.hibernate.persister.entity.EntityPersister persister)
Deprecated.Method parameters in com.atlassian.confluence.impl.hibernate.extras with type arguments of type ExportHibernateHandle Modifier and Type Method Description protected void
XMLDatabinder. writeObjects(Writer writer, Iterable<ExportHibernateHandle> iter)
Deprecated. -
Uses of ExportHibernateHandle in com.atlassian.confluence.importexport.impl
Methods in com.atlassian.confluence.importexport.impl with parameters of type ExportHibernateHandle Modifier and Type Method Description Object
HibernateObjectHandleTranslator. handleToObject(ExportHibernateHandle handle)
-