orm

The ORM Debate: Experts Weigh In

A lot of controversy has been generated recently over blog posts "ORMs are a thing of the past" and (the more poetically titled) "A Farewell to...

17 replies - 4859 views - 10/20/09 by Mitch Pronschinske in News

Ebean ORM v2.0.1 Released with DDL Generation, PropertyChangeSupport, Improved Programmatic Configuration

Ebean ORM Version 2.0.1 has been released. The main additions for this version include: DDL GenerationPropertyChangeSupport for enhanced entity...

0 replies - 213 views - 09/10/09 by Robin Bygrave in Announcements

Evolving JDBC and Persistence for the Enterprise - A Tech Chat with Jesse Davis

DZone recently sat down with Jesse Davis, Senior Engineering Manager at DataDirect Technologies. In this interview, Jesse talks about how the JDBC (Java...

0 replies - 4523 views - 08/31/09 by Nitin Bharti in Videos

Ujorm - The High Performance ORM for Java

Let me to introduce a new open source ORM framework for Java called Ujorm. I have created the ORM solution especially for a rapid development of persistent...

0 replies - 510 views - 08/31/09 by ponec in Announcements

Butterfly Persistence 5.2 Released - Connection, Transaction Scoping Support

Butterfly Persistence 5.2.0 contains support for easier scoping of connections and transactions. In other words, it has become easier to make sure that...

0 replies - 359 views - 08/07/09 by Jakob Jenkov in Announcements

Butterfly Persistence 5.1.9-beta

 Butterfly Persistence v. 5.1.9 is a JDK 5 compliant version of Butterfly Persistence, which used to require JDK 6. Several users had requested a JDK 5...

0 replies - 550 views - 06/04/09 by Jakob Jenkov in Announcements

Ebean ORM v1.0.0 Released - Adds Declarative @Transactional Support

Ebean v1.0.0 introduces support for declarative transactions via a @Transactional annotation. This means you can add the @Transactional annotation to a method...

0 replies - 876 views - 11/26/08 by Robin Bygrave in Announcements

Ebean ORM v0.9.8

Ebean ORM adds support for Enhancement via javaagent, Eclipse IDE Plugin and ANT task to existing Subclass Generation approach. The User Guide includes a...

1 replies - 1388 views - 11/01/08 by Robin Bygrave in Announcements

jPersist 3.2.7 and jWebApp 4.8.7: Simple Web and ORM Framework Alternatives

This release fixes a high profile problem that caused the following exception: jpersist.JPersistException: Column 'a.column' not found. at...

1 replies - 1613 views - 06/25/08 by David B. in Announcements

jPersist 3.2.6: Efficient Prepared Statements & Batch Updates

jPersist now includes added support for more efficient use of prepared statements and batch updates, and fixes a couple of issues introduced with yesterday’s...

0 replies - 3173 views - 05/30/08 by David B. in Announcements

Autofetch - Eliminate association fetch specifications

Autofetch addresses a common problem with object relational mapping tools like Hibernate: programmers have to specify the right association fetch strategies....

0 replies - 1174 views - 02/27/08 by Ali in Announcements

The problem with JPA/Hibernate (or the future of ORM)

I know, a lot of people are happy to work with JPA and Hibernate. Consider this a post from somebody who thinks things can be improved. I have a love/hate...

9 replies - 7085 views - 01/17/08 by Steven Devijver in News