eu.etaxonomy.cdm.persistence.query
Class GroupByDate
java.lang.Object
eu.etaxonomy.cdm.persistence.query.Grouping
eu.etaxonomy.cdm.persistence.query.GroupByDate
public class GroupByDate
- extends Grouping
| Fields inherited from class eu.etaxonomy.cdm.persistence.query.Grouping |
name |
|
Method Summary |
void |
addOrder(org.hibernate.Criteria criteria)
|
void |
addProjection(org.hibernate.criterion.ProjectionList projectionList)
|
org.hibernate.criterion.Order |
asc(String propertyName,
String function)
|
org.hibernate.criterion.Order |
desc(String propertyName,
String function)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GroupByDate
public GroupByDate(String propertyPath,
String name,
OrderHint.SortOrder order,
GroupByDate.Resolution resolution)
addProjection
public void addProjection(org.hibernate.criterion.ProjectionList projectionList)
- Overrides:
addProjection in class Grouping
addOrder
public void addOrder(org.hibernate.Criteria criteria)
- Overrides:
addOrder in class Grouping
asc
public org.hibernate.criterion.Order asc(String propertyName,
String function)
desc
public org.hibernate.criterion.Order desc(String propertyName,
String function)
Copyright © 2007-2013 EDIT. All Rights Reserved.