| Author |
What is meant by saying that "in the scope of a Session"?
|
sriram krishna
Greenhorn
Joined: Nov 21, 2011
Posts: 6
|
|
Hi,
If someone says that, " . . . an object is in the scope of the Session / associated with Session" in hibernate, what does exactly it mean??
Is it something like, creating an object and use that object between opening and closing the Session, like method scope??
Thank you.
|
 |
Vijitha Kumara
Bartender
Joined: Mar 24, 2008
Posts: 3670
|
|
|
Generally if you use particular session to persist/retrieve/merge an entity it is in the scope of that particular session instance.
|
SCJP 5 | SCWCD 5
[How to ask questions] [Twitter]
|
 |
 |
|
|
subject: What is meant by saying that "in the scope of a Session"?
|
|
|