New posts in orm

Entity Framework and MongoDb

Why use JPA instead of writing the SQL query using JDBC?

ORM for DELPHI win32

JPA: Implementing Model Hierarchy - @MappedSuperclass vs. @Inheritance

SQLAlchemy ManyToMany secondary table with additional fields

What are the advantages of using an ORM? [closed]

What is the difference between @ManyToOne(optional=false) vs. @Column(nullable=false)

How does Hibernate detect dirty state of an entity object?

Django "Cannot add or update a child row: a foreign key constraint fails"

Having Separate Domain Model and Persistence Model in DDD

Dapper.Rainbow VS Dapper.Contrib

Connecting postgresql with sqlalchemy

JPA CriteriaBuilder - How to use "IN" comparison operator

Hibernate - why use many-to-one to represent a one-to-one?

What do scale and precision mean when specifying a decimal field type in Doctrine 2?

How do I properly cascade save a one-to-one, bidirectional relationship on primary key in Hibernate 3.6

How to limit columns returned by Django query?

FLOW3 action parameters and arrays of objects

A list of Entity Framework providers for various databases [closed]

Get the last insert id with doctrine 2?