rht-labs / api-design

NO LONGER ACTIVE - Home of our Swagger / OpenAPI Specifications, System Designs and Documentation
Apache License 2.0
4 stars 5 forks source link

Make sure that relationships between models are compatible with JPA. #33

Closed mdanter closed 7 years ago

mdanter commented 8 years ago

The current swagger api definition has one sided references between models, this cause an issue with JPA xml, as there are no elements in the xml for the corresponding elements.

sherl0cks commented 7 years ago

Closed as part of #69. We are not supporting bi-directional relationships and thus do not need these changes