From: <no...@at...> - 2006-06-27 05:35:57
|
Support inheritance for value types in collection elements and components ------------------------------------------------------------------------- Key: HHH-1857 URL: http://opensource.atlassian.com/projects/hibernate/browse/HHH= -1857 Project: Hibernate3 Type: Improvement Components: core =20 Reporter: Hontv=C3=A1ri J=C3=B3zsef Priority: Minor it would be a natural extension to support inheritance hierarchies for coll= ection elements and components, similarly to the "table per class hierarchy= " mapping used for entity classes. The workaround is to use a user type, but this has the disadvantage that ei= ther the class must be "opened" (private fields or setters must become publ= ic) or reflection must be used. --=20 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 - For more information on JIRA, see: http://www.atlassian.com/software/jira |