Joined: Sat Nov 23, 2013 1:10 pm Posts: 1
|
1)which one of the following elements not supported by HQL? a)select b)SUB c)WHERE d)HAVING
2)where multiple components are involved in processing the request in a single transaction,which method is used to get the session object. a)opensession() b)getsession() c)getcurrentsession() d)all of the above
3)which statement is not correct about HQL a)it is a object oriented query language b)it supports all types of operation i.e DML DDL FROM Hibernate 1.x to till now c) it support pagination d)HQL queries are compiled to sql of a database or any other native query language the target database supports.
4)which state does the persistent object more to when the transaction is commited and the session is closed? a)permanet b)detached c)initial d)persistent
5)which hibernate property do you use to configure your chosen database. a)hibernate.configdatabase b)hibernate.changedatabas c)hibernate.setdatabase d)hibernate.dialect
can anyone tell the answer
|
|