I've two entities, let's call them entityA and entityB, entityA has a not nullable attribute entityBID. In my form for entityA creation I'd like to add a select with some entityB names ( not id ) that I would select in a function ( which would be in Repository/entityBRepository if possible ).
Thanks :)