jcrygier / graphql-jpa

JPA Implementation of GraphQL (builds on graphql-java)
MIT License
165 stars 46 forks source link

Basic support for @Embeddable and @EmbeddedId annotation #44

Closed Jegp closed 7 years ago

Jegp commented 7 years ago

Rudimentary support for @Embeddable annotations, where entity classes uses compound keys of either basic types or foreign objects. Fixes #26 I added simple tests for embeddable annotations that should cover most simple uses.

Also ramped the spring version to 1.5.1.