Uses of Class
com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao.DbRawData
Packages that use DbRawData
Package
Description
- 
Uses of DbRawData in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao
Modifier and TypeClassDescriptionclassThe same as DbRawData, but also has content type (required for JDBC operations).Methods in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao with type parameters of type DbRawDataModifier and TypeMethodDescriptionSpaceContentDeletionDao.runNativeSelectQuery(String query, Map<String, ?> paramMap, int limit, org.springframework.jdbc.core.RowMapper<T> rowMapper) Methods in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.dao that return types with arguments of type DbRawDataModifier and TypeMethodDescriptionSpaceDeletionSqlScriptsRunner.getDbLinks(String parentIdColumnName, String tableName, String idColumnName, Collection<Long> ids, int queryLimit) Returns pairs between record id and parent id.SpaceContentDeletionDao.runNativeSelectQuery(String query, Map<String, ?> paramMap, String referencedColumnName, String dependantColumnName, int limit)  - 
Uses of DbRawData in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc
Method parameters in com.atlassian.confluence.impl.space.deletion.backgrounddeletion.erasers.misc with type arguments of type DbRawDataModifier and TypeMethodDescriptionvoidSpaceDeletionEventSender.sendEvents(Set<DbRawData> itemsBeingDeleted, Class type)