New posts in orm

JPA: How to have one-to-many relation of the same Entity type

Efficiently updating database using SQLAlchemy ORM

How to make join queries using Sequelize on Node.js

Why do we need entity objects? [closed]

JPA CascadeType.ALL does not delete orphans

How to Make Laravel Eloquent "IN" Query?

How do I map lists of nested objects with Dapper

LINQ To Entities does not recognize the method Last. Really?

How to remove entity with ManyToMany relationship in JPA (and corresponding join table rows)?

Unique fields that allow nulls in Django

Is it possible to delete last n records of a django model in one/minimum database query?

How to limit contained associations per record/group?

How to set a default entity property value with Hibernate

How to map a PostgreSQL array with Hibernate

How should equals and hashcode be implemented when using JPA and Hibernate

What's the difference between JPA and Spring Data JPA?

How to annotate MYSQL autoincrement field with JPA annotations

ORM Entities vs. Domain Entities under Entity Framework 6.0

What is the difference between Unidirectional and Bidirectional JPA and Hibernate associations?

What is choice_set in this Django app tutorial?