New posts in orm

NHibernate vs LINQ to SQL

Why does Hibernate require no argument constructor?

How Pony (ORM) does its tricks?

Hibernate - @ElementCollection - Strange delete/insert behavior

How to map calculated properties with JPA and Hibernate

I found JPA, or alike, don't encourage DAO pattern

How to solve the LazyInitializationException when using JPA and Hibernate

JPQL IN clause: Java-Arrays (or Lists, Sets...)?

Why should you use an ORM? [closed]

flask-sqlalchemy or sqlalchemy

Hibernate Error: org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session

PHP ORMs: Doctrine vs. Propel

What's the use of session.flush() in Hibernate

Trim String In Automapper

JPA/Hibernate Native Queries do not recognize Parameters

Do Hibernate table classes need to be Serializable?

SQLAlchemy: how to filter date field?

Unable to insert a row in SQL Server table using Python SQLAlchemy (PK not set as IDENTITY) [duplicate]

What is Persistence Context?

Storing a Map<String,String> using JPA