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

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

Android soft keyboard reverts to default keyboard on orientation change -

jquery - javascript onscroll fade same class but with different div -