Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Table-agnostic Foreign Keys?

orm foreign-keys rdbms

When using Entity Framework, should I set the navigation property or foreign key property, when setting the FK?

Is change-tracking in ORMs a necessity or a luxury, in the context of web apps?

design-patterns orm ado.net

Generate datamapper models from an existing database

How to define name for the prisma relations

orm relationship prisma

Hibernate transform instance to subclass

ORM: authorization via reachability

orm authorization

GORM : Always return empty results, even if records exists

mysql go orm go-gorm

Hibernate: org.hibernate.criterion.ProjectionList cannot be cast to org.hibernate.Criteria

Should 'system data' be in a database?

OneToOne bidirectional mapping foreign key auto fill

JPA Exception: No Persistence provider for EntityManager named MyJPAApplicationPU

java orm jpa persistence

What's the replacement for the deprecated @Persister in Hibernate 6.2?

Query scalar collections in HQL

What is the name (or keywords) of methodology/technique to hold ids instead of related entities in entity?

Enforcing uniqueness using SQLAlchemy association proxies

python database orm sqlalchemy

How can I check which objects are currently tracked by the Session in SQLAlchemy?

ORM and many-to-many relationships