Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

doctrine2 mapping overwrite inherited inversedBy field from MappedSuperclass

Do Django ORM database queries block the server, or are they asynchronous?

Python peewee - select from multiple tables

python mysql sql orm peewee

NHibernate Joined Subclass in Separate Assemblies

Large volume database updates with an ORM

How to batch delete using bulkUpdate

java hibernate spring orm

How do I insert collection of objects using MyBatis 3.x?

How to set database connection string in Waterline ORM

How to return an Enum using the addScalar() method with Hibernate

Using updateOrCreate for multiple data insert in Laravel

How to fetch associated entities with Hibernate

java spring hibernate jpa orm

Recursive include Sequelize?

How to handle JPA annotations for a pointer to a generic interface

Why is a sequence named hibernate_sequence being created with JPA using Hibernate with the Oracle 10g dialect?

java hibernate orm jpa oracle10g

How does ActiveRecord infer mapping from singular (class) and plural (table); and is it possible to override?

Entity Framework, application layers and separation of concerns

Django reverse relation with select_related

sql django orm

Hibernate Read-Only Transaction

hibernate orm

Get object by ID in Hibernate

java hibernate orm

Minimal and correct way to map one-to-many with NHibernate