Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

CASE WHEN with ORM (SQLalchemy)

python orm sqlalchemy

SQLAlchemy: Scan huge tables using ORM?

Memory leaks Symfony2 Doctrine2 / exceed memory limit

Doctrine 2 update from entity

php orm doctrine-orm

Are SQL injection attacks possible in JPA?

jpa orm sql-injection jpql

Does it make sense to use reflection when implementing toString()?

java json reflection orm gson

How do I map a composite primary key in Entity Framework 4 code first?

How to use JPA2's @Cacheable instead of Hibernate's @Cache

When to Use EntityManager.clear()?

hibernate orm

Hibernate - @ElementCollection - Strange delete/insert behavior

java hibernate orm jpa jpa-2.0

JPA Enum ORDINAL vs STRING

java orm jpa enums eclipselink

JPA/Hibernate Native Queries do not recognize Parameters

java hibernate orm jpa postgis

Hibernate - why use many-to-one to represent a one-to-one?

hibernate orm

Hibernate hbm2ddl.auto, possible values, and what they do

How to delete rows from a table using an SQLAlchemy query without ORM?

python orm sqlalchemy

What is the difference between a session and a transaction in JPA 2.0?

Accelerate bulk insert using Django's ORM?

Using only the DB part of Django

python django orm

Which Micro ORM to use? [closed]

c# .net orm

scoped_session(sessionmaker()) or plain sessionmaker() in sqlalchemy?