Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

162
Vistas
Best way to map JAXB to a database table

I have an inbound xml which I am mapping to JAXB objects using the xjc tool (to build the pojos)

I am wondering what the best approach is to map these objects to various tables.

An Object / Xml can map to multiple tables which rules hibernate out i think. As a basic solution I believe i need someway to annotate the fields in the objects maybe (via tags in the xsd? i dont know) to database column names.

Has anyone encountered this before?

Thanks

about 4 years ago · Santiago Trujillo
3 Respuestas
Responde la pregunta

0

I guess you need Hyperjaxb3 that provides relational persistence for JAXB objects.

@lexicore is the author about this project.

about 4 years ago · Santiago Trujillo Denunciar

0

You can use an extension for xjc - hyperjaxb

  • hyperjaxb2 - Relational persistence for XML data, with JAXB and Hibernate.
  • hyperjaxb3 - Persistence layer for JAXB objects.

For this purpose, hyperjaxb3 will be preferable.

Here is link to some tutorial Generate JPA Java classes from XSD schema file using Maven

about 4 years ago · Santiago Trujillo Denunciar

0

It's unclear what accordance between database schema and XML schema is. When there are too few generalizations and coherence between them then it's worst case, you need to couple XML and database by hands for every JAXB entity.

If there're good enough coherence and understandable rules you can try to write own code generator to create code of entities with JAXB and JPA annotations.

Also, try to look to an engine that supports both JAXB and JPA annotations out-of-box: EclipseLink.

about 4 years ago · Santiago Trujillo Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda