CSE MCQs :: Hibernate-CSE
- Which of the following is not a Session method?
-
What does "
" means? - Which statement is correct?
- In the elements of Hibernate architecture is a factory of session and client of ConnectionProvider,It holds second level cache (optional) of data?
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
|