在页面上输出一个Entity中没有的属性 在hibernate中如果要输出一个Entity中没有的属性可以在这个Entity中加入这个属性然后 get(),set()然后在get()上加 @Transient表示 此属性不参与持久层框架