List of usage examples for org.hibernate.criterion Projection interface-usage
From source file com.qrmedia.commons.test.hibernate.criterion.ComparableProjection.java
/**
* A wrapper around a Hibernate <code>Projection</code> that supports a "natural"
* (i.e. non-instance) equality. Using these classes,
* <pre>
* <code>new ComparableProjection(Projections.property("foo")).equals(
* new ComparableProjection(Projections.property("foo")))</code>