Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

CodeIgniter, models, and ORM, how to deal with this?

php codeigniter orm

Primitive or wrapper for hibernate primary keys

java hibernate orm

How to make Django QuerySet bulk delete() more efficient

python django orm

Mapping enum types with Hibernate Annotations

Entity Framework/MVC3: temporarily disable validation

Any Postgres compatible ORM for Node.js? [closed]

postgresql orm node.js

When inserting an entity with associations, is there a way to just use the FK instead of retrieving the entity?

php orm doctrine doctrine-orm

Laravel Eloquent ORM - Many to Many Delete Pivot Table Values left over

What does persistence object means in Hibernate architecture?

java hibernate orm persistence

ASP.NET MVC - Database entities or ViewModels?

Why are composite keys discouraged in hibernate?

Does JPA support mapping to sql views?

java sql orm jpa view

Code-First or Database-First, how to choose?

.net database orm

Eager , Lazy and explicit loading in EF6

Latest Dapper VS Entity Framework 6 performance considerations

How do I properly cascade save a one-to-one, bidirectional relationship on primary key in Hibernate 3.6

java hibernate orm jpa jpa-2.0

django select_related - when to use it

Bulk update in SQLAlchemy Core using WHERE

python orm sqlalchemy

How to update sqlalchemy orm object by a python dict

python orm sqlalchemy

How to return dynamic types List<dynamic> with Dapper ORM

c# .net orm dapper