Tag: criteria query in hibernate
Criteria Query, Hibernate Criteria Query Introduction
by  Java4s | 8 Comments
  [ Ask Question ]
Unlike HQL, Criteria is only for selecting the data from the database, that to we can select complete objects only not partial objects, in fact by combining criteria and projections concept we can select partial objects too we will…