hibernate - Unable to see ForeignKey Reference in swagger API model -



hibernate - Unable to see ForeignKey Reference in swagger API model -

i have written swagger implementation. in domain definition, have foreignkey reference defined as

@jsonignore @manytoone @joincolumn(name = "id",nullable = false)

but, in swagger ui , not see column in model .

entityname { entity_id (integer, optional), name (string, optional) }

hibernate jpa many-to-one swagger-ui

Comments

Popular posts from this blog

Using Android Volley to post an array to PHP -

python - How to add an model instance to a django queryset? -

angularjs - No 'Access-Control-Allow-Origin' error from local domain to public API -