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:
- The framework must be on java2me
- Must run on android, android wraps database connection so connection is not directly accessible and some frameworks use the connection.
- Must be portable
Any help will be great.