CSE MCQs :: Hibernate-CSE
- Which of the following is FALSE about Session in hibernate
- Which of the following is true about query level cache in hibernate?
- What does the Session object hold?
- If a single table hosts all the instances of a class hierarchy, then it is known as
- Select the design pattern that should be followed while creating SessionFactory in hibernate?
- The Hibernate XML configuration file name is?
- Which ways are used by the Log4j and Logback frameworks in hibernate framework to support logging?
- What does hibernate.hbm2ddl.auto create this means?
A.
Query level cache is an optional feature
|
B.
Query level cache requires two additional physical cache regions that hold the cached query results and the timestamps when a table was last updated
|
C.
Query level cache is only useful for queries that are run frequently with the same parameters
|
D.
All of the above
|