Skip to content

@BindSqlParam

xcesco edited this page Apr 7, 2018 · 3 revisions

This annotation allows changing column name associated to a specific Java class field. The unique attribute is value and it is used to specify the column name associated to the annotated field. Before new name will be used, it is converted from upper camel case format to lower underscore case format.

See example done for @BindSqlInsert.

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