Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Can I use hibernate query language for entities not mapped to a table?

mysql sql hibernate orm hql

Doing "group by" in django but still retaining complete object

python sql django orm

too many connections using eloquent orm and mysql

php mysql orm eloquent slim

Can I set an entity relation with just the ID?

jQuery Autocomplete field in Symfony2 with the formType and Doctrine2

forms orm symfony doctrine-orm

Cannot associate models in a Schema (postgresql) using Sequelize

Django queryset with annotate, why is GROUP BY applied to all fields?

python sql django postgresql orm

Using Doctrine and Symfony to create Polymorphic like associations

orm doctrine-orm symfony

Best way to organize the folders containing the SQLAlchemy models [closed]

python orm sqlalchemy

How do I left join tables in unidirectional many-to-one in Hibernate?

java hibernate orm many-to-one

What multinlingual database support for Django 1.3?

Data persistency of scientific simulation data, Mongodb + HDF5?

Hibernate - sqlQuery map redundant records while using JOIN on OneToMany

java sql database hibernate orm

Django: Default value in Database, not just ORM

How to use second level cache for lazy loaded collections in Hibernate?

Java equivalent for database schema changes like South for Django?