public interface LoggingFilter
AbstractQueryLoggingListener| Modifier and Type | Field and Description |
|---|---|
static LoggingFilter |
ALLOW_ALL
Default filter that allows all queries to be logged.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
shouldLog(ExecutionInfo execInfo,
List<QueryInfo> queryInfoList)
Determines if the query should be logged.
|
static final LoggingFilter ALLOW_ALL
boolean shouldLog(ExecutionInfo execInfo, List<QueryInfo> queryInfoList)
execInfo - execution contextqueryInfoList - list of queriesCopyright © 2025. All rights reserved.