the relationship in question is
CLAIMS -------- has -------> BILLS
And in my model, bills are a part of claims.
i.e;one claim can have 1..n bills.
Now, whenever a new CLAIM is raised, I need to capture and store it.During this process I have to store the related BILLs details also..
For this, I have Claims entity bean, and a bills entity bean.
But how to handle this from one session- hm... i am asking is there any specific technique for situations like this? or can one entity bean be mapped to 2 tables(they call it coarse-grained i beleive)? using EJB2.0/wls6.1
'neways, thankx a lot :-)
-
how to map this relationship int EJB? (5 messages)
- Posted by: sgt pepper
- Posted on: November 06 2001 05:11 EST
Threaded Messages (5)
- how to map this relationship int EJB? by Race Condition on November 06 2001 13:16 EST
- how to map this relationship int EJB? by sgt pepper on November 09 2001 05:19 EST
-
how to map this relationship int EJB? by Race Condition on November 13 2001 09:34 EST
- how to map this relationship int EJB? by sgt pepper on November 20 2001 01:38 EST
-
how to map this relationship int EJB? by Race Condition on November 13 2001 09:34 EST
- how to map this relationship int EJB? by sgt pepper on November 09 2001 05:19 EST
- how to map this relationship int EJB? by Pranab Ghosh on November 06 2001 15:10 EST
-
how to map this relationship int EJB?[ Go to top ]
- Posted by: Race Condition
- Posted on: November 06 2001 13:16 EST
- in response to sgt pepper
It was twenty years ago today... -
how to map this relationship int EJB?[ Go to top ]
- Posted by: sgt pepper
- Posted on: November 09 2001 05:19 EST
- in response to Race Condition
I never knew that arrogance does matters in this forum -
how to map this relationship int EJB?[ Go to top ]
- Posted by: Race Condition
- Posted on: November 13 2001 09:34 EST
- in response to sgt pepper
Arrogance? What are you talking about?
"It was twenty years ago today..." is a line from "Sgt Pepper".
-
how to map this relationship int EJB?[ Go to top ]
- Posted by: sgt pepper
- Posted on: November 20 2001 01:38 EST
- in response to Race Condition
Hi friend... sorry if I've misunderstood you.!
I thought you were one of the arrogant programmers, who are not interested in sharing ideas.....
So, let me introduce to you....
the sgt. peppers lonely heart club baaand......
cheers... -
how to map this relationship int EJB?[ Go to top ]
- Posted by: Pranab Ghosh
- Posted on: November 06 2001 15:10 EST
- in response to sgt pepper
Look up Agregate or Depenedent Value Object J2EE patterns.
Pranab