Skip to content

Auto-generate ResultMap body #13

@62mkv

Description

@62mkv

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> 

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions