jpa relationship-Google app engine
Posted
by megala
on Stack Overflow
See other posts from Stack Overflow
or by megala
Published on 2010-05-21T06:34:08Z
Indexed on
2010/05/21
6:40 UTC
Read the original article
Hit count: 186
google-datastore
I created two tables in google appengine datastore using JPA.
Table1:
*groupname pk
*groupid
*groupdesc
*emailper
Table2:
*groupname
*memberid
*membername
My constraint is if i enter data into table2 it check whether group already exists or not in table.If exists than only it store the data into table .How to solve this?
© Stack Overflow or respective owner