InterviewSolution
Saved Bookmarks
| 1. |
What Is Sessionfactory? |
|
Answer» SessionFactory provides the INSTANCE of SESSION. It is a factory of Session. It holds the data of second level CACHE that is not enabled by default. SessionFactory provides the instance of Session. It is a factory of Session. It holds the data of second level cache that is not enabled by default. |
|