Discussion :: Spring MCQs
- DAO methods require access to the session factory, which can be injected:-
Answer : Option D
Explanation :
To use the contextual session approach, your DAO methods require access to the session factory, which can be injected via a setter method or a constructor argument.
Be The First To Comment