com.liferay.portal.dao.orm.hibernate
Class SQLQueryImpl
java.lang.Object
com.liferay.portal.dao.orm.hibernate.SQLQueryImpl
- All Implemented Interfaces:
- Query, SQLQuery
public class SQLQueryImpl
- extends Object
- implements SQLQuery
Constructor Summary |
SQLQueryImpl(org.hibernate.SQLQuery sqlQuery)
|
Method Summary |
SQLQuery |
addEntity(String alias,
Class<?> entityClass)
|
SQLQuery |
addScalar(String columnAlias,
Type type)
|
int |
executeUpdate()
|
Iterator |
iterate()
|
Iterator |
iterate(boolean unmodifiable)
|
List |
list()
|
List |
list(boolean unmodifiable)
|
ScrollableResults |
scroll()
|
Query |
setBoolean(int pos,
boolean value)
|
Query |
setCacheable(boolean cacheable)
|
Query |
setCacheMode(CacheMode cacheMode)
|
Query |
setCacheRegion(String cacheRegion)
|
Query |
setDouble(int pos,
double value)
|
Query |
setFirstResult(int firstResult)
|
Query |
setFloat(int pos,
float value)
|
Query |
setInteger(int pos,
int value)
|
Query |
setLong(int pos,
long value)
|
Query |
setMaxResults(int maxResults)
|
Query |
setSerializable(int pos,
Serializable value)
|
Query |
setShort(int pos,
short value)
|
Query |
setString(int pos,
String value)
|
Query |
setTimestamp(int pos,
Timestamp value)
|
Object |
uniqueResult()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SQLQueryImpl
public SQLQueryImpl(org.hibernate.SQLQuery sqlQuery)
addEntity
public SQLQuery addEntity(String alias,
Class<?> entityClass)
- Specified by:
addEntity
in interface SQLQuery
addScalar
public SQLQuery addScalar(String columnAlias,
Type type)
- Specified by:
addScalar
in interface SQLQuery
executeUpdate
public int executeUpdate()
throws ORMException
- Specified by:
executeUpdate
in interface Query
- Throws:
ORMException
iterate
public Iterator iterate()
throws ORMException
- Specified by:
iterate
in interface Query
- Throws:
ORMException
iterate
public Iterator iterate(boolean unmodifiable)
throws ORMException
- Specified by:
iterate
in interface Query
- Throws:
ORMException
list
public List list()
throws ORMException
- Specified by:
list
in interface Query
- Throws:
ORMException
list
public List list(boolean unmodifiable)
throws ORMException
- Specified by:
list
in interface Query
- Throws:
ORMException
scroll
public ScrollableResults scroll()
throws ORMException
- Specified by:
scroll
in interface Query
- Throws:
ORMException
setBoolean
public Query setBoolean(int pos,
boolean value)
- Specified by:
setBoolean
in interface Query
setCacheable
public Query setCacheable(boolean cacheable)
- Specified by:
setCacheable
in interface Query
setCacheMode
public Query setCacheMode(CacheMode cacheMode)
- Specified by:
setCacheMode
in interface Query
setCacheRegion
public Query setCacheRegion(String cacheRegion)
- Specified by:
setCacheRegion
in interface Query
setDouble
public Query setDouble(int pos,
double value)
- Specified by:
setDouble
in interface Query
setFirstResult
public Query setFirstResult(int firstResult)
- Specified by:
setFirstResult
in interface Query
setFloat
public Query setFloat(int pos,
float value)
- Specified by:
setFloat
in interface Query
setInteger
public Query setInteger(int pos,
int value)
- Specified by:
setInteger
in interface Query
setLong
public Query setLong(int pos,
long value)
- Specified by:
setLong
in interface Query
setMaxResults
public Query setMaxResults(int maxResults)
- Specified by:
setMaxResults
in interface Query
setSerializable
public Query setSerializable(int pos,
Serializable value)
- Specified by:
setSerializable
in interface Query
setShort
public Query setShort(int pos,
short value)
- Specified by:
setShort
in interface Query
setString
public Query setString(int pos,
String value)
- Specified by:
setString
in interface Query
setTimestamp
public Query setTimestamp(int pos,
Timestamp value)
- Specified by:
setTimestamp
in interface Query
uniqueResult
public Object uniqueResult()
throws ORMException
- Specified by:
uniqueResult
in interface Query
- Throws:
ORMException