Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Hibernate @ElementCollection - Better solution needed

java hibernate orm jpa

How do I set a specific value for an attribute of a model every time I save it on Django?

python django orm

How can I orderby in schema.yml doctrine symfony 1.4

Django .get() raises DoesNotExist error without explicit '__exact' lookup

django orm

sqlalchemy foreign keys / query joins

python orm sqlalchemy pyramid

Eclipselink entity mappings cache

How to fetch only one kind of entities while using inheritance in hibernate?

Hibernate/JPA, save a new entity while only setting id on @OneToOne association

java database hibernate jpa orm

Use Postgres Array Column for Rails Many-to-Many Relationship

Multiple SequenceGenerator in Hibernate Entity

Extra fields on intermediate table for Peewee ManyToMany relation

python-3.x orm peewee

Doctrine2 update only using objects

php orm doctrine-orm

SQLAlchemy configuring many-to-many relationship to self using Association

ORM - rejection error: column "id" does not exist

Propel: selecting columns from aliased join tables

php mysql sql orm propel

How can I build a 'has-many-through' relation linking more than 2 models?