in Technology by
What is SessionFactory in Hibernate?

1 Answer

0 votes
by

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.

Related questions

0 votes
    SessionFactory is a thread-safe object. (a) True (b) False The question was asked in final exam. The doubt ... & Miscellaneous of Java Select the correct answer from above options...
asked Feb 23, 2022 in Education by JackTerrance
0 votes
    SessionFactory is a thread-safe object. (a) True (b) False The question was asked in final exam. ... JavaScript Questions for Interview, JavaScript MCQ (Multiple Choice Questions)...
asked Oct 24, 2021 in Education by JackTerrance
0 votes
    Which Hibernate object wraps the JDBC Connection?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    What is the difference between Hibernate and EJB 3? Do not you think EJB 3 is just a clone of Hibernate?...
asked Jun 5, 2021 in Technology by JackTerrance
0 votes
    What are persistent classes in Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    How is SQL query created in Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    What are components of Hibernate configuration object....
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    What are the key components of Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    what are the databases supported by Hibernate....
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    Define criteria in terms of Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    What are the core interfaces of Hibernate?...
asked Apr 14, 2021 in Technology by JackTerrance
0 votes
    What is Many-to-Many association in Hibernate?...
asked Feb 4, 2021 in Technology by JackTerrance
0 votes
    What is One-to-Many association in Hibernate?...
asked Feb 4, 2021 in Technology by JackTerrance
0 votes
    What is One-to-One association in Hibernate?...
asked Feb 4, 2021 in Technology by JackTerrance
0 votes
    How to achieve mapping in Hibernate?...
asked Feb 4, 2021 in Technology by JackTerrance
...