Content deleted Content added
Correct release date |
Tag: possible vandalism |
||
Line 41:
==Hibernate Query Language (HQL)==
Hibernate provides an [[SQL]] inspired language called [[Hibernate Query Language]] (HQL) which allows SQL-like queries to be written against Hibernate's data objects. ''Criteria Queries'' are provided as an [[Object-oriented programming|object-oriented]] alternative to HQL.Criteria Query is used to modify the objects and provide the restriction for the objects.
swapnil
==Integration==
|