Motivation

The JPA module allows to define transactional beans or methods. It's similar to the annotation you might know from the Spring framework. It's a simple alternative to EJBs (e.g. if you don't have an EJB container).

Dependencies

The page CODI Modules provides an overview about CODI modules and how to add them to your project.

For using the features described in JPA Usage, you have to add:

  • CODI-Core
  • CODI-JPA module
  • JPA implementation of your choice

Compatibility

This module is tested with JPA 1.0 and 2.0

Details

Further details related to this module are available at:

  • No labels