Skip to content

@BindSqlPageSize

xcesco edited this page May 2, 2018 · 3 revisions

This annotation is used, in SQL select method in a DAO definition, to define at runtime the page size for a query with a paginated result.

@BindSqlSelect(orderBy="name")
PaginatedResult<Person> select(@BindSqlPageSize int pageSize);

The type parameter can be int or long.

Table of Contents

Query definition

Features

Relations

Multithread supports

Modularization

Annotations for data convertion

Annotations for SQLite ORM

Annotations for shared preferences

Clone this wiki locally