Example usage for org.hibernate.criterion PropertyProjection subclass-usage

List of usage examples for org.hibernate.criterion PropertyProjection subclass-usage

Introduction

In this page you can find the example usage for org.hibernate.criterion PropertyProjection subclass-usage.

Usage

From source file de.cosmocode.hibernate.GroupOnlyProjection.java

/**
 * A {@link Projection} which does not
 * add the column being used for grouping
 * to the select clause (as {@link PropertyProjection} does).
 *
 * @author Willi Schoenborn

From source file edu.utah.further.core.data.hibernate.query.GroupByHavingProjection.java

/**
 * A custom 'Group By HAVING' projection for use with Hibernate Criteria.
 * <p>
 * -----------------------------------------------------------------------------------<br>
 * (c) 2008-2013 FURTHeR Project, Health Sciences IT, University of Utah<br>
 * Contact: {@code <further@utah.edu>}<br>