Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Where are Hibernate 5 properties documented?

In F#, is there a shortcut for creating a record type with a primary key used for equality and sorting comparison?

.net orm f# dto

Run sequelize model hooks when seeding

What is @Fetch annotation in hibernate?

hibernate jpa orm

How can I calculate a hash/checksum/fingerprint of an object in c++?

c++ hash orm checksum

How to add associations to Models generated from Sequelize-Auto

SQLboiler not in clause

sql go orm sqlboiler

How to use Sequelize create with nested objects and relations

Is using DTO's and Entities breach of DRY principle?

c# orm dry automapper

Seam 2.x and Hibernate 3.5?

hibernate orm jpa seam jpa-2.0

Combining delete-orphan with a where condition

Hibernate - map object that belongs to two other objects (object with 2 parents)

java hibernate orm

NHibernate via Nuget

nhibernate orm nuget

Symfony/Doctrine : getJoinTableName() must be of the type array, null given

php orm doctrine-orm symfony

Django ORM: How can I filter based on an annotation timedelta result

django orm django-queryset

ORMs are to RDBMSs as xxx is to OLAP cubes? Does xxx exist?

.net orm rdbms olap

How do I configure NHibernate (or Fluent NHib) to add a table name prefix to all table names?

Hibernate @PostLoad never gets invoked

java hibernate orm

SQLAlchemy (ORM) vs. raw SQL queries [duplicate]

python sql orm sqlalchemy

Laravel Eloquent vs query builder - Why use eloquent to decrease performance [closed]