Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Lightweight alternatives to NHibernate

.net nhibernate orm

What is the easiest to use ORM framework for PHP? [closed]

php orm

ls LINQ an ORM (Object Relational Mapper)?

linq orm

Unknown Entity namespace alias in symfony2

Eloquent select rows with empty string or null value

Using Sugar ORM when also using singleton application class

orm

django difference between - one to one, many to one and many to many

Ebean looks for wrong sequence name in Play Framework 2

Hibernate is using wrong table name for order by expression with three level inheritance

java hibernate orm hql

Spring Boot: How to keep DDD entities clean from JPA/Hibernate Annotations?

@embeddable vs @entity for a mapping a collection

java spring hibernate jpa orm

Maintain SQL operator precedence when constructing Q objects in Django

sql django orm

Doctrine 2 ManyToMany cascade

php orm doctrine

Does SQLAlchemy save order when adding objects to session?

python database orm sqlalchemy

Rich domain model with behaviours and ORM

Does PetaPoco handle enums?

orm petapoco

JPA : How to define @NamedEntityGraph for 3 levels?

java hibernate jpa orm jpql

How do I save an entity with foreign key without loading the related entity in JPA?

java jpa orm

TypeORM: Dynamically set database schema for EntityManager (or repositories) at runtime?

How to choose DDL Primary Key constraint names with JPA/Hibernate

java hibernate jpa orm