jhipster generator to create JPA Entity representing nested documents in MongoDb collection -


i using jhipster mongodb. how can define jpa entity representing nested document in mongodb collection using "yo jhipster:entity"

eg:

{ _id: "joe", name: "joe bookreader", addresses: [ { street: "123 fake street", city: "faketon", state: "ma", zip: "12345" }, { street: "1 other street", city: "boston", state: "ma", zip: "12345" } ] }


Comments

Popular posts from this blog

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -

javascript - Using jquery append to add option values into a select element not working -

javascript - Restarting Supervisor and effect on FlaskSocketIO -