Package com.atlassian.confluence.functest.rest.admin.sqlcapture
package com.atlassian.confluence.functest.rest.admin.sqlcapture
-
ClassDescriptionA Servlet Filter which uses a
HibernateSqlCollector
to capture all SQL by Hibernate on the current request thread, and optionally stores that SQL for later retrieval.Records all SQL issued by Hibernate by hooking into the org.hibernate.SQL log4j logger.This class listens to reindex events generated by confluence core, and uses theHibernateSqlCollector
to capture and analyze SQL queries issued by the various threads that particiate in the reindexing process.