Discussion :: Hibernate-CSE
- Which statement is correct?
A.
Only the Session that you obtained with sf.getCurrentSession() is flushed and closed automatically
|
B.
Only the Session that you obtained with sf.openSession() is flushed and closed automatically
|
C.
Only the Session that you obtained with sf.getNewSession() is flushed and closed automatically
|
D.
None of the above
|
Answer : Option C
Explanation :
Be The First To Comment