measwel wrote: > DNewfield wrote: >> So with this you can exclude many-to-many relationships, but with >> http://issues.appfuse.org/browse/APF-1152 there's no way to get this >> to succeed if you have any one-to-many or many-to-one relationships? >
I can only take a guess at what exactly it is you are asking, but I can tell you how I do it now: I exclude all join tables, just generate for the entity related tables. Then in appfuse you can set the relations between your entities by hand, using annotations.
"Join tables" only exist if you've got a many-to-many relationship. If you've got any one-to-many or many-to-one relationships those FK values are in the entity table instead of a join table.
-Dal --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@appfuse.dev.java.net For additional commands, e-mail: users-h...@appfuse.dev.java.net