类 InjectProcessor

java.lang.Object
top.zephyrs.mybatis.semi.injects.InjectProcessor
直接已知子类:
DefaultInjectProcessor

public abstract class InjectProcessor extends Object
通用方法处理器
  • 字段详细资料

    • injectMethodMap

      protected Map<String,InjectMethod> injectMethodMap
    • selectByQueryAnnotation

      protected SelectByQueryAnnotation selectByQueryAnnotation
      根据Query注解定义SQL, 并根据查询参数拼接查询条件
  • 构造器详细资料

    • InjectProcessor

      public InjectProcessor()
  • 方法详细资料

    • loadMethods

      public abstract void loadMethods()
      加载通用方法
    • isLoaded

      public abstract boolean isLoaded()
    • getMethods

      public Collection<InjectMethod> getMethods()
      查询全部通用方法
      返回:
      InjectMethods
    • getMethod

      public InjectMethod getMethod(String id, Method method)
    • addInject

      protected void addInject(String id, InjectMethod injectMethod)
    • addInject

      protected void addInject(InjectMethod injectMethod)