Class MPJMappingWrapper

java.lang.Object
com.github.yulichang.extension.mapping.mapper.MPJMappingWrapper

public class MPJMappingWrapper extends Object
关联查询条件
Since:
1.2.0
Author:
yulichang
  • Constructor Details

    • MPJMappingWrapper

      public MPJMappingWrapper(Class<?> joinClass, String first, String select, com.github.yulichang.annotation.Apply[] applyArr, com.github.yulichang.annotation.Condition[] conditions, String last, String[] orderByAsc, String[] orderByDesc)
  • Method Details

    • convert

      public static com.baomidou.mybatisplus.core.enums.SqlKeyword convert(com.github.yulichang.annotation.enums.SqlKeyword sqlKeyword)