Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

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

When to use or not use iterator() in the django ORM

What ORMs work well with Scala? [closed]

database orm scala

Enum in Hibernate, persisting as an enum

java mysql hibernate orm enums

How to get an array with column names of a table

I found JPA, or alike, don't encourage DAO pattern

java hibernate orm jpa dao

Doing an "IN" query with Hibernate

java hibernate orm jpa jpql

Laravel Eloquent Filter By Column of Relationship

orm laravel-4 eloquent

Sequelize.js foreign key

mysql node.js orm sequelize.js

SINGLE_TABLE inheritance strategy using enums as discriminator value

java hibernate orm jpa enums

how to configure hibernate config file for sql server

Entity Framework options to map list of strings or list of int (List<string>)

@OneToMany without inverse relationship and without a join table?

Laravel Eloquent sort by relation table column

php orm laravel eloquent

How to map a map JSON column to Java Object with JPA

java json jpa orm

Versioning in SQL Tables - how to handle it?

sql orm versioning