Uses of Class
com.atlassian.confluence.impl.backuprestore.hibernate.HibernateField
-
Packages that use HibernateField Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters com.atlassian.confluence.impl.backuprestore.hibernate -
-
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 HibernateFieldExportableEntityInfo. 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()
-