|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portal.dao.orm.jpa.QueryImpl
com.liferay.portal.dao.orm.jpa.SQLQueryImpl
public class SQLQueryImpl
| Field Summary |
|---|
| Fields inherited from class com.liferay.portal.dao.orm.jpa.QueryImpl |
|---|
entityClass, firstResult, flushModeType, maxResults, parameterMap, queryString, sessionImpl, sqlQuery |
| Constructor Summary | |
|---|---|
SQLQueryImpl(SessionImpl sessionImpl,
java.lang.String queryString)
|
|
| Method Summary | |
|---|---|
com.liferay.portal.kernel.dao.orm.SQLQuery |
addEntity(java.lang.String alias,
java.lang.Class<?> entityClass)
|
com.liferay.portal.kernel.dao.orm.SQLQuery |
addScalar(java.lang.String columnAlias,
com.liferay.portal.kernel.dao.orm.Type type)
|
java.util.List<?> |
list(boolean unmodifiable)
|
java.lang.Object |
uniqueResult()
|
| Methods inherited from class com.liferay.portal.dao.orm.jpa.QueryImpl |
|---|
executeUpdate, iterate, iterate, list, scroll, setBoolean, setCacheable, setCacheMode, setCacheRegion, setDouble, setFirstResult, setFloat, setFlushMode, setInteger, setLong, setMaxResults, setSerializable, setShort, setString, setTimestamp |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface com.liferay.portal.kernel.dao.orm.Query |
|---|
executeUpdate, iterate, iterate, list, scroll, setBoolean, setCacheable, setCacheMode, setCacheRegion, setDouble, setFirstResult, setFloat, setInteger, setLong, setMaxResults, setSerializable, setShort, setString, setTimestamp |
| Constructor Detail |
|---|
public SQLQueryImpl(SessionImpl sessionImpl,
java.lang.String queryString)
| Method Detail |
|---|
public com.liferay.portal.kernel.dao.orm.SQLQuery addEntity(java.lang.String alias,
java.lang.Class<?> entityClass)
addEntity in interface com.liferay.portal.kernel.dao.orm.SQLQuery
public com.liferay.portal.kernel.dao.orm.SQLQuery addScalar(java.lang.String columnAlias,
com.liferay.portal.kernel.dao.orm.Type type)
addScalar in interface com.liferay.portal.kernel.dao.orm.SQLQuery
public java.util.List<?> list(boolean unmodifiable)
throws com.liferay.portal.kernel.dao.orm.ORMException
list in interface com.liferay.portal.kernel.dao.orm.Querylist in class QueryImplcom.liferay.portal.kernel.dao.orm.ORMException
public java.lang.Object uniqueResult()
throws com.liferay.portal.kernel.dao.orm.ORMException
uniqueResult in interface com.liferay.portal.kernel.dao.orm.QueryuniqueResult in class QueryImplcom.liferay.portal.kernel.dao.orm.ORMException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||