Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

How can I update hasandbelongstomany relations for multiple models at once in strongloop loopback

Concrete example where you would use a @OneToOne relationship?

in .net what class(s) should I use to make working with data from DB easy (not including Entity Framework or LINQ)

c# .net database orm dataset

Hibernate lazy-loaded collections and PropertyChangeSupport

How exactly does the Hibernate @OneToMany annotation work?

What do they mean by persistence in nHibernate?

nhibernate orm persistence

Django ORM subquery with window function

django orm window subquery max

ORM in Django vs. PHP Doctrine

php python django orm doctrine

how perform batch operation with dapper orm?

orm batch-file dapper bulk

cannot do 2nd level cache

How to retrieve a list of values from a list of objects?

Django Admin Foreign Key Error on Djongo database engine

django mongodb orm djongo

How do you avoid SQL Injection attacks in your Django Rest APIs if using native ORM?

python django orm

Difference between $em->find(..) and $em->getRepository(..)->find(..)

php symfony orm doctrine-orm

Can a class be annotated as both @Repository and @Entity?

java spring hibernate orm

Ebean ManyToOne Mapping CRUD

Is it possible to search for same value on multiple columns with Hibernate Criteria?

java hibernate criteria orm