This command makes sql query to db for select SometEntity from SomeTable and SomeUserEntity from SomeUserTable
But when i'm calling get of SometEntity.users it makes another query to db to select SomeUserEntity only for one SomeEntity
t
tapac
10/30/2019, 3:42 AM
Could you provide an entity mapping or sample project?