Simple orm like lib for android.
LikeOrm is hosted in the following web site
https://github.com/nrudenko/LikeOrm
If you think the Android project LikeOrm listed in this page is inappropriate, such as containing malicious code/tools or violating the copyright, please email info at java2s dot com, thanks.
The following table is the detailed list of LikeOrm.
Item | Value |
---|---|
Java File Count | 31 |
Activity Count | 1 |
Required Permissions | android.permission.WRITE_EXTERNAL_STORAGE |
LikeOrm has the following Java source files.
com.github.nrudenko.orm.AsyncQueryHandler.java com.github.nrudenko.orm.CursorUtil.java com.github.nrudenko.orm.LikeOrmContentProvider.java com.github.nrudenko.orm.LikeOrmSQLiteOpenHelper.java com.github.nrudenko.orm.LikeOrmUriHelper.java com.github.nrudenko.orm.MetaDataParser.java com.github.nrudenko.orm.QueryBuilder.java com.github.nrudenko.orm.QueryCursorLoader.java com.github.nrudenko.orm.ReflectionUtils.java com.github.nrudenko.orm.Scheme.java com.github.nrudenko.orm.annotation.DbColumn.java com.github.nrudenko.orm.annotation.DbSkipField.java com.github.nrudenko.orm.annotation.Table.java com.github.nrudenko.orm.annotation.VirtualColumn.java com.github.nrudenko.orm.commons.Column.java com.github.nrudenko.orm.example.DatabaseHelper.java com.github.nrudenko.orm.example.MainActivity.java com.github.nrudenko.orm.example.SimpleContentProvider.java com.github.nrudenko.orm.example.model.Attach.java com.github.nrudenko.orm.example.model.ExampleModel.java com.github.nrudenko.orm.example.model.Message.java com.github.nrudenko.orm.sql.ASC.java com.github.nrudenko.orm.sql.COUNT.java com.github.nrudenko.orm.sql.ColumnSql.java com.github.nrudenko.orm.sql.DESC.java com.github.nrudenko.orm.sql.MAX.java com.github.nrudenko.orm.sql.SUM.java com.github.nrudenko.orm.sql.SortOrder.java com.github.nrudenko.orm.sql.TableJoin.java