Hibernate offers a query language that embodies a very powerful and flexible mechanism to query, store, update, and retrieve objects from a database. This language, the Hibernate query Language (HQL), is an object-oriented extension to SQL.:by using HQL we can do select,update,delete but direct insertion is not possible,but HQL is also that much of not flexible in select.we can select entire row ,but we cannot select specific coloumns in that row
Category:Hibernate Interview Questions
No comments:
Post a Comment