Are there any good ORMs (preferably JPA implementations) that support SQLLite (on Android)?

Posted by yamsha on Stack Overflow See other posts from Stack Overflow or by yamsha
Published on 2010-06-15T13:09:27Z Indexed on 2010/06/15 13:12 UTC
Read the original article Hit count: 182

Filed under:
|
|
|
|

I found a post from a while ago that addresses a similar question but I think it's a bit outdated. I realize implementations of JPA tend to be more on the heavy/dense side, so if you know of any lightweight (non-JPA) ORMs I'll most certainly appreciate your input. I did see the answer about ActiveAndroid in the other post and am curious to know if anyone tried it out.

© Stack Overflow or respective owner

Related posts about java

Related posts about android