You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ORMLite Android Users
Is it possible to use an intermediate table to handle a mapping
between 2 entities? For example, I have an entity "Category" and an
entity "Node". Each node can be a member of multiple categories and
they are related by a join table called "node-categories". How would I
annotate my entities to make that work?
Thanks in advance!!!
Deven
Gray Watson
unread,
Nov 18, 2011, 5:03:45 PM11/18/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ormlite...@googlegroups.com
Take a look at the many-to-many example. I think it does something very similar: