Re: How to add an extra field with M:N relationship in CMR

2003-01-02 Thread Krishnan Subramanian
Justin, That's a little bit tricky since it involves some advanced mapping capabilities from a vendor's CMP engine. It also falls outside the realm of the EJB 2.0 specification (how convenient!), since the spec does not define how an abstract schema maps to an underlying persistent store. Or to be

How to add an extra field with M:N relationship in CMR

2003-01-02 Thread Justin Wesbrooks
I have 2 tables with a M:N relationship and a bridge table that joins the two. Product Table Bridge TableArtist Table UPC UPC ARTISTID TITLE Artist ID ARTISTNAME ETC Sequence Number ETC... The "Sequ

Re: Looking for EJB Code Generation Tool

2003-01-02 Thread Siddhartha P. Chandurkar
Hi Chris, You can try Jenerator. Link http://www.visioncodified.com at the moment it supports It generates code of various types. It also supports regeneration. The Jenerator currently generates the following types of code. :- Enterprise Java Beans (Generates Remote, Local and Home Interfaces, Bean