jpa @Transient - 走过程序员的路 - CSDN博客
https://blog.csdn.net/lafengwnagzi/article/details/55511066
Hibernate JPA中@Transient、@JsonIgnoreProperties、@JsonIgnore、@JsonFormat、@JsonSerialize等注解解释 - Caliven - 博客园
http://www.cnblogs.com/guijl/p/3855329.html
只给字段加@Transient,不生效,给字段和get/set属性方法(主要是get方法)全加上即可。
Java JPA @Transient 在Hibernate中应用
原文:https://www.cnblogs.com/rgqancy/p/10559984.html