LimitQuery

org.beangle.data.dao.LimitQuery
trait LimitQuery[T] extends Query[T]

LimitQuery interface.

Attributes

Graph
Supertypes
trait Query[T]
class Object
trait Matchable
class Any
Known subtypes
class QueryBean[T]

Members list

Concise view

Value members

Abstract methods

getCountQuery

getCountQuery

Attributes

Returns:

a { @link org.beangle.data.dao.query.Query} object.

def limit: PageLimit

getLimit

getLimit

Attributes

Returns:

a { @link org.beangle.commons.collection.page.PageLimit} object.

def limit(limit: PageLimit): LimitQuery[T]

Set limit

Set limit

Attributes

limit

a { @link org.beangle.commons.collection.page.PageLimit} object.

Returns:

a { @link org.beangle.data.dao.query.LimitQuery} object.

Inherited methods

def cacheable: Boolean

Attributes

Inherited from:
Query
def lang: Lang

Attributes

Inherited from:
Query
def params: Map[String, Any]

Attributes

Inherited from:
Query
def statement: String

Attributes

Inherited from:
Query