On 8/8/05, Edson Carlos Ericksson Richter <[EMAIL PROTECTED]> wrote: > Anyone has an example about how could OJB be used with Generics? This > will not affect the class-mapping descriptor?
Since Java generics will be compiled to non-generic bytecode, it does not really affect classloading etc. Hence it should not matter when running OJB, you simply specify the collection-descriptor etc. as you would for non-generic code. The only differences are that OJB does not (yet) support enums, and that the XDoclet module might not work with generic code (you'll at least need a CVS build of the XDoclet code to be able to parse 1.5 code). Tom --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
