1

I am trying to create JPA entity classes from xsd files. I convert xsd files to JAXB files using xjc command. But i can't convert JAXB to JPA entity classes. I can't use the hyperJAXB because most of the links are broken and i didn't find any tutorial to use hyperjaxb.

Is there a link between JPA entities with JAXB classes to create relationship to database tables?

Can you share any working links to help my project or any tutorial?

  • 1
    Please see https://github.com/highsource/hyperjaxb3/wiki. There are two tutorial there. – lexicore Jul 12 '20 at 07:52
  • I see this tutorial but it says download the basic project tamplete. The basic project tamplete does not download any zip file. Like that https://github.com/highsource/hyperjaxb3/wiki/Downloads . I can't run the hyperjaxb3 in java project because some of the packages are deleted. – Yavuz Guler Jul 12 '20 at 10:42
  • Please see: https://github.com/highsource/hyperjaxb3/releases – lexicore Jul 12 '20 at 17:32

1 Answers1

0

To demonstrate (zip), this project uses the HiSrc HyperJAXB Maven Plugin to read sample XML Schema (xsd) file(s) and XML Schema Binding (xjb) file(s) to generate Java Entity classes with JPA and JAXB annotations.

Rick O'Sullivan
  • 351
  • 3
  • 7