Android Open Source - Database orm orm-android






Project Summary

An ORM for Android inspired by SQLAlchemy.

Web Site / Source Repository

orm-android is hosted in the following web site
https://github.com/mdellavo/orm-android

If you think the Android project orm-android 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 orm-android.

ItemValue
Java File Count27
Target SDK Version19
Minimum SDK Version8
Activity Count0
Test Case Count1




Java Source Files

orm-android has the following Java source files.

org.quuux.orm.Clause.java
org.quuux.orm.Column.java
org.quuux.orm.Connection.java
org.quuux.orm.CountListener.java
org.quuux.orm.CountTask.java
org.quuux.orm.Database.java
org.quuux.orm.DeleteTask.java
org.quuux.orm.Entity.java
org.quuux.orm.FetchListener.java
org.quuux.orm.FetchTask.java
org.quuux.orm.FlushListener.java
org.quuux.orm.FlushTask.java
org.quuux.orm.Func.java
org.quuux.orm.Literal.java
org.quuux.orm.Log.java
org.quuux.orm.Query.java
org.quuux.orm.QueryBuilder.java
org.quuux.orm.QueryListener.java
org.quuux.orm.QueryTask.java
org.quuux.orm.Relation.java
org.quuux.orm.RelationBuilder.java
org.quuux.orm.ScalarListener.java
org.quuux.orm.ScalarTask.java
org.quuux.orm.SchemaBuilder.java
org.quuux.orm.Session.java
org.quuux.orm.Table.java
org.quuux.orm.util.QueryAdapter.java