Add entry to join table

Hi Guys,

i’ve created a database and generated java code via visual paradigm. i’ve two tables and a join table and i can’t find out how i can add a entry to the join table.
for example:

table 1

product1
product2

table2

stuff1
stuff2

jointable
product1 stuff1
product1 stuff 2

any idea?