From: <leg...@at...> - 2003-08-13 15:59:52
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- 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: Unassigned Priority: Minor Project: Hibernate 1.2 Assignee: Reporter: Thorbjoern Andersen Created: Wed, 13 Aug 2003 10:23 AM Updated: Wed, 13 Aug 2003 10:23 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 |