background preloader

Programming

Facebook Twitter

Security

Uml. Javascript. Objective-c. Dive Into Python. JAVA, JSP, SERVLETS, EJB, STRUTS, XML, ANT, LOG4J, WEBLOGIC. Web design, development and marketing - ILoveJackDaniels.com. FAQ Java - Club d'entraide des développeurs francophones. Hibernate Mapping Cheat Sheet. A many-to-many reference is basically a collection.

Hibernate Mapping Cheat Sheet

Class A holds a reference to a set of class B instances (as in the one-to-many case), but B might have multiple A's. Scenario We have two classes, Foo and Bar which are related to each other as follows: Set Foo.getBars() // of Bar instances<class name="Foo" table="foo"> ...