New posts in orm

Automatic reserved word escaping for Hibernate tables and columns

The EntityManager is closed

Is it possible to generate django models from the database?

Why does django's prefetch_related() only work with all() and not filter()?

Using Eloquent ORM in Laravel to perform search of database using LIKE

session.connection() deprecated on Hibernate?

SQL Alchemy ORM returning a single column, how to avoid common post processing

Using only the DB part of Django

Hibernate: flush() and commit()

mappedBy reference an unknown target entity property

How to auto generate migrations with Sequelize CLI from Sequelize models?

Specifying an Index (Non-Unique Key) Using JPA

Should I enable or disable dynamic proxies with entity framework 4.1 and MVC3?

How can you do paging with NHibernate?

@Basic(optional = false) vs @Column(nullable = false) in JPA

What are detached, persistent and transient objects in hibernate?

Are there good reasons not to use an ORM? [closed]

Multiple columns index when using the declarative ORM extension of sqlalchemy

Dapper Deserializing XML

Why not all of my columns show up in prisma client's types?