Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tutorials for using Hibernate in Android? [closed]

Could someone point out good tutorials/books for learning how to use/configure Hibernate in Android ?

like image 804
Sergio Avatar asked Jan 27 '12 12:01

Sergio


People also ask

Can I use Hibernate with Android?

AFAIK, Hibernate does not work on Android. Hibernate is designed for servers and JDBC, not Android devices and on-board SQLite.

Is Hibernate still used?

No, there is no way that Hibernate is deprecated. There is the JPA which is a persistence specification and Hibernate implements it. Also Hibernate has its own advanced features that JPA does not have and that's why Hibernate is the main source of new features that are added to the JPA standard.

What happens when you Hibernate an app?

The App Hibernation system service optimizes a user's infrequently used apps for storage and prevents those apps from running in the background. To achieve these results, when we hibernate an app, we specifically: Auto-revoke permissions. Force-Stop the app.


1 Answers

AFAIK, Hibernate does not work on Android. Hibernate is designed for servers and JDBC, not Android devices and on-board SQLite.

Please see:

  • Is Hibernate an overkill for an Android application?
  • Any good ORM tools for Android development?
like image 170
CommonsWare Avatar answered Nov 13 '22 21:11

CommonsWare