Uses of Class
com.atlassian.confluence.impl.backuprestore.backup.models.DbRawObjectData
-
Packages that use DbRawObjectData Package Description com.atlassian.confluence.impl.backuprestore.backup.exporters com.atlassian.confluence.impl.backuprestore.backup.exporters.converters -
-
Uses of DbRawObjectData in com.atlassian.confluence.impl.backuprestore.backup.exporters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters that return types with arguments of type DbRawObjectData Modifier and Type Method Description List<DbRawObjectData>DatabaseExporterHelper. runNativeQueryInTransaction(String query, Map<String,?> paramMap, int limit)Run an arbitrary native SQL query.List<DbRawObjectData>DatabaseExporterHelper. runQueryWithInCondition(String query, String fieldName, Collection<?> values)Runs a a native SQL query. -
Uses of DbRawObjectData in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters
Methods in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with parameters of type DbRawObjectData Modifier and Type Method Description protected abstract EntityObjectReadyForExportAbstractDatabaseDataConverter. convertToObjectReadyForSerialisation(DbRawObjectData dbObject)protected EntityObjectReadyForExportCommonDatabaseDataConverter. convertToObjectReadyForSerialisation(DbRawObjectData dbObject)protected EntityObjectReadyForExportContent2ContentRelationEntityDataConverter. convertToObjectReadyForSerialisation(DbRawObjectData dbObject)protected EntityObjectReadyForExportContentEntityDatabaseDataConverter. convertToObjectReadyForSerialisation(DbRawObjectData dbObject)protected EntityObjectReadyForExportContentPropertyDataConverter. convertToObjectReadyForSerialisation(DbRawObjectData dbObject)ContentProperty's Hibernate configuration does not know anything about the reference to its content object, so we have to set it manually.protected EntityObjectReadyForExportAbstractDatabaseDataConverter. convertToObjectReadyForSerialisationImpl(DbRawObjectData dbObject)Method parameters in com.atlassian.confluence.impl.backuprestore.backup.exporters.converters with type arguments of type DbRawObjectData Modifier and Type Method Description List<EntityObjectReadyForExport>AbstractDatabaseDataConverter. convertToObjectsReadyForSerialisation(List<DbRawObjectData> dbObjectsProperties)
-