Uses of Class
com.atlassian.confluence.core.persistence.hibernate.TransientHibernateHandle
Packages that use TransientHibernateHandle
Package
Description
Imports Confluence data from an XML backup.
-
Uses of TransientHibernateHandle in com.atlassian.confluence.core.persistence.hibernate
Methods in com.atlassian.confluence.core.persistence.hibernate that return TransientHibernateHandleModifier and TypeMethodDescriptionstatic TransientHibernateHandle
TransientHibernateHandle.create
(Class clazz, Serializable id) Deprecated.Methods in com.atlassian.confluence.core.persistence.hibernate that return types with arguments of type TransientHibernateHandleModifier and TypeMethodDescriptiondefault List<TransientHibernateHandle>
ExporterAnyTypeDao.findAllPersistentObjectsHibernateHandles()
Deprecated.since 5.10.ExporterAnyTypeDao.findAllPersistentObjectsHibernateHandles
(Collection<Class<?>> excludedInterfaces) Finds handles for all persistent objects.HibernateAnyTypeDao.findAllPersistentObjectsHibernateHandles
(Collection<Class<?>> excludedInterfaces) Deprecated. -
Uses of TransientHibernateHandle in com.atlassian.confluence.importexport
Methods in com.atlassian.confluence.importexport that return types with arguments of type TransientHibernateHandleModifier and TypeMethodDescriptionImportProcessorSummary.getImportedObjectHandlesOfType
(Class clazz) Deprecated.ImportProcessorSummary.getPersistedMappedHandles()
Deprecated.ImportProcessorSummary.getPersistedUnmappedHandles()
Deprecated.Methods in com.atlassian.confluence.importexport with parameters of type TransientHibernateHandleModifier and TypeMethodDescriptionImportProcessorSummary.getIdMappingFor
(TransientHibernateHandle handle) Deprecated. -
Uses of TransientHibernateHandle in com.atlassian.confluence.importexport.impl
Constructors in com.atlassian.confluence.importexport.impl with parameters of type TransientHibernateHandleModifierConstructorDescriptionCollectionUpdateOperation
(ImportProcessorContext context, TransientHibernateHandle collectionOwnerKey, String collectionName, TransientHibernateHandle memberKey) ObjectUpdateOperation
(ImportProcessorContext context, TransientHibernateHandle objectHandle, String propertyName, TransientHibernateHandle propertyValueHandle) Constructor parameters in com.atlassian.confluence.importexport.impl with type arguments of type TransientHibernateHandleModifierConstructorDescriptionStackPushOperation
(Deque<ImportedObject> pendingDeferredImportedObjects, Set<TransientHibernateHandle> unsatisfiedObjectDependencies, ImportedObject importedObject) -
Uses of TransientHibernateHandle in com.atlassian.confluence.importexport.xmlimport
Methods in com.atlassian.confluence.importexport.xmlimport that return types with arguments of type TransientHibernateHandleModifier and TypeMethodDescriptionImportProcessorContext.getImportedObjectHandlesOfType
(Class clazz) Deprecated.Get handles for all objects of a particular class that were imported.ImportProcessorContext.getPersistedMappedHandles()
Deprecated.ImportProcessorContext.getPersistedUnmappedHandles()
Deprecated.ObjectPersister.persist
(ImportProcessorContext context, ImportedObject object) Deprecated.Persist a given imported object.Methods in com.atlassian.confluence.importexport.xmlimport with parameters of type TransientHibernateHandleModifier and TypeMethodDescriptionvoid
ImportProcessorContext.addExplicitIdMapping
(TransientHibernateHandle TransientHibernateHandle5, Serializable mappedId) Deprecated.void
DeferredOperations.doDeferredOperationsWaitingFor
(TransientHibernateHandle key) Deprecated.protected boolean
BackupImporter.doSpecialProcessing
(org.hibernate.Session session, TransientHibernateHandle key) Deprecated.ImportProcessorContext.getIdMappingFor
(TransientHibernateHandle handle) Deprecated.boolean
ImportProcessorContext.isObjectAlreadyImported
(TransientHibernateHandle key) Deprecated.Has an object with this type and ID already been imported? Checks against all the handles that have been recorded byImportProcessorContext.objectImported(TransientHibernateHandle)
.ImportProcessorContext.lookupObjectByUnfixedHandle
(TransientHibernateHandle key) Deprecated.Find a previously imported object by the ID as it appeared in the backup file, even if it has since been assigned a new ID.void
ImportProcessorContext.objectImported
(TransientHibernateHandle handle) Deprecated.Record that a particular object has been successfully persisted.Method parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type TransientHibernateHandleModifier and TypeMethodDescriptionvoid
DeferredOperations.addDeferredOperation
(PrimitiveId idProperty, Set<TransientHibernateHandle> waitingFor, Operation operation) Deprecated.void
ImportProcessorContext.addUnsatisfiedObjectDependencies
(Set<TransientHibernateHandle> unsatisfiedObjectDependencies, ImportedObject importedObject) Deprecated.Defer the saving of an object because it has referential dependencies on some objects that have not yet been imported, but that can not be temporarily left null.void
ImportProcessorContext.deferOperations
(PrimitiveId idProperty, Map<TransientHibernateHandle, Set<Operation>> operations) Deprecated.Defer a set of operations until the objects they require have been imported.void
DeferredOperationsLogger.logNewDeferredOperation
(PrimitiveId idProperty, Set<TransientHibernateHandle> waitingFor, Operation operation) Deprecated.Constructor parameters in com.atlassian.confluence.importexport.xmlimport with type arguments of type TransientHibernateHandle -
Uses of TransientHibernateHandle in com.atlassian.confluence.importexport.xmlimport.persister
Fields in com.atlassian.confluence.importexport.xmlimport.persister with type parameters of type TransientHibernateHandleModifier and TypeFieldDescriptionprotected Set<TransientHibernateHandle>
AbstractObjectPersister.unsatisfiedObjectDependencies
Deprecated.Methods in com.atlassian.confluence.importexport.xmlimport.persister that return TransientHibernateHandleModifier and TypeMethodDescriptionPersisterOperations.readId
(Class clazz, String idString, org.hibernate.persister.entity.EntityPersister persister) Deprecated.Methods in com.atlassian.confluence.importexport.xmlimport.persister that return types with arguments of type TransientHibernateHandleModifier and TypeMethodDescriptionConfluenceUserPersister.persist
(ImportProcessorContext context, ImportedObject importedObject) Deprecated.See this page for a chart explaining various cases covered by this method: https://extranet.atlassian.com/display/MEGALODON/How+does+Confluence+handle+user+importContentPropertyPersister.persist
(ImportProcessorContext context, ImportedObject importedObject) Deprecated.HibernateContentPermissionPersister.persist
(ImportProcessorContext context, ImportedObject importedObject) Deprecated.HibernateKeyPersister.persist
(ImportProcessorContext context, ImportedObject object) Deprecated.HibernateMembershipPersister.persist
(ImportProcessorContext context, ImportedObject importedObject) Deprecated.NoopPersister.persist
(ImportProcessorContext context, ImportedObject object) Deprecated.PropertySetItemPersister.persist
(ImportProcessorContext context, ImportedObject object) Deprecated.ReflectiveObjectPersister.persist
(ImportProcessorContext context, ImportedObject importedObject) Deprecated.