一对多问题
你好 我通过 hbm 映射执行查询。查询包含一对多属性。我想将其保存在包中。 结果数是 100。但我有第一个结果的 100 倍。 我的错误在哪里??
hello
I execute query by hbm mapping. Query contains one-to-many property .I want save it in the bag.
Number of results is 100. But I have 100 times the first result.
Where is my error??
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用查询时使用distinct。
Use distinct when you use the query.