Class HibernateSqlCollector
- java.lang.Object
-
- com.atlassian.confluence.functest.rest.admin.sqlcapture.HibernateSqlCollector
-
public final class HibernateSqlCollector extends Object
Records all SQL issued by Hibernate by hooking into the org.hibernate.SQL log4j logger. Filth.- Since:
- 7.6
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
disableLogCollection()
void
enableLogCollection()
List<String>
getLoggedSql(String captureId)
boolean
isLogCollectionEnabled()
-