hibernate 对于数据库操作非varchar类型字段

   hibernate 在操作非varchar类型字段时,配置文件中一定要使用封装类型。
po中也要使用封装类型,且不可使用int等。

猜你喜欢

转载自liuhouhou.iteye.com/blog/1096156