"gavin.king(a)jboss.com" wrote : You only "wire" things from the many
end of a one-to-many association.
|
| If there are no -to-one associations originating at the entity, isWired() always
returns true, and wire() is empty.
But if there are -to-one associations originating at the entity, does isWired() still
always return true? In my above situation, the Feed entity has a many-to-one to Widget
entity, but FeedHome.isWired() simply returns true. So it seems to me that isWired()
always returns true no matter what association the entity has. Can you clarify? Thanks.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047589#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...