Commit 37ded029 authored by hewei's avatar hewei

ExampleEnhancedPlugin:增加的内部类方法放的位置不合理,保持和官方一致

parent 37e3be56
......@@ -52,6 +52,7 @@ public class ExampleEnhancedPlugin extends BasePlugin {
addFactoryMethodToCriteria(topLevelClass, innerClass, introspectedTable);
// andIf
addAndIfMethodToCriteria(topLevelClass, innerClass, introspectedTable);
} else if ("GeneratedCriteria".equals(innerClass.getType().getShortName())) {
// column 方法
if (this.enableColumnOperate) {
addColumnMethodToCriteria(topLevelClass, innerClass, introspectedTable);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment