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

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

Introduction

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

The text is from its open source code.

Subclass

org.hibernate.criterion.ProjectionList has subclasses.
Click this link to see all its subclasses.

Method

ProjectionListadd(Projection projection)
Add a projection to this list of projections
ProjectionListadd(Projection projection, String alias)
Adds a projection to this list of projections after wrapping it with an alias
intgetLength()
ProjectiongetProjection(int i)
Access a wrapped projection by index
StringtoString()