Package | Description |
---|---|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
Modifier and Type | Method and Description |
---|---|
ProjectionList |
ProjectionList.add(Projection projection)
Add a projection to this list of projections
|
ProjectionList |
ProjectionList.add(Projection projection,
String alias)
Adds a projection to this list of projections after wrapping it with an alias
|
ProjectionList |
ProjectionList.create()
Deprecated.
an instance factory method does not make sense
|
static ProjectionList |
Projections.projectionList()
Create a new projection list.
|
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.