From: Max R. A. (JIRA) <no...@at...> - 2006-05-28 17:20:18
|
[ http://opensource.atlassian.com/projects/hibernate/browse/HBX-666?page=all ] Max Rydahl Andersen closed HBX-666: ----------------------------------- Fix Version: 3.2beta6 Resolution: Fixed implemented support for appending generics info IFF the value is a collection and the "property-type" does not contain a ">". > 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 > Fix For: 3.2beta6 > > > 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 |