Uses of Class
com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
Packages that use HibernateField
Package
Description
-
Uses of HibernateField in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return types with arguments of type HibernateFieldModifier and TypeMethodDescriptionprotected static List<HibernateField>
SingleDependencyGenericExporter.getAllExternalReferencesExceptSimpleOnes
(ExportableEntityInfo entityInfo, Set<Class<?>> simpleEntities) -
Uses of HibernateField in com.atlassian.confluence.impl.backuprestore.hibernate
Methods in com.atlassian.confluence.impl.backuprestore.hibernate that return HibernateFieldModifier and TypeMethodDescriptionAncestorsEntityInfo.getId()
ApplicationAttributeEntityInfo.getId()
DefaultExportableEntityInfo.getId()
DirectoryAttributeEntityInfo.getId()
DirectoryMappingOperationEntityInfo.getId()
DirectoryOperationEntityInfo.getId()
ExportableEntityInfo.getId()
Methods in com.atlassian.confluence.impl.backuprestore.hibernate that return types with arguments of type HibernateFieldModifier and TypeMethodDescriptiondefault Collection<HibernateField>
ExportableEntityInfo.getAllExternalReferences()
AncestorsEntityInfo.getFields()
ApplicationAttributeEntityInfo.getFields()
DefaultExportableEntityInfo.getFields()
DirectoryAttributeEntityInfo.getFields()
DirectoryMappingOperationEntityInfo.getFields()
DirectoryOperationEntityInfo.getFields()
ExportableEntityInfo.getFields()
default List<HibernateField>
ExportableEntityInfo.getPersistableFields()
-
Uses of HibernateField in com.atlassian.confluence.impl.backuprestore.restore.idmapping
Methods in com.atlassian.confluence.impl.backuprestore.restore.idmapping that return types with arguments of type HibernateFieldModifier and TypeMethodDescriptionAbstractIdMapper.getAllNotSatisfiedDependencies
(ImportedObjectV2 importedObject) IdMapper.getAllNotSatisfiedDependencies
(ImportedObjectV2 importedObject) -
Uses of HibernateField in com.atlassian.confluence.impl.backuprestore.restore.persisters
Methods in com.atlassian.confluence.impl.backuprestore.restore.persisters that return types with arguments of type HibernateFieldModifier and TypeMethodDescriptionPersisterHelper.getNotEmptyDependencies
(ImportedObjectV2 importedObject, Class<?> className) Method parameters in com.atlassian.confluence.impl.backuprestore.restore.persisters with type arguments of type HibernateFieldModifier and TypeMethodDescriptionprotected void
PersisterHelper.logInformationAboutNotPersistedObject
(ImportedObjectV2 importedObject, SkippedObjectsReason skippedObjectsReason, Collection<HibernateField> notSatisfiedDependencies) -
Uses of HibernateField in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations
Methods in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations that return HibernateFieldMethods in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations with parameters of type HibernateFieldModifier and TypeMethodDescriptionDeferredActionsFactory.createUpdateOperation
(ExportableEntityInfo entityInfoToUpdate, HibernateField hibernateFieldToUpdate, Object originalRecordId, Object referencedObjectId) Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations with parameters of type HibernateFieldModifierConstructorDescriptionDeferredUpdateRecordAction
(IdMapper idMapper, RestoreDao restoreDao, ExportableEntityInfo entityInfoToUpdate, HibernateField hibernateFieldToUpdate, ExportableEntityInfo referencedEntityInfo, Object originalRecordId, Object referencedObjectId)