org.apache.ibatis.cache.decorators |
Contains cache decorators.
|
org.apache.ibatis.datasource.pooled |
Simple single-thread pooled datasource.
|
org.apache.ibatis.executor |
Contains the statement executors.
|
org.apache.ibatis.executor.loader |
Base package for loading results into beans.
|
org.apache.ibatis.executor.loader.cglib |
CGLIB proxy factory.
|
org.apache.ibatis.executor.loader.javassist |
Javassist proxy factory.
|
org.apache.ibatis.io |
Utilities to read resources.
|
org.apache.ibatis.logging |
Base package for logging.
|
org.apache.ibatis.logging.commons |
logger using Commons Logging feature.
|
org.apache.ibatis.logging.jdbc |
Logging proxies that logs any JDBC statement.
|
org.apache.ibatis.logging.jdk14 |
logger using JDK logging feature.
|
org.apache.ibatis.logging.log4j |
logger using Log4J feature.
|
org.apache.ibatis.logging.log4j2 |
logger using Log4J 2 feature.
|
org.apache.ibatis.logging.nologging |
logger for no operation.
|
org.apache.ibatis.logging.slf4j |
logger using SLF4J feature.
|
org.apache.ibatis.logging.stdout |
logger using standard out.
|
org.apache.ibatis.mapping |
Base package for mapping.
|
org.apache.ibatis.session |
Base package.
|
org.apache.ibatis.transaction.jdbc |
JDBC transaction.
|
org.apache.ibatis.transaction.managed |
External transaction.
|