InfoQ

InfoQ

Topic/Tag specific view

ORM Content on InfoQ


Latest featured content about ORM

Heresies and Dogmas in Software Development

Topics
Design,
REST,
Architecture,
Design Pattern

Dean Wampler discusses the merits of several controversial issues: Goto, Design before Code, Design Patterns, Corba vs. REST, Object Middleware and ORMs, and Identifiers with Spaces.

News about ORM

ORM Profiler Analyzes Data Access Performance

Topics
Data Access,
Performance & Scalability,
.NET

Solutions Design has released ORM Profiler, a tool meant to help improve data access layer performance. It tracks and logs ADO.NET calls so that developers can analyze their data access and discover potential problems.

Hibernate Object Mapping for NoSQL Datastores

Topics
Java,
Programming

Emmanuel Bernard, the developer behind Hibernate Validator, Hibernate Search, among others, recently announced the birth of Hibernate OGM. The new framework's goal is to provide a common interface for NoSQL datastores using JPA constructs. InfoQ spoke to Bernard to find out more about the framework.

Articles about ORM

Using Entity Framework to Successfully Target Multiple Databases

Topics
Data Access,
.NET

Yevhen Shchyholyev discusses some of the problems that the user may face in the process of developing an application with Entity Framework that interacts with Oracle, MySQL, PostgreSQL or SQLite as well as SQL Server. It is intended to be useful to both developers using one of these databases for the first time as well as for those who regularly interaction with multiple databases.

Micro ORMs with Sam Saffron and Rob Conery

Topics
Data Access,
Architecture,
.NET

Opinions about ORMs vary widely. Some see it as an essential tool for simplifying data access while others claim it greatly increases complexity while robbing applications of much needed performance. Sam Saffron and Rob Conery have found a middle ground in what’s known as a Micro ORM.

Presentations about ORM

DataMapper on Infinispan: Clustered NoSQL

Topics
Java,
Application Servers,
Ruby

Lance Ball presents DataMapper, a Ruby ORM library, along with Infinispan, Hibernate Search, Lucene, all running on JBoss AS7 and accessed through TorqueBox, a JRuby application server.

Advanced GORM - Performance, Customization and Monitoring

Topics
Java,
Data Access

Burt Beckwith discusses potential performance problems using mapped collections and Hibernate 2nd-level cache in GORM, along with strategies for avoiding such performance penalties.

Interviews about ORM

Jimmy Nilsson on LINQ to SQL

Topics
Programming,
.NET

In this interview, Jimmy focuses on LINQ to SQL and ORM. Jimmy has tried to create a similar technology to LINQ to SQL in the past, but without similar results. While LINQ to SQL is a step in the right direction, .NET still lags behind other programming languages in object-relational mapping capabilities.

Patrick Linskey discusses OpenJPA and the JPA specification

Topics
Data Access,
Java,
JCP Standards

At The Spring Experience conference, InfoQ caught up with Patrick Linskey of BEA to discuss the current status of the Apache OpenJPA project. Linskey explains where OpenJPA came from, how it fits into the Object\Relational Mapping space, the differentiating features that OpenJPA provides, the JPA specification, and future plans for OpenJPA.