New posts in orm

What is the difference between an ORM and an ODM?

Bypass GeneratedValue in Hibernate (merge data not in db?)

Bulk insert with SQLAlchemy ORM

How to select a record and update it, with a single queryset in Django?

Hibernate vs JPA vs JDO - pros and cons of each? [closed]

What is the difference between fetch="EAGER" and fetch="LAZY" in doctrine

When and why JPA entities should implement the Serializable interface?

org.hibernate.MappingException: Could not determine type for: java.util.List, at table: College, for columns: [org.hibernate.mapping.Column(students)]

Doctrine - How to print out the real sql, not just the prepared statement?

Get the Query Executed in Laravel 3/4

Difference Between One-to-Many, Many-to-One and Many-to-Many?

How to persist a property of type List<String> in JPA?

How to query between two dates using Laravel and Eloquent?

SQLAlchemy: engine, connection and session difference

JPQL Create new Object In Select Statement - avoid or embrace?

What is the difference between persist() and merge() in JPA and Hibernate?

Filter by property

Map enum in JPA with fixed values?

How to select specific columns in laravel eloquent

Is there a way to call a stored procedure with Dapper?