Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor the MapperProxy through MapperHandler, support for Optional, add @SqlRef for redirect the sql statement, add sql-config-function #1187

Closed
wants to merge 9 commits into from

Commits on Feb 8, 2018

  1. 1.添加@SqlRef注解,用于重定向sqlId

    2.添加org.apache.ibatis.binding.handler包,重构MapperProxy
    linjisong committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    2bbf9dd View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2018

  1. Configuration menu
    Copy the full SHA
    ad83108 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b2b3e03 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    db9027e View commit details
    Browse the repository at this point in the history
  4. 修改SqlRef解析顺序

    linjisong committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    28abf98 View commit details
    Browse the repository at this point in the history
  5. add sql-config-function

    linjisong committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    d7c6f42 View commit details
    Browse the repository at this point in the history
  6. add HandlerRegistry

    linjisong committed Feb 9, 2018
    Configuration menu
    Copy the full SHA
    ba9696c View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2018

  1. Configuration menu
    Copy the full SHA
    d280aa9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2018

  1. add Optional support

    linjisong committed Feb 13, 2018
    Configuration menu
    Copy the full SHA
    d218f09 View commit details
    Browse the repository at this point in the history