Android Open Source - Database library LikeOrm






Project Summary

Simple orm like lib for android.

Web Site / Source Repository

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.

Project Detail

The following table is the detailed list of LikeOrm.

ItemValue
Java File Count31
Activity Count1
Required Permissionsandroid.permission.WRITE_EXTERNAL_STORAGE

Java Source Files

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