Java org.hibernate.criterion Projection fields, constructors, methods, implement or subclass

Example usage for Java org.hibernate.criterion Projection fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.hibernate.criterion Projection.

The text is from its open source code.

Implementation

org.hibernate.criterion.Projection has the following implementations.
Click this link to see all its implementation.

Method

String[]getAliases()
Get the criteria-level aliases for this projection (ie.
String[]getColumnAliases(int position)
Get the SQL column aliases used by this projection for the columns it writes for inclusion into the SELECT clause ( #toSqlString .
booleanisGrouped()
Is this projection fragment (SELECT clause) also part of the GROUP BY
StringtoSqlString(Criteria criteria, int position, CriteriaQuery criteriaQuery)
Render the SQL fragment to be used in the SELECT clause.