| Interface | Description |
|---|---|
| LoggingCondition |
Strategy to decide whether to perform logging logic.
|
| LoggingFilter |
Functional interface to be called for filtering queries to be logged.
|
| ParameterValueConverter |
Interface to convert
ParameterSetOperation to String. |
| QueryLogEntryCreator |
Generate logging entry.
|
| Class | Description |
|---|---|
| AbstractQueryLogEntryCreator | |
| AbstractQueryLogEntryCreator.StringAsIntegerComparator |
Comparator considering string as integer.
|
| AbstractQueryLoggingListener | |
| AbstractSlowQueryLoggingListener |
Abstract class to log slow query.
|
| CommonsQueryLoggingListener |
Record executed query information using Commons-Logging.
|
| CommonsSlowQueryListener |
Log slow query using Commons-Logging.
|
| DefaultJsonQueryLogEntryCreator |
Create log entry in JSON format.
|
| DefaultQueryLogEntryCreator | |
| JULQueryLoggingListener |
Log executed query information using JUL(Java Util Logging).
|
| JULSlowQueryListener |
Log slow query using JUL(Java Util Logging).
|
| Log4jQueryLoggingListener |
Log executed query information using Apache Commons Logging log4j..
|
| Log4jSlowQueryListener |
Log slow query using Apache Commons Logging log4j.
|
| OutputParameterJsonLogEntryCreator |
In addition to
DefaultJsonQueryLogEntryCreator, append output parameter values to the log for CallableStatement. |
| OutputParameterLogEntryCreator |
In addition to
DefaultQueryLogEntryCreator, append output parameter values to the log for CallableStatement. |
| RegisterOutParameterValueConverter |
Converter for registerOutParameter parameter operations in
CallableStatement. |
| SetNullParameterValueConverter |
Convert setNull parameter operation.
|
| SLF4JQueryLoggingListener |
Log executed query information using SLF4J.
|
| SLF4JSlowQueryListener |
Log slow query using SLF4j.
|
| SystemOutQueryLoggingListener |
Output query logging to System.out.
|
| SystemOutSlowQueryListener |
Log slow query to System.out.
|
| Enum | Description |
|---|---|
| CommonsLogLevel |
Apache Commons-Logging log level representation.
|
| Log4jLogLevel |
Apache Commons Logging log4j log level representation.
|
| SLF4JLogLevel |
SLF4J log level representation.
|
Copyright © 2025. All rights reserved.