Hi All,
I recently downloaded a trail version of MyEclipse 7.1.1 IDE and I found it EXTREMELY Useful. I was using it for OpenJPA coding (Followed this tutorial http://www.myeclipseide.com/documentation/quickstarts/jpa/ and did it for OpenJPA even though it was mentioned for JPA in there) and all my DAOclasses and POJO classes have been auto generated by the IDE itself. The Mappings like One-To-Many etc… have been auto generated too when I checked the “Enable One-To-One detection” and “Enable Many-To-Many detection”.
Now my question starts here,
When I checked both of them, My code has all these new relationships defined. The confusing part is, How does MyEclipse detect which mapping to put into our code? I checked both of those above but my code has 1: N and N: 1 mappings and there is no sign of “One-To-One” or “Many-To-Many” mappings. How does this work?
Please advice as this is very confusing to me.
Thanks.