Message:
The following issue has been closed.
Resolver: Gavin King
Date: Sun, 31 Aug 2003 2:35 AM
I won't be changing something like this in 1.2.x stream.
---------------------------------------------------------------------
View the issue:
http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HBI-8
Here is an overview of the issue:
---------------------------------------------------------------------
Key: HBI-8
Summary: cirrus.hibernate.collections.Bag needs toString()
Type: Improvement
Status: Closed
Priority: Minor
Resolution: REJECTED
Project: Hibernate 1.2
Assignee:
Reporter: Thorbjoern Andersen
Created: Wed, 13 Aug 2003 10:23 AM
Updated: Sun, 31 Aug 2003 2:35 AM
Description:
For debugging purposes it is nice to be able to do a println( bean) which works for most Collecion classes, but not for Bag.
This snippet works for me:
public String toString() {
return( "" + bag);
}
---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.
If you think it was sent incorrectly contact one of the administrators:
http://opensource.atlassian.com/projects/hibernate/secure/Administrators.jspa
If you want more information on JIRA, or have a bug to report see:
http://www.atlassian.com/software/jira
|