Uses of Class
com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
-
-
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 HibernateField Modifier and Type Method Description protected 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 HibernateField Modifier and Type Method Description HibernateField
ExportableEntityInfo. getId()
Methods in com.atlassian.confluence.impl.backuprestore.hibernate that return types with arguments of type HibernateField Modifier and Type Method Description Collection<HibernateField>
ExportableEntityInfo. getAllExternalReferences()
List<HibernateField>
ExportableEntityInfo. getFields()
List<HibernateField>
ExportableEntityInfo. getPersistableFields()
-
Uses of HibernateField in com.atlassian.confluence.impl.backuprestore.restore
Methods in com.atlassian.confluence.impl.backuprestore.restore that return HibernateField Modifier and Type Method Description HibernateField
DeferredUpdateRecordAction. getHibernateField()
Constructors in com.atlassian.confluence.impl.backuprestore.restore with parameters of type HibernateField Constructor Description DeferredUpdateRecordAction(HibernateField hibernateField, Object originalRecordId, Object referencedObjectId)
-
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 HibernateField Modifier and Type Method Description Collection<HibernateField>
IdMapper. getAllNotSatisfiedDependencies(ImportedObjectV2 importedObject)
Method parameters in com.atlassian.confluence.impl.backuprestore.restore.idmapping with type arguments of type HibernateField Modifier and Type Method Description Map<String,Object>
IdMapper. createMapOfNewIds(ImportedObjectV2 importedObject, Collection<HibernateField> references)
For all references, it find the new id for each old id. -
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 HibernateField Modifier and Type Method Description Collection<HibernateField>
ContentPersisterHelper. getNotEmptyContentDependencies(ImportedObjectV2 importedObject)
Methods in com.atlassian.confluence.impl.backuprestore.restore.persisters with parameters of type HibernateField Modifier and Type Method Description void
DeferredActionsHolder. addUpdateAction(HibernateField hibernateFieldToDefer, Object originalRecordId, Object referencedObjectId)
-