Package | Description |
---|---|
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.cursor.defaults |
Default implementation for cursor feature.
|
org.apache.ibatis.executor |
Contains the statement executors.
|
org.apache.ibatis.executor.keygen |
Contains the key generators.
|
org.apache.ibatis.executor.loader |
Base package for loading results into beans.
|
org.apache.ibatis.executor.resultset |
Contains the result processing logic.
|
org.apache.ibatis.executor.statement |
Statement handlers.
|
org.apache.ibatis.mapping |
Base package for mapping.
|
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.
|
Class and Description |
---|
SqlCommandType |
Class and Description |
---|
BoundSql
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
Discriminator |
MappedStatement |
ParameterMap |
ParameterMapping |
ParameterMode |
ResultFlag |
ResultMap |
ResultMapping |
ResultSetType |
SqlCommandType |
SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
StatementType |
Class and Description |
---|
BoundSql
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
Class and Description |
---|
ResultMap |
Class and Description |
---|
BoundSql
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
MappedStatement |
Class and Description |
---|
MappedStatement |
Class and Description |
---|
BoundSql
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
MappedStatement |
Class and Description |
---|
BoundSql
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
MappedStatement |
ResultMap |
ResultMapping |
Class and Description |
---|
BoundSql
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
MappedStatement |
Class and Description |
---|
BoundSql
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
CacheBuilder |
DatabaseIdProvider
Should return an id to identify the type of this database.
|
Discriminator |
Environment |
Environment.Builder |
FetchType |
MappedStatement |
MappedStatement.Builder |
ParameterMap |
ParameterMapping |
ParameterMapping.Builder |
ParameterMode |
ResultFlag |
ResultMap |
ResultMap.Builder |
ResultMapping |
ResultMapping.Builder |
ResultSetType |
SqlCommandType |
SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
StatementType |
VendorDatabaseIdProvider
Vendor DatabaseId provider.
|
Class and Description |
---|
BoundSql
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
MappedStatement |
SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
Class and Description |
---|
BoundSql
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
MappedStatement |
SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
Class and Description |
---|
BoundSql
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
MappedStatement |
SqlSource
Represents the content of a mapped statement read from an XML file or an annotation.
|
Class and Description |
---|
BoundSql
An actual SQL String got from an
SqlSource after having processed any dynamic content. |
Environment |
MappedStatement |
ParameterMap |
ResultMap |
ResultSetType |
Copyright © 2009–2021 MyBatis.org. All rights reserved.