Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

PHP Framework and ORM vs Stored Procedures

EntityFramework - many-to-many reference in the DB without a backreference in the model

Sequelize: can you use hooks to add a comment to a query?

How to use OnUpdate = "CASCADE" in ServiceStack.OrmLite

Understanding cartesian explosion

Re-using ColdFusion ORM entities/objects across applications?

orm coldfusion coldfusion-9

Doctrine 2.0 ready for use?

php orm doctrine doctrine-orm

How to use both 'include' and 'attributes' in 'findByPk' statement in Sequelize?

Why the need for safe wakeup and clone methods in doctrine 2?

php symfony orm doctrine-orm

Difference in hibernate behaviour for maven and gradle JavaFX project

java hibernate jpa javafx orm

Sequelize: connect to database on run time based on the request

How do I sort and filter an in-memory array of ORM objects in ColdFusion?

Where are the NHibernate/Hibernate HQL and ICriteria query examples?

Preventing NaN from being persisted by Hibernate

JPA ManyToOne with composite key

jpa orm

Django: Is there a way to retrieve ORM for past migration states?

python django orm django-south