类 SelectByQuery
java.lang.Object
top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
top.zephyrs.mybatis.semi.injects.methods.SelectByQuery
- 所有已实现的接口:
InjectMethod
- 直接已知子类:
SelectByQueryAnnotation
-
字段概要
从类继承的字段 top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
EMPTY_STR -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明buildSqlScript(SemiMybatisConfiguration configuration, MetaInfo metaInfo) 构建sql语句org.apache.ibatis.mapping.SqlSourcecreateSqlSource(SemiMybatisConfiguration configuration, MetaInfo metaInfo, Method method, Class<?> parameterTypeClass, org.apache.ibatis.scripting.LanguageDriver languageDriver) getId()org.apache.ibatis.mapping.SqlCommandTypeprotected StringgetWhereScript(Object parameterObject, MetaInfo metaInfo) 从类继承的方法 top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
addMappedStatement, databaseId, isDirtySelect
-
构造器详细资料
-
SelectByQuery
public SelectByQuery()
-
-
方法详细资料
-
getId
-
getSqlCommandType
public org.apache.ibatis.mapping.SqlCommandType getSqlCommandType() -
createSqlSource
public org.apache.ibatis.mapping.SqlSource createSqlSource(SemiMybatisConfiguration configuration, MetaInfo metaInfo, Method method, Class<?> parameterTypeClass, org.apache.ibatis.scripting.LanguageDriver languageDriver) - 指定者:
createSqlSource在接口中InjectMethod- 覆盖:
createSqlSource在类中AbstractInjectMethod
-
buildSqlScript
从类复制的说明:AbstractInjectMethod构建sql语句- 指定者:
buildSqlScript在类中AbstractInjectMethod- 参数:
configuration- mybatis配置信息 // * @param beanClass Mapper的泛型的具体类型 // * @param parameterTypeClass 参数类型metaInfo- 对应的 表信息,包含列,字段,表名等等- 返回:
- sql语句
-
getWhereScript
-