1.
In Hibernate, which of the following statements about hibernate.hbm2ddl.auto is correct?
2.
In Hibernate, which of the following tags is used to include a hbm.xml file in other hbm.xml files?
3.
In Hibernate, which of the following methods is used to re-read the state of an instance from the underlying database?
4.
In Hibernate, which of these is used to make a database read-only?
5.
In Hibernate, which of the following statements about the session.contains() method is correct?
6.
In Hibernate, which of the following helps enable a query cache?
7.
In Hibernate, which of the following contains a complete record of all the activities, that affects the contents of a database, executed during a particular time period?
8.
In Hibernate, which of the following command lines is helpful, when it is uncertain whether or not the underlying data has been updated through a separate process?
9.
In Hibernate, which of the following is NOT a valid state of an instance of a persistent class?
10.
In Hibernate, ______________________ is used when it is not certain if a matching row exists in the database.