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
AncestorsEntityInfo. getId()
HibernateField
ApplicationAttributeEntityInfo. getId()
HibernateField
DefaultExportableEntityInfo. getId()
HibernateField
DirectoryAttributeEntityInfo. getId()
HibernateField
DirectoryMappingOperationEntityInfo. getId()
HibernateField
DirectoryOperationEntityInfo. getId()
HibernateField
ExportableEntityInfo. getId()
Methods in com.atlassian.confluence.impl.backuprestore.hibernate that return types with arguments of type HibernateField Modifier and Type Method Description default Collection<HibernateField>
ExportableEntityInfo. getAllExternalReferences()
List<HibernateField>
AncestorsEntityInfo. getFields()
List<HibernateField>
ApplicationAttributeEntityInfo. getFields()
List<HibernateField>
DefaultExportableEntityInfo. getFields()
List<HibernateField>
DirectoryAttributeEntityInfo. getFields()
List<HibernateField>
DirectoryMappingOperationEntityInfo. getFields()
List<HibernateField>
DirectoryOperationEntityInfo. getFields()
List<HibernateField>
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 HibernateField Modifier and Type Method Description Collection<HibernateField>
AbstractIdMapper. getAllNotSatisfiedDependencies(ImportedObjectV2 importedObject)
Collection<HibernateField>
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 HibernateField Modifier and Type Method Description Collection<HibernateField>
PersisterHelper. getNotEmptyDependencies(ImportedObjectV2 importedObject, Class<?> className)
Method parameters in com.atlassian.confluence.impl.backuprestore.restore.persisters with type arguments of type HibernateField Modifier and Type Method Description protected 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 HibernateField Modifier and Type Method Description HibernateField
DeferredUpdateRecordAction. getHibernateFieldToUpdate()
Methods in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations with parameters of type HibernateField Modifier and Type Method Description DeferredAction
DeferredActionsFactory. createUpdateOperation(ExportableEntityInfo entityInfoToUpdate, HibernateField hibernateFieldToUpdate, Object originalRecordId, Object referencedObjectId)
Constructors in com.atlassian.confluence.impl.backuprestore.restore.persisters.deferredoperations with parameters of type HibernateField Constructor Description DeferredUpdateRecordAction(IdMapper idMapper, RestoreDao restoreDao, ExportableEntityInfo entityInfoToUpdate, HibernateField hibernateFieldToUpdate, ExportableEntityInfo referencedEntityInfo, Object originalRecordId, Object referencedObjectId)
-