Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.criterion |
A framework for defining restriction criteria and order criteria.
|
org.hibernate.internal |
An internal package containing mostly implementations of central Hibernate APIs.
|
Modifier and Type | Method and Description |
---|---|
Criteria |
Criteria.addOrder(Order order)
Add an
ordering to the result set. |
Modifier and Type | Method and Description |
---|---|
Order |
Property.asc()
Creates an ascending ordering for this property
|
static Order |
Order.asc(String propertyName)
Ascending order
|
Order |
Property.desc()
Creates a descending ordering for this property
|
static Order |
Order.desc(String propertyName)
Descending order.
|
Order |
Order.ignoreCase()
Should this ordering ignore case? Has no effect on non-character properties.
|
Order |
Order.nulls(NullPrecedence nullPrecedence)
Defines precedence for nulls.
|
Modifier and Type | Method and Description |
---|---|
DetachedCriteria |
DetachedCriteria.addOrder(Order order)
Adds an ordering
|
Modifier and Type | Method and Description |
---|---|
Order |
CriteriaImpl.OrderEntry.getOrder() |
Modifier and Type | Method and Description |
---|---|
Criteria |
CriteriaImpl.addOrder(Order ordering) |
Criteria |
CriteriaImpl.Subcriteria.addOrder(Order order) |
Copyright © 2019 JBoss by Red Hat. All rights reserved.