Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Persistent Domain Browser

A graphic visualization of persistence domain classesThis tool displays a persistence domain model. It does not yet display the mapping information.

Code Block
$ java org.apache.openjpa.tools.metamodel.MetamodelBrowser

Classpath

The runtime classpath must include

  • OpenJPA runtime libraries
  • The parent directory of persistence unit descriptor (META-INF/persistence.xml)
  • The directory of compiled domain classes
    Info

    The persistence unit descriptor must enumerate the domain classes in its <class> tag

A typical snapshot