Portable lightweight java orm framework for Android

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.

+3
java android portability frameworks orm
Aug 25 2018-10-10T00:
source share

No one has answered this question yet.

See similar questions:

55
Is Hibernate redundant for an Android app?

or similar:

6170
Is Java pass-by-reference or pass-by-value?
3799
How do I read / convert an InputStream to a string in Java?
3606
Close / hide Android soft keyboard
3324
How to generate random integers in a specific range in Java?
3295
Why is the Android emulator so slow? How can we speed up Android emulator development?
3288
Correct use cases for Android UserManager.isUserAGoat ()?
3044
Creating a memory leak using Java
2609
Is there a unique identifier for an Android device?
1491
What is the "N + 1 selection problem" in ORM (Object Relational Mapping)?
1348
How to "add existing frames" in Xcode 4?



All Articles