Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Filter by property

python django orm

How Pony (ORM) does its tricks?

How to map calculated properties with JPA and Hibernate

JPQL IN clause: Java-Arrays (or Lists, Sets...)?

sql orm jpa jpql named-query

Why should you use an ORM? [closed]

database orm

flask-sqlalchemy or sqlalchemy

Hibernate Error: org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session

java hibernate orm

PHP ORMs: Doctrine vs. Propel

php orm symfony1 doctrine propel

What is the difference between persist() and merge() in JPA and Hibernate?

java hibernate jpa orm entity

How to annotate MYSQL autoincrement field with JPA annotations

java mysql orm jpa annotations

What's the use of session.flush() in Hibernate

java hibernate orm

SQLAlchemy: how to filter date field?

What is Persistence Context?

java jpa orm persistence

Efficiently updating database using SQLAlchemy ORM

python orm sqlalchemy

How to make join queries using Sequelize on Node.js

mysql node.js orm sequelize.js

JPA CascadeType.ALL does not delete orphans

java hibernate orm jpa jpa-2.0

Why do we need entity objects? [closed]

sql database orm entities

Entity Framework .Remove() vs. .DeleteObject()

How to Make Laravel Eloquent "IN" Query?

php laravel orm eloquent

Hibernate Annotations - Which is better, field or property access?