hibernate中,如果我使用get(Class clazz, Serializable id)方法根据id获得一个对象的时候,为什么id类型要是有Serializable接口呢?看这个帖子https://bbs.csdn.net/topics/300247129