| Package | Description |
|---|---|
| org.apache.deltaspike.data.impl.builder | |
| org.apache.deltaspike.data.impl.builder.postprocessor | |
| org.apache.deltaspike.data.impl.criteria.processor |
| Modifier and Type | Method and Description |
|---|---|
abstract OrderDirection |
OrderDirection.change() |
static OrderDirection |
OrderDirection.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderDirection[] |
OrderDirection.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
OrderByQueryStringPostProcessor(javax.persistence.metamodel.SingularAttribute<?,?> attribute,
OrderDirection direction) |
OrderByQueryStringPostProcessor(String attribute,
OrderDirection direction) |
| Constructor and Description |
|---|
OrderBy(javax.persistence.metamodel.SingularAttribute<? super P,V> att,
OrderDirection dir) |
Copyright © 2011-2013 The Apache Software Foundation. All Rights Reserved.