join between 2 entities

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

join between 2 entities

sqlien
Hi,

I have two entities: product and customer and purchases relation which has fields: quantity and date.
I want to display all customer entity fields with quantity and date fields.
how to do please ?

Thank you in advance
Reply | Threaded
Open this post in threaded view
|

Re: join between 2 entities

David E Jones

You're in luck! There is fairly decent documentation that describes how to do this:

http://ofbiz.apache.org/docs/entity.html

-David


sqlien wrote:
> Hi,
>
> I have two entities: product and customer and purchases relation which has
> fields: quantity and date.
> I want to display all customer entity fields with quantity and date fields.
> how to do please ?
>
> Thank you in advance