Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Hibernate use of PostgreSQL sequence does not affect sequence table

get max value record from table in hibernate

java hibernate orm

What's your experience with Doctrine ORM? [closed]

php orm doctrine-orm doctrine

Entities equals(), hashCode() and toString(). How to correctly implement them?

java hibernate orm entity

CQRS - The query side

How to create join table with JPA annotations?

java database jakarta-ee jpa orm

How do you join two tables on a foreign key field using django ORM?

What does Hibernate map a boolean datatype to when using an Oracle database by default?

oracle hibernate orm

JPA 2.0 many-to-many with extra column

Manually specify the value of a primary key in JPA @GeneratedValue column

java mysql jpa orm eclipselink

Can Hibernate work with MySQL's "ON DUPLICATE KEY UPDATE" syntax?

java mysql hibernate orm

How to Command Query Responsibility Segregation (CQRS) with ASP.NET MVC?

JPA: foreign key annotation

How to use Hibernate @Any-related annotations?

java hibernate orm annotations

sqlalchemy: create relations but without foreign key constraint in db?

JPA: how to override column names of @Embedded attributes

java hibernate jpa orm

ORM for DELPHI win32

delphi orm bold-delphi

Optional parameters with named query in Hibernate?

How to aggregate (min/max etc.) over Django JSONField data?

json django orm

Is Data Mapper a more modern trend than Active Record