Is it the right way to use an entitymanager in a JSF-Converter?
Or is it better to set only the Id-Attribute(s) and let the viewbean calls the Entitymanager (or a service with an Entitymanager)?
The converter is used for a selectOneMenu. But I do not know how to implement a solution, I want to know, what is the better / cleaner way to do this.