portable lightweight java orm framework for android [closed]

寵の児 提交于 2019-12-12 14:44:17

问题


I am developing a portable library on Java which will run on mobile device (android, blackberry) and I am looking for a lightweight ORM framework that i can use. Here is a list of ORM frameworks I found from Google. I've used only hibernate and I'm not familiar with most of them so any advice on which ORM framework I should use? Here are my requirements:

  1. The framework must be on java2me
  2. Must run on android, android wraps database connection so connection is not directly accessible and some frameworks use the connection.
  3. Must be portable

Any help will be great.

来源:https://stackoverflow.com/questions/3563945/portable-lightweight-java-orm-framework-for-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!