Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

SQLAlchemy ordering by count on a many to many relationship

How can I select specific Columns with createQueryBuilder in Doctrine ORM?

php symfony orm query-builder

Dapper and anonymous Types

c# orm dapper

What's the best way to talk to a database while using Sinatra?

ruby database orm sinatra

Best ORM to use with C# 4.0 [closed]

c#-4.0 orm .net-4.0

Is an ORM redundant with a NoSQL API?

c# mongodb orm abstraction nosql

What is a good alternative for static stored properties of generic types in swift?

swift generics orm

can we use jpa without hibernate

java hibernate jpa orm

Safely clearing Hibernate session in the middle of large transaction

java hibernate spring orm

Spring 3.1 entityManagerFactory java.lang.NoSuchFieldError: NULL Error

java spring jpa orm spring-orm

Does TypeORM supports raw SQL queries for input and output?

orm typeorm

How do I use the SQL WHERE IN construct with PetaPoco?

orm petapoco npoco

What does JPA EntityManager.getSingleResult() return for a COUNT query?

java orm jpa

JPA: When to choose Multivalued Association vs. Element Collection Mapping

java hibernate orm jpa jpa-2.0

What are the principles behind, and benefits of, the "party model"?

"where exists" in Hibernate HQL

java hibernate orm hql

a new object was found through a relationship that was not marked cascade PERSIST

No operator matches the given name and argument type(s). You might need to add explicit type casts. -- Netbeans, Postgresql 8.4 and Glassfish

Why is loading SQLAlchemy objects via the ORM 5-8x slower than rows via a raw MySQLdb cursor?

NHibernate or Fluent NHibernate? [closed]