Sunday, March 4, 2007

JDev/ADF sample - using Many-to-Many in Oracle TopLink

  • Many-to-Many mapping in Oracle TopLink. This kind of mapping in relational world is constructed using three tables. However, in object world only two classes are used for many-to-many. I have developed sample application that shows how many-to-many is supported in Oracle TopLink. For this sample I'm using Readers/Blogs mapping - one reader can read many blogs and one blog can be read by many readers.
    Download - TopLinkMM.zip

No comments: