|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.hibernate.shards.criteria.ExitOperationsCriteriaCollector
public class ExitOperationsCriteriaCollector
Implements the ExitOperationsCollector interface for Critierias
| Constructor Summary | |
|---|---|
ExitOperationsCriteriaCollector()
|
|
| Method Summary | |
|---|---|
ExitOperationsCollector |
addOrder(org.hibernate.criterion.Order order)
Add the given Order |
ExitOperationsCollector |
addProjection(org.hibernate.criterion.Projection projection)
Adds the given projection. |
List<Object> |
apply(List<Object> result)
|
ExitOperationsCollector |
setFirstResult(int firstResult)
Sets the index of the first result requested by the client |
ExitOperationsCollector |
setMaxResults(int maxResults)
Sets the maximum number of results requested by the client |
void |
setSessionFactory(org.hibernate.engine.SessionFactoryImplementor sessionFactoryImplementor)
Sets the session factory implementor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ExitOperationsCriteriaCollector()
| Method Detail |
|---|
public ExitOperationsCollector setMaxResults(int maxResults)
maxResults - maximum number of results requested by the client
public ExitOperationsCollector setFirstResult(int firstResult)
firstResult - index of the first result requested by the client
public ExitOperationsCollector addProjection(org.hibernate.criterion.Projection projection)
projection - the projection to add
public ExitOperationsCollector addOrder(org.hibernate.criterion.Order order)
order - the order to add
public List<Object> apply(List<Object> result)
apply in interface ExitOperationsCollectorpublic void setSessionFactory(org.hibernate.engine.SessionFactoryImplementor sessionFactoryImplementor)
setSessionFactory in interface ExitOperationsCollectorsessionFactoryImplementor - the session factory implementor to set
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||