Top "Orm" questions

Object-relational mapping (ORM) is a technique for mapping object-oriented systems to relational databases.

How to query between two dates using Laravel and Eloquent?

I'm trying to create a report page that shows reports from a specific date to a specific date. Here's my …

php laravel laravel-5 orm
What is an ORM, how does it work, and how should I use one?

Someone suggested I use an ORM for a project that I'm designing, but I'm having trouble finding information on what …

database orm language-agnostic
Performing Inserts and Updates with Dapper

I am interested in using Dapper - but from what I can tell it only supports Query and Execute. I …

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

I'm using Hibernate for all CRUD operations in my project. It doesn't work for One-To-Many and Many-To-One relationships. It gives …

java hibernate orm
How to annotate MYSQL autoincrement field with JPA annotations

Straight to the point, problem is saving the object Operator into MySQL DB. Prior to save, I try to select …

java mysql orm jpa annotations
Add a custom attribute to a Laravel / Eloquent model on load?

I'd like to be able to add a custom attribute/property to an Laravel/Eloquent model when it is loaded, …

php orm laravel eloquent
Which ORM should I use for Node.js and MySQL?

I'm rewriting a project to use Node.js. I'd like to keep using MySQL as the DB (even though I …

mysql orm node.js
What Java ORM do you prefer, and why?

It's a pretty open ended question. I'll be starting out a new project and am looking at different ORMs to …

java orm