Tag: hibernate projections with example
Hibernate Projections Introduction
by  Java4s | 10 Comments
  [ Ask Question ]
So far in criteria, we are able to load complete object right….! let us see how to load the partial objects while working with criteria. The projections concept is introduced in hibernate 3.0 and mainly we can do the…