From: Chris K. (JIRA) <no...@at...> - 2006-05-23 14:35:30
|
generics not used when overriding Bag implementation from Collection type to List --------------------------------------------------------------------------------- Key: HBX-666 URL: http://opensource.atlassian.com/projects/hibernate/browse/HBX-666 Project: Hibernate Tools Type: Improvement Components: hbm2java Versions: 3.1alpha5 Environment: hibernate 3.0.5, htools 3.1.5 Reporter: Chris Koch when overriding the Bag implementation from Collection type to java.util.List using the <meta attribute="property-type">java.util.List</meta>, generics are not generated for the List. It'd be nice to be able to keep generics. -- 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 |