I need to create my own entities using the JHipster using the command \"yo jhipster:entity myEntity\" that have many-to-one relationship with the User entity that comes by d
Just to add to the correct answer by @stoffer, if you're using the jdl it will look like:
relationship ManyToOne { Owner{user(email)} to User{owner(name)} }