From: <no...@at...> - 2005-05-04 05:17:37
|
Message: A new issue has been created in JIRA. --------------------------------------------------------------------- View the issue: http://opensource.atlassian.com/projects/hibernate/browse/HHH-434 Here is an overview of the issue: --------------------------------------------------------------------- Key: HHH-434 Summary: element/@attribute not implement for collection elements Type: Bug Status: Unassigned Priority: Major Original Estimate: Unknown Time Spent: Unknown Remaining: Unknown Project: Hibernate3 Components: core Versions: 3.0.3 Assignee: Reporter: Gavin King Created: Wed, 4 May 2005 12:17 AM Updated: Wed, 4 May 2005 12:17 AM Description: None of the following: <element> <one-to-many> <many-to-many> support use of node="element/@attribute", which is *extremely* useful when embed-xml="false" (the common case). This is because we do not go via property accessors in the PersistentXXXElementHolder classes. Instead, we have hardcoded element iteration in about 16 different methods. We need to find some design where this can be made more flexible. Perhaps just CollectionPersister.getElementName() + CollectionPersister.getElementValue()/CollectionPersister.getElementValue() is enough, since PropertyAccessor is certainly not an appropriate solution. Any volunteers? --------------------------------------------------------------------- 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 |