Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

How do transactions work in nhibernate?

c# nhibernate orm

Micro-ORM for .Net 2.0? [closed]

c# orm asp.net-2.0

Android GreenDao - Delete cached objects of a specific entity only

android orm greendao

Doctrine multiple OneToMany/ManyToOne bidirectional Integrity constraint violation

Symfony2 Doctrine ORM Composite Primary Keys

Mapping Enum to string column with custom SqlMapper.ITypeHandler - Dapper

c# orm enums dapper

How to remove an association on the fly in CakePHP v3

cakephp orm cakephp-3.0

JPA @TableGenerator shared between multiple entities

java hibernate orm jpa

ORM mapper for windows 7 phone

Modular applications with Entity Framework Code Only and ASP.NET MVC

NHibernate - returning complex object from sql function

Doctrine ORM table with schema annotation

php orm doctrine-orm

Django ORM & Unit of Work

How to persist an entity from an non-entity subclass in Hibernate

Java ORM: Multiple (interface) inheritance

FuelPHP update of ORM results in " instead of " sporadically

php mysql orm fuelphp

JPA many to many merge on the owner triggers delete on join table

Can you use Dapper to refresh existing object references rather than always returning new ones?

c# orm dapper

Sequelize js how to get average (aggregate) of associated model

Django QuerySet .defer() problem - bug or feature?