1.
In Hibernate, what is the maximum number of characters allowed in a database name?
2.
In Hibernate, which of the following is used to restrict the number of rows returned by a query?
3.
In Hibernate, which of the following is used to display the current time?
4.
In Hibernate, which of the following statements is used to ask for a six-letter variable?
5.
In Hibernate, which of these provides tools for the development of distributed, web-based solutions?
6.
A transaction simply represents a unit of work. In such a case, if one step fails the whole transaction fails. In Hibernate, this is known as __________________.
7.
In Hibernate, which of the following is used to implement one-to-one mapping?
8.
In Hibernate, which of the following is annotated in the subclasses?
9.
In Hibernate, which of these is specified in the parent class?
10.
Which of these helps in mapping of a table with respect to the Table per Concrete class?