Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

jdbi: Use @MapResultAsBean annotation together with CustomMapperFactory

Hibernate Envers audit @Embedded with basic types inside throws cannot set field to null value on fetch

Combine model's condition with its association's condition in Sequelize

javascript orm sequelize.js

Adding custom columns to Propel model?

php orm propel symfony-2.1

SQLAlchemy ORM: "AttributeError: Could not locate column in row"

Making changes to domain-model using code-first (ORM) while in production

ORM Entities vs DDD Entities

How can I create column_properties that use a groupby?

python sql orm sqlalchemy

Patterns, PHP, ORM

php design-patterns orm

insert value into one to one mapping annotation using ebeans or hibernate

java hibernate orm ebean

Good way to store many nested JSON objects and arrays as data structure in Android SQLite?

java android json sqlite orm

Doctrine ORM CLI Tool Not working

php orm doctrine-orm doctrine

DB/Entity Design: table related to any one of multiple tables

How can I improve my business layer objects mapping into a database? Is it time for a O/R mapper?