New posts in orm

What is the solution for the N+1 issue in JPA and Hibernate?

What is lazy loading in Hibernate?

What are some good Python ORM solutions? [closed]

Performing Inserts and Updates with Dapper

What is an ORM, how does it work, and how should I use one? [closed]

What is the "owning side" in an ORM mapping?

Hibernate throws org.hibernate.AnnotationException: No identifier specified for entity: com..domain.idea.MAE_MFEView

Django queries - id vs pk

Entity Framework .Remove() vs. .DeleteObject()

How to fix org.hibernate.LazyInitializationException - could not initialize proxy - no Session

Add a custom attribute to a Laravel / Eloquent model on load?

Do I need <class> elements in persistence.xml?

Get Specific Columns Using “With()” Function in Laravel Eloquent

Using an ORM or plain SQL? [closed]

Hibernate Annotations - Which is better, field or property access?

What Java ORM do you prefer, and why? [closed]

Any good ORM tools for Android development? [closed]

How to map an entity field whose name is a reserved word in JPA

Doctrine2: Best way to handle many-to-many with extra columns in reference table

Laravel - Eloquent "Has", "With", "WhereHas" - What do they mean?