接口 InjectMethod

所有已知实现类:
AbstractInjectMethod, DeleteById, Disable, Enable, Insert, SelectAll, SelectById, SelectByQuery, SelectByQueryAnnotation, ToggleEnable, UpdateById

public interface InjectMethod
通用方法
  • 方法概要

    修饰符和类型
    方法
    说明
    org.apache.ibatis.mapping.MappedStatement
    addMappedStatement(MetaInfo metaInfo, org.apache.ibatis.builder.MapperBuilderAssistant assistant, String id, org.apache.ibatis.mapping.SqlSource sqlSource, org.apache.ibatis.mapping.StatementType statementType, org.apache.ibatis.mapping.SqlCommandType sqlCommandType, Integer fetchSize, Integer timeout, String parameterMap, Class<?> parameterType, String resultMap, Class<?> resultType, org.apache.ibatis.mapping.ResultSetType resultSetType, boolean flushCache, boolean useCache, boolean resultOrdered, org.apache.ibatis.executor.keygen.KeyGenerator keyGenerator, String keyProperty, String keyColumn, String databaseId, org.apache.ibatis.scripting.LanguageDriver lang, String resultSets, boolean dirtySelect)
     
    org.apache.ibatis.mapping.SqlSource
    createSqlSource(SemiMybatisConfiguration configuration, MetaInfo metaInfo, Method method, Class<?> parameterTypeClass, org.apache.ibatis.scripting.LanguageDriver languageDriver)
     
     
     
    org.apache.ibatis.mapping.SqlCommandType
     
    boolean
     
  • 方法详细资料

    • getId

      String getId()
    • databaseId

      String databaseId()
    • isDirtySelect

      boolean isDirtySelect()
    • getSqlCommandType

      org.apache.ibatis.mapping.SqlCommandType getSqlCommandType()
    • createSqlSource

      org.apache.ibatis.mapping.SqlSource createSqlSource(SemiMybatisConfiguration configuration, MetaInfo metaInfo, Method method, Class<?> parameterTypeClass, org.apache.ibatis.scripting.LanguageDriver languageDriver)
    • addMappedStatement

      org.apache.ibatis.mapping.MappedStatement addMappedStatement(MetaInfo metaInfo, org.apache.ibatis.builder.MapperBuilderAssistant assistant, String id, org.apache.ibatis.mapping.SqlSource sqlSource, org.apache.ibatis.mapping.StatementType statementType, org.apache.ibatis.mapping.SqlCommandType sqlCommandType, Integer fetchSize, Integer timeout, String parameterMap, Class<?> parameterType, String resultMap, Class<?> resultType, org.apache.ibatis.mapping.ResultSetType resultSetType, boolean flushCache, boolean useCache, boolean resultOrdered, org.apache.ibatis.executor.keygen.KeyGenerator keyGenerator, String keyProperty, String keyColumn, String databaseId, org.apache.ibatis.scripting.LanguageDriver lang, String resultSets, boolean dirtySelect)