8000 GitHub - discoy/Ahiber: android sqlite operate like hibernate
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

discoy/Ahiber

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

Ahiber is android lib for sqlite.This lib use the hibernate tech to depart the db code from the java code,so if you are db manager you can't need to
care about the java logic,what you should do is write a effective db code for java coder.

All db code will be put in *.xml files and java coder should define the method which used in java code,then the db coder should impments the
method in *.xml.Ahiber will load all *.xml files and find the method in the file(the *.xml format will be descript in Ahiber/readme.txt).
Reflect will be used to map relation to object and annotaion will be used to map object property to field in db

This lib will use lib_utils so you should add below code in your gradle file

<b>
 compile project(':lib_utils')
</b>

About

android sqlite operate like hibernate

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0