1.
In Hibernate, which of the following statements about the @OrderBy command is correct?
2.
In Hibernate, which of the following is used to override the attributes from an embeddable class?
3.
In Hibernate, what is the use of embeddable classes?
4.
Which of these is true for the usefulness of embeddable class?
5.
In Hibernate, which of these is used to map an enum?
6.
In Hibernate, _____________________ is used to persist collections that are of embeddable type.
7.
In Hibernate, which of the following is used to map a date?
8.
In Hibernate, which of the following is true when an entity is not annotated with @Table?
9.
In Hibernate, which of the following is used to inherit properties from superclasses?
10.
In Hibernate, ____________________ is the process of a single table hosting all the instances of a class hierarchy.