hibernate中,一对多的表中有set类型字段,如何处理排序问题 - - ...
* @hibernate.mapping default-lazy="false" * @hibernate.meta attribute="class-description" value="http://www.xierhe.com/it/投票主题" * @hibernate.class table="JL_WLTPZT" */ ...
hibernate 一对多 获取List排序问题_百度知道
hibernate 一对多 获取List排序问题SELECT id,name,(SELECT COUNT(*) FROM pt WHERE pt.c_id=id) AS num使用hibernate实现,在主表(比如cate表中)建立一个从...