Benoit commented on Improvement HHH-2054

I read, "Hibernate Core 3.6 requires JDK 1.5 or higher" (http://www.hibernate.org/quick-start)

Hibernate (3.6+, 4+) may implement generics now ?

With:
public interface MySet extends Set<MyType> {...}

It is impossible to do:
public class PersistentMySet extends PersistentSet implement MyList {...}

I can remove generics, but it generates warnings and I needs add many casts that is generate many others warnings !

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira