Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

What to do with queries which don´t have a representation in a domain model?

orm

How to load a one-to-many relationship in Data Mapper?

Merits of .NET ORM data access methods Enity Framework vs. NHibernate vs. Subsonic vs. ADO.NET Datasets

.net orm data-access-layer

When to use Hibernate?

hibernate orm

Hibernate auto increment field for multiple databases

java mysql hibernate orm

why is Hibernate selecting same columns twice?

java hibernate orm

How can I change the name of the self-referential many-to-many set using hibernate.reveng.xml?

How to Migrate from Plain Entities to Self-Tracking Entities? [closed]

c# .net orm entity-framework-4

Lazy-loading library?

java orm lazy-loading

Linq 2 Sql - How to design proper repository, controller and view-model flow with entity inheritance

Mongodb/Mongoose in Node.js. Finding by id of the nested document

Can I control the GROUP BY in django 1.3's orm?

Duplicate field name problem in a nested multi-mapping Dapper pagination query

c# .net orm dapper

Which is the fastest performing way to avoid n+1 issues and why?

JPA Returns null when query.getSingleResult() is returned directly

java hibernate jpa orm

AbstractRoutingDataSource + JPA won't create table except defaultTargetDataSource

java spring hibernate orm

Is there a Ruby ORM that uses plain ruby objects and doesn't require you to inherit from a base class?

php orm powerful enough?

php orm

How does DBIx::Class handle boolean values?