Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Do any Python ORMs (SQLAlchemy?) work with Google App Engine?

hibernate - Postgres- target lists can have at most 1664 entries

hibernate postgresql orm

JPA 2.0 Criteria and grouping of Predicates

hibernate jpa orm derby jpa-2.0

Implement a generic repository pattern using old ado.net

Store array in Realm object

ios swift orm realm

Magento ORM Documentation

Many-to-many on the same table with additional columns

Using the Data Mapper Pattern, Should the Entities (Domain Objects) know about the Mapper?

JPA: Which should I use? Basic(optional) or Column(nullable)?

java hibernate orm

How to design Date-of-Birth in DB and ORM for mix of known and unknown date parts

c# asp.net sql-server orm date

How to call UDF with Dapper?

In sqlalchemy, how can I use polymorphic joined table inheritance when the child table has multiple foreign keys to the parent table?

Joining ManyToMany fields with prefetch_related in Django

python django orm

How to implement created_at and updated_at column using Room Persistence ORM tools in android

How to support Multiple Entity Framework Models in the same solution

.net entity-framework orm

JPA Native Query for Entity with Inheritance

EF with Azure - Mixing SQL Server and Windows Azure Storage

Can I have SQLAlchemy do subquery eager loading without repeating the full original query?

Best way to update some fields of a detached object on Hibernate?

java hibernate orm

Generate SQL for SQLite database from Entity Framework Model