New posts in orm

Life without JOINs... understanding, and common practices

Best way to model Customer <--> Address

Eager , Lazy and explicit loading in EF6

Detach an entity from JPA/EJB3 persistence context

Hibernate sequence on oracle, @GeneratedValue(strategy = GenerationType.AUTO)

How To Define a JPA Repository Query with a Join

Where condition for joined table in Sequelize ORM

Difference between @GeneratedValue and @GenericGenerator

Get DateTime as UTC with Dapper

How can I design a Java web application without an ORM and without embedded SQL [closed]

difference between objects.create() and object.save() in django orm

.net ORM Comparison [closed]

belongsTo vs hasMany in Sequelize.js

What is the best way to improve performance of NHibernate? [closed]

Accelerate bulk insert using Django's ORM?

Hibernate: MyInterceptor#onFlushDirty is never called

How to implement batch fetching with Fluent NHibernate when working with Oracle?

Unable to create requested service [org.hibernate.engine.jdbc.env.spi.JdbcEnvironment]

Difference between @Size, @Length and @Column(length=value) when using JPA and Hibernate

Is it possible to dynamically define column names in Hibernate / JPA?