Generate all setXXX calls of a POJO in Eclipse?

前端 未结 5 1446
感动是毒
感动是毒 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:39

    There is eclipse plugin to do that. The name of the plugin is **

    FastCode

    **. There are so many templates. Among those there is template to generate code for create object of the class and all setters method.

提交回复
热议问题