I am developing a portable library in Java that will work on a mobile device (Android, BlackBerry), and I am looking for a lightweight ORM structure that I can use. Here is a list of the ORM frameworks I found on Google. I used only sleep mode and I am not familiar with most of them, so any advice, which ORM framework should I use? Here are my requirements:
- The structure should be in java2me
- It should work on android, the connection to the Android database is disconnected, so the connection is not directly accessible, and some frameworks use the connection.
- Must be portable
Any help would be great.
java android portability frameworks orm
Mojo Risin Aug 25 2018-10-10T00: 00Z
source share