Hello!

I lately switched to Java 1.5 and get a lot of warnings like this:

Type safety: The method add(Object) belongs to the raw type List. 
 References to generic type List<E> should be parameterized

I know I can turn off those warnings. But is there a way to use Generics
with OJB (for example for 1:n relations)?

Thanks, Werner

Reply via email to