Generate all setXXX calls of a POJO in Eclipse?

前端 未结 5 1447
感动是毒
感动是毒 2021-01-31 03:36

Im currently doing a lot of testing with JPA entities, where i have to keep calling the setter methods on the entity that looks something like this :

myEntity.se         


        
5条回答
  •  一整个雨季
    2021-01-31 04:34

    you can use the outline at right side. There you can sort alphabetically or by declaration order using the toolbar button of the view.

    and then you can filter out non required this.

    From here also you can copy..all setter functions or getters functions names...

提交回复
热议问题