idea-mini-ibatis icon indicating copy to clipboard operation
idea-mini-ibatis copied to clipboard

Auto-generate ResultMap body

Open 62mkv opened this issue 8 years ago • 1 comments

Would be really cool if I could write smth like:

<resultMap id="x" type="com.example.x">
</resultMap> 

click Alt-Ins, select "results based on type" and resultMap would get filled like

<resultMap id="x" type="com.example.x">
 <result property="prop1" column=""/>
 <result property="prop2" column=""/>
 <result property="prop3" column=""/>
</resultMap> 

62mkv avatar Oct 02 '17 06:10 62mkv

hope to implement it one day ) if anyone gets to it first - no problem at all !!

62mkv avatar Oct 02 '17 06:10 62mkv