Uses of Interface
org.apache.ibatis.logging.Log
Packages that use Log
Package
Description
Contains cache decorators.
Simple single-thread pooled datasource.
Contains the statement executors.
Base package for loading results into beans.
CGLIB proxy factory.
Javassist proxy factory.
Utilities to read resources.
Base package for logging.
logger using Commons Logging feature.
Logging proxies that logs any JDBC statement.
logger using JDK logging feature.
logger using Log4J feature.
logger using Log4J 2 feature.
logger for no operation.
logger using SLF4J feature.
logger using standard out.
Base package for mapping.
Base package.
JDBC transaction.
External transaction.
-
Uses of Log in org.apache.ibatis.cache.decorators
Fields in org.apache.ibatis.cache.decorators declared as Log -
Uses of Log in org.apache.ibatis.datasource.pooled
Fields in org.apache.ibatis.datasource.pooled declared as Log -
Uses of Log in org.apache.ibatis.executor
Fields in org.apache.ibatis.executor declared as LogMethods in org.apache.ibatis.executor with parameters of type LogModifier and TypeMethodDescriptionprotected Connection
BaseExecutor.getConnection
(Log statementLog) private Statement
ReuseExecutor.prepareStatement
(StatementHandler handler, Log statementLog) private Statement
SimpleExecutor.prepareStatement
(StatementHandler handler, Log statementLog) -
Uses of Log in org.apache.ibatis.executor.loader
Fields in org.apache.ibatis.executor.loader declared as LogMethods in org.apache.ibatis.executor.loader that return Log -
Uses of Log in org.apache.ibatis.executor.loader.cglib
Fields in org.apache.ibatis.executor.loader.cglib declared as Log -
Uses of Log in org.apache.ibatis.executor.loader.javassist
Fields in org.apache.ibatis.executor.loader.javassist declared as Log -
Uses of Log in org.apache.ibatis.io
Fields in org.apache.ibatis.io declared as LogModifier and TypeFieldDescriptionprivate static final Log
DefaultVFS.log
private static final Log
ExternalResources.log
Deprecated.private static final Log
JBoss6VFS.log
private static final Log
ResolverUtil.log
An instance of Log to use for logging in this class.private static final Log
SerialFilterChecker.log
private static final Log
VFS.log
-
Uses of Log in org.apache.ibatis.logging
Fields in org.apache.ibatis.logging with type parameters of type LogModifier and TypeFieldDescriptionprivate static Constructor<? extends Log>
LogFactory.logConstructor
Methods in org.apache.ibatis.logging that return LogMethod parameters in org.apache.ibatis.logging with type arguments of type LogModifier and TypeMethodDescriptionprivate static void
LogFactory.setImplementation
(Class<? extends Log> implClass) static void
LogFactory.useCustomLogging
(Class<? extends Log> clazz) -
Uses of Log in org.apache.ibatis.logging.commons
Classes in org.apache.ibatis.logging.commons that implement Log -
Uses of Log in org.apache.ibatis.logging.jdbc
Fields in org.apache.ibatis.logging.jdbc declared as LogMethods in org.apache.ibatis.logging.jdbc with parameters of type LogModifier and TypeMethodDescriptionstatic Connection
ConnectionLogger.newInstance
(Connection conn, Log statementLog, int queryStack) Creates a logging version of a connection.static PreparedStatement
PreparedStatementLogger.newInstance
(PreparedStatement stmt, Log statementLog, int queryStack) Creates a logging version of a PreparedStatement.static ResultSet
ResultSetLogger.newInstance
(ResultSet rs, Log statementLog, int queryStack) Creates a logging version of a ResultSet.static Statement
StatementLogger.newInstance
(Statement stmt, Log statementLog, int queryStack) Creates a logging version of a Statement.Constructors in org.apache.ibatis.logging.jdbc with parameters of type LogModifierConstructorDescriptionBaseJdbcLogger
(Log log, int queryStack) private
ConnectionLogger
(Connection conn, Log statementLog, int queryStack) private
PreparedStatementLogger
(PreparedStatement stmt, Log statementLog, int queryStack) private
ResultSetLogger
(ResultSet rs, Log statementLog, int queryStack) private
StatementLogger
(Statement stmt, Log statementLog, int queryStack) -
Uses of Log in org.apache.ibatis.logging.jdk14
Classes in org.apache.ibatis.logging.jdk14 that implement Log -
Uses of Log in org.apache.ibatis.logging.log4j
Classes in org.apache.ibatis.logging.log4j that implement Log -
Uses of Log in org.apache.ibatis.logging.log4j2
Classes in org.apache.ibatis.logging.log4j2 that implement LogModifier and TypeClassDescriptionclass
class
class
Fields in org.apache.ibatis.logging.log4j2 declared as Log -
Uses of Log in org.apache.ibatis.logging.nologging
Classes in org.apache.ibatis.logging.nologging that implement Log -
Uses of Log in org.apache.ibatis.logging.slf4j
Classes in org.apache.ibatis.logging.slf4j that implement LogModifier and TypeClassDescriptionclass
(package private) class
(package private) class
Fields in org.apache.ibatis.logging.slf4j declared as Log -
Uses of Log in org.apache.ibatis.logging.stdout
Classes in org.apache.ibatis.logging.stdout that implement Log -
Uses of Log in org.apache.ibatis.mapping
Fields in org.apache.ibatis.mapping declared as LogModifier and TypeFieldDescriptionprivate static final Log
ResultMap.Builder.log
private static final Log
VendorDatabaseIdProvider.LogHolder.log
private Log
MappedStatement.statementLog
Methods in org.apache.ibatis.mapping that return Log -
Uses of Log in org.apache.ibatis.session
Fields in org.apache.ibatis.session declared as LogModifier and TypeFieldDescriptionprivate static final Log
AutoMappingUnknownColumnBehavior.LogHolder.log
Fields in org.apache.ibatis.session with type parameters of type LogMethods in org.apache.ibatis.session that return types with arguments of type LogMethod parameters in org.apache.ibatis.session with type arguments of type Log -
Uses of Log in org.apache.ibatis.transaction.jdbc
Fields in org.apache.ibatis.transaction.jdbc declared as Log -
Uses of Log in org.apache.ibatis.transaction.managed
Fields in org.apache.ibatis.transaction.managed declared as Log