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?