Archive | December 17th, 2008

EJB 3.0 Entity Manager

December 17, 2008

0 Comments

Entities are classes that need to be persisted; their state is stored outside the application, typically in a relational database. Unlike session beans, entities do not have business logic other than validation. As well as storing such entities, we want to query, update, and delete them. The EJB 3.0 specification recognizes that many applications have the above persistence needs [...]

email