Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Is it possible to generate django models from the database?

database django oracle orm

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

django orm filter prefetch

How to remove entity with ManyToMany relationship in JPA (and corresponding join table rows)?

java hibernate jpa orm

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

orm laravel eloquent sql-like

mappedBy reference an unknown target entity property

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

mysql node.js orm sequelize.js

How to map an entity field whose name is a reserved word in JPA

How should equals and hashcode be implemented when using JPA and Hibernate

Specifying an Index (Non-Unique Key) Using JPA

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

java orm jpa

JPA: How to have one-to-many relation of the same Entity type

How can you do paging with NHibernate?

.net nhibernate orm pagination

What are detached, persistent and transient objects in hibernate?

java hibernate orm

Storing a Map<String,String> using JPA

java jpa orm jpa-2.0

Do I need <class> elements in persistence.xml?

Multiple columns index when using the declarative ORM extension of sqlalchemy

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

c# orm enterprise

org.hibernate.MappingException: Could not determine type for: java.util.List, at table: College, for columns: [org.hibernate.mapping.Column(students)]

java hibernate orm

NHibernate vs LINQ to SQL

Why does Hibernate require no argument constructor?