Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

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?

cannot resolve property when criteria refers to a embedded property

What is the equivalent of a repository for writing tasks in doctrine?

Hibernate: Many to many joined inheritance strategy approach

Django Managers - Retrieving objects with non-empty set of related objects

django orm