Uses of Package
org.apache.ibatis.mapping
-
Packages that use org.apache.ibatis.mapping Package Description org.apache.ibatis.annotations Contains all the annotation that are used in mapper interfacesorg.apache.ibatis.binding Bings mapper interfaces with mapped statementsorg.apache.ibatis.builder Base package for the Configuration building codeorg.apache.ibatis.builder.annotation Parses annotions to create a Configurationorg.apache.ibatis.cursor.defaults Default implementation for cursor featureorg.apache.ibatis.executor Contains the statement executors.org.apache.ibatis.executor.keygen Contains the key generatorsorg.apache.ibatis.executor.loader Base package for loading results into beansorg.apache.ibatis.executor.resultset Contains the result processing logicorg.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. -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.annotations Class Description FetchType ResultSetType StatementType -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.binding Class Description SqlCommandType -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.builder Class Description BoundSql An actual SQL String got from anSqlSource
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 -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.builder.annotation Class Description BoundSql An actual SQL String got from anSqlSource
after having processed any dynamic content.SqlSource Represents the content of a mapped statement read from an XML file or an annotation. -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.cursor.defaults Class Description ResultMap -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.executor Class Description BoundSql An actual SQL String got from anSqlSource
after having processed any dynamic content.MappedStatement -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.executor.keygen Class Description MappedStatement -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.executor.loader Class Description BoundSql An actual SQL String got from anSqlSource
after having processed any dynamic content.MappedStatement -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.executor.resultset Class Description BoundSql An actual SQL String got from anSqlSource
after having processed any dynamic content.MappedStatement ResultMap ResultMapping -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.executor.statement Class Description BoundSql An actual SQL String got from anSqlSource
after having processed any dynamic content.MappedStatement -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.mapping Class Description BoundSql An actual SQL String got from anSqlSource
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. -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.scripting Class Description BoundSql An actual SQL String got from anSqlSource
after having processed any dynamic content.MappedStatement SqlSource Represents the content of a mapped statement read from an XML file or an annotation. -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.scripting.defaults Class Description BoundSql An actual SQL String got from anSqlSource
after having processed any dynamic content.MappedStatement SqlSource Represents the content of a mapped statement read from an XML file or an annotation. -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.scripting.xmltags Class Description BoundSql An actual SQL String got from anSqlSource
after having processed any dynamic content.MappedStatement SqlSource Represents the content of a mapped statement read from an XML file or an annotation. -
Classes in org.apache.ibatis.mapping used by org.apache.ibatis.session Class Description BoundSql An actual SQL String got from anSqlSource
after having processed any dynamic content.Environment MappedStatement ParameterMap ResultMap ResultSetType