Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

How to map the latest child of a collection with JPA and Hibernate

java database hibernate jpa orm

Defining virtual fields in peewee

python python-2.7 orm peewee

How to query pre-existing table from SQlAlchemy ORM session?

python orm sqlalchemy

How to remove child objects from a @ManyToMany relation with lots of children in JPA and Hibernate

setting up a one to many relationship for a self referencing table

What have your experiences been with Entity Framework?

.net entity-framework orm

Any Python OLAP/MDX ORM engines?

python django orm olap mdx

Do any .NET ORMs use constructors "properly"?

.net orm

After I create my tables using SQLAlchemy, how can I add additional columns to it?

mysql database orm sqlalchemy

What is the standard way to avoid both N+1 and the Cartesian Product issues while fetching collections with JPA

Persist 1-m entities with composite primary key in hibernate

Django ORM Annotations: Most common group of user queryset

django django-models orm

Is it a good idea to use an ORM for Android apps?

How can I set AUTO_INCREMENT for @PrimaryColumn()?

node.js orm typeorm

Hibernate polymorphism: instantiating the right class

java hibernate orm

Hibernate - how to map an EnumSet

java hibernate orm enums set

Pros & Cons: Hibernate vs. EJB 3

java hibernate orm jpa

JPA left join to find unused entries

java sql jpa orm left-join

Hibernate Many-To-One Foreign Key Default 0

java hibernate orm many-to-one

Does it make sense to use an OR-Mapper?