@Transient的功用 - hibernate相关

@Transient的作用 - hibernate相关@Transient的作用 :用于注释pojo对象中的属性,被注释的属性将成为短暂的

@Transient的作用 - hibernate相关

@Transient的作用 :
用于注释pojo对象中的属性,被注释的属性将成为短暂的,不会持久化到数据库的“短暂”属性。