Android Open Source - Database orm Ahibernate






Project Summary

a light-weight orm for android..

Web Site / Source Repository

Ahibernate is hosted in the following web site
https://github.com/MadeInChina/Ahibernate

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

ItemValue
Java File Count27
Activity Count0
Test Case Count1

Java Source Files

Ahibernate has the following Java source files.

com.hrw.framework.ahibernate.annotation.AnnotationReader.java
com.hrw.framework.ahibernate.annotation.Column.java
com.hrw.framework.ahibernate.annotation.Id.java
com.hrw.framework.ahibernate.annotation.OneToMany.java
com.hrw.framework.ahibernate.annotation.Table.java
com.hrw.framework.ahibernate.builder.EntityBuilder.java
com.hrw.framework.ahibernate.cfg.ColumnsBuilder.java
com.hrw.framework.ahibernate.cfg.Configuration.java
com.hrw.framework.ahibernate.cfg.TableBuilder.java
com.hrw.framework.ahibernate.dao.AhibernateDao.java
com.hrw.framework.ahibernate.exceptions.AhibernateException.java
com.hrw.framework.ahibernate.exceptions.InsertException.java
com.hrw.framework.ahibernate.exceptions.MappingException.java
com.hrw.framework.ahibernate.mapping.Column.java
com.hrw.framework.ahibernate.mapping.Table.java
com.hrw.framework.ahibernate.sql.Delete.java
com.hrw.framework.ahibernate.sql.Insert.java
com.hrw.framework.ahibernate.sql.InsertBuilder.java
com.hrw.framework.ahibernate.sql.InsertNew.java
com.hrw.framework.ahibernate.sql.Operate.java
com.hrw.framework.ahibernate.sql.Select.java
com.hrw.framework.ahibernate.sql.Update.java
com.hrw.framework.ahibernate.table.TableInfo.java
com.hrw.framework.ahibernate.table.TableUtils.java
com.hrw.framework.ahibernate.util.ConfigHelper.java
com.hrw.framework.ahibernate.util.ReflectHelper.java
com.hrw.framework.ahibernate.util.XMLHelper.java