org.apache.ibatis.binding |
Bings mapper interfaces with mapped statements
|
org.apache.ibatis.builder |
Base package for the Configuration building code
|
org.apache.ibatis.builder.annotation |
Parses annotions to create a Configuration
|
org.apache.ibatis.builder.xml |
Parses XML files to create a Configuration
|
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.executor.result |
Contains the result handlers.
|
org.apache.ibatis.executor.resultset |
Contains the result processing logic
|
org.apache.ibatis.executor.statement |
Statement handlers.
|
org.apache.ibatis.mapping |
TODO fillme.
|
org.apache.ibatis.scripting |
Base package for languages.
|
org.apache.ibatis.scripting.defaults |
Default beans for languages.
|
org.apache.ibatis.scripting.xmltags |
Default XML MyBatis language.
|
org.apache.ibatis.session |
Base package.
|
org.apache.ibatis.session.defaults |
Default impl for SqlSession.
|
org.apache.ibatis.transaction |
Base package for transactions.
|
org.apache.ibatis.transaction.jdbc |
JDBC transaction.
|
org.apache.ibatis.transaction.managed |
External transaction.
|
org.apache.ibatis.type |
Type handlers.
|