Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Hibernate recursive query

java hibernate orm recursion hql

Hibernate generating SQL queries when accessing associated entity's id

Avoiding N+One selects and Invalid results from eclipselink with batch read

java orm eclipselink

SQLite support in SORM?

scala orm sorm

Hibernate does not load one to many relationships sets even with eager fetch

Using Green DAO with content provider

how to override django save method to update some field dynamically?

python django orm

Dynamic class_name for has_many relations

Code generator vs ORM

orm ado.net code-generation

SQLAlchemy declarative property from join (single attribute, not whole object)

How do I extend a SQLAlchemy bound declarative model with extra methods?

python orm sqlalchemy

Filter SQLAlchemy query result object's one-to-many attribute

Handling SQL constraint exceptions in Odoo ORM

DDD: subclasses & root entities

Do I really need an ORM?

Are there any ORM frameworks for Web SQL (javascript)? [closed]

javascript sql orm

Which PHP ORM works best with Zend Framework?

php zend-framework orm

Which java ORM is suitable for android OS and support lazy list? [closed]

android sqlite orm

What replaces the MVC pattern in functional programming?

Does Dapper's IEnumerable<T> have deferred or immediate execution?