org.nuxeo.ecm.directory.sql.repository
Class Select
java.lang.Object
org.nuxeo.ecm.directory.sql.repository.Select
- All Implemented Interfaces:
- Serializable
public class Select
- extends Object
- implements Serializable
A SELECT
statement.
- Author:
- Florent Guillaume
- See Also:
- Serialized Form
Constructor Summary |
Select(org.hibernate.dialect.Dialect dialect)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Select
public Select(org.hibernate.dialect.Dialect dialect)
setWhat
public void setWhat(String what)
setFrom
public void setFrom(String from)
setWhere
public void setWhere(String where)
setGroupBy
public void setGroupBy(String groupBy)
setOrderBy
public void setOrderBy(String orderBy)
getStatement
public String getStatement()
Copyright © 2010 Nuxeo SAS. All Rights Reserved.