jhipster / jhipster-net-sample-app-template

JHipster.NET sample application
50 stars 18 forks source link

Retrieving the associated entities during a "Get" operation on an entity #22

Closed BananeGuimauve closed 5 years ago

BananeGuimauve commented 5 years ago

During the "Get" operation on an entity, the fields concerning the entities it references are empty. This, need to study the behavior of Hibernate / JPA in the Java SampleApp to fetch the data and reproduce it. More precisely : 1) In a first time we need to analyse the nesting level of the retrieved related entities defined by the different types of association during a query to the database. 2) In a second time we need to find how to reproduce this behavior in .Net and implement it.