类 SelectByQueryAnnotation
java.lang.Object
top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
top.zephyrs.mybatis.semi.injects.methods.SelectByQuery
top.zephyrs.mybatis.semi.injects.methods.SelectByQueryAnnotation
- 所有已实现的接口:
InjectMethod
-
字段概要
从类继承的字段 top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
EMPTY_STR -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明org.apache.ibatis.mapping.SqlSourcecreateSqlSource(SemiMybatisConfiguration configuration, MetaInfo metaInfo, Method method, Class<?> parameterTypeClass, org.apache.ibatis.scripting.LanguageDriver languageDriver) getId()从类继承的方法 top.zephyrs.mybatis.semi.injects.methods.SelectByQuery
buildSqlScript, getSqlCommandType, getWhereScript从类继承的方法 top.zephyrs.mybatis.semi.injects.AbstractInjectMethod
addMappedStatement, databaseId, isDirtySelect
-
构造器详细资料
-
SelectByQueryAnnotation
public SelectByQueryAnnotation()
-
-
方法详细资料
-
getId
- 指定者:
getId在接口中InjectMethod- 覆盖:
getId在类中SelectByQuery
-
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在类中SelectByQuery
-