Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Is using DTO's and Entities breach of DRY principle?

c# orm dry automapper

Seam 2.x and Hibernate 3.5?

hibernate orm jpa seam jpa-2.0

Combining delete-orphan with a where condition

Hibernate - map object that belongs to two other objects (object with 2 parents)

java hibernate orm

NHibernate via Nuget

nhibernate orm nuget

DDD: the Repository contract

Using REGEXP in Doctrine 2.x ORM

php orm doctrine doctrine-orm

Sequel model over two joined tables

ruby orm model left-join sequel

DBIx::Class example

perl orm catalyst dbix-class

nested resources in django tastypie

python django orm tastypie

Symfony/Doctrine : getJoinTableName() must be of the type array, null given

php orm doctrine-orm symfony

Room ORM enum type converter error

android enums orm android-room

Django ORM: How can I filter based on an annotation timedelta result

django orm django-queryset

ORMs are to RDBMSs as xxx is to OLAP cubes? Does xxx exist?

.net orm rdbms olap

How do I configure NHibernate (or Fluent NHib) to add a table name prefix to all table names?

Hibernate @PostLoad never gets invoked

java hibernate orm

Is Entity Framework Overkill for Web Applications?

How do I print out the table name of a sequelize instance?

SQLAlchemy (ORM) vs. raw SQL queries [duplicate]

python sql orm sqlalchemy

Laravel Eloquent vs query builder - Why use eloquent to decrease performance [closed]