Your Internet Explorer version is not compatible with our shopping cart system. Please use version 9 or higher to avoid problems with your order(s). Close
Hello, when I reverse engineer code from my innodb-mysql database I choose all tables and generate pojos and dao code. But I see tha all relations are biderectional (inverse=true).For example when I have Person and Event classes and it is one-to-many relation I also have in Event a set with Persons..? Can I disable this?