Hibernate requires next to zero configuration if you use annotations. It even can auto-discover mapped beans in the classpath! I don’t see any alternative to it from both simplicity and power point of view.
It can also expose itself as JPA, which is (IMHO) even simpler.
Related Contents:
- Simple export and import of a SQLite database on Android
- proper hibernate annotation for byte[]
- Why do I need Transaction in Hibernate for read-only operations?
- What is the easiest way to ignore a JPA field during persistence?
- Hibernate and no PK
- Hibernate saveOrUpdate behavior
- Save child objects automatically using JPA Hibernate
- Filling combobox from database by using hibernate in Java
- @GeneratedValue polymorphic abstract superclass over MySQL
- Getting [SQLITE_BUSY] database file is locked with select statements
- Android: Cannot perform this operation because the connection pool has been closed
- Does Hibernate Fully Support SQLite?
- JPA GenerationType.AUTO not considering column with auto increment
- What is the MariaDB dialect class name for Hibernate?
- JPA JoinColumn vs mappedBy
- How to fix the Hibernate “object references an unsaved transient instance – save the transient instance before flushing” error
- What are the differences between the different saving methods in Hibernate?
- What is lazy loading in Hibernate?
- Wrong ordering in generated table in jpa
- How can I log SQL statements in Spring Boot?
- SQLite in Android How to update a specific row
- How do synchronized static methods work in Java and can I use it for loading Hibernate entities?
- Spring Boot – Handle to Hibernate SessionFactory
- JPA Hibernate One-to-One relationship
- How to solve circular reference in json serializer caused by hibernate bidirectional mapping?
- Hibernate criteria: Joining table without a mapped association
- Correct use of flush() in JPA/Hibernate
- Hibernate: flush() and commit()
- Hibernate Auto Increment ID
- what is @JoinColumn and how it is used in Hibernate
- How to get all table names from a database?
- How to escape reserved words in Hibernate’s HQL
- What is the difference between CascadeType.REMOVE and orphanRemoval in JPA?
- How to populate JTable from ResultSet?
- Automatic reserved word escaping for Hibernate tables and columns
- Spring + Hibernate : a different object with the same identifier value was already associated with the session
- Hibernate recursive many-to-many association with the same entity
- Hibernate/persistence without @Id
- Hibernate count collection size without initializing
- Hibernate: best practice to pull all lazy collections
- Hibernate/JPA DB Schema Generation Best Practices
- Hibernate Group by Criteria Object
- Primitive or wrapper for hibernate primary keys
- How to perform a non-polymorphic HQL query in Hibernate?
- Hibernate Named Query Order By parameter
- Refresh and fetch an entity after save (JPA/Spring Data/Hibernate)
- Persist collection of interface using Hibernate
- How to add Distinct in Hibernate Criteria
- hibernate 4 and joda-time
- Create session factory in Hibernate 4