atom feed7 messages in net.java.dev.appfuse.issues[appfuse-issues] [JIRA] Commented: (A...
FromSent OnAttachments
ChenZhiguo (JIRA)Apr 15, 2008 1:20 am 
ChenZhiguo (JIRA)Apr 23, 2008 12:11 am 
ChenZhiguo (JIRA)Apr 23, 2008 12:41 am 
ChenZhiguo (JIRA)Apr 23, 2008 12:43 am 
Sharif Uddin (JIRA)Jul 15, 2008 5:30 am 
ChenZhiguo (JIRA)Jul 15, 2008 7:59 pm 
Matt Raible (JIRA)Jul 15, 2008 9:12 pm 
Subject:[appfuse-issues] [JIRA] Commented: (APF-1049) Hibernate returns repeat records when getAll
From:Sharif Uddin (JIRA) (iss@appfuse.dev.java.net)
Date:Jul 15, 2008 5:30:34 am
List:net.java.dev.appfuse.issues

[
http://issues.appfuse.org/browse/APF-1049?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12514
]

Sharif Uddin commented on APF-1049:

-----------------------------------

Here is a possible solution posted by me http://jira.springframework.org/browse/SPR-5007

Hibernate returns repeat records when getAll

--------------------------------------------

Key: APF-1049 URL: http://issues.appfuse.org/browse/APF-1049 Project: AppFuse Issue Type: Bug Components: Persistence Layer Environment: windows,struts2,hibernate,mysql Reporter: ChenZhiguo Assignee: Matt Raible Attachments: test1.rar

I have a entity named salary. salary is oneToOne user. if a user has two roles,when I get all of salary,there will be one repeat
record. if a user has three roles,when I get all of salary,there will be two repeat
records. and so on. attachment is my demo project.