You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

Tools for OpenJPA

This page is under development.

This page will host description of design-time and runtime tools for OpenJPA. OpenJPA already comes with a series of useful tools to

  • enhance bytecode for POJO domain classes
  • reverse map a database schema to Java source code
  • create/synchronize a Java persistent domain model to a database schema
  • generate canonical metamodel classes for strictly-typed Criteria queries
  • translate proprietary mapping descriptors to standard JPA mapping descriptors.

The tools are available as command-line utilities. In future, they can be made available as a interactive graphical tool withing popular Integrated Development Environment such as Eclipse or IntelliJ.

  • No labels