Thank you for the answer.
As far as I understand, the Managed Bean as part of the View Model don´t access JPA Domain Model but it is injected a session bean that holds public methods to create, edit, remove and find entities. In this indirect way the JSF XHTML can reference entities and hence the database.
Anyway, what I am trying to find is what is the best way in the JavaServer Faces framework, to access or to create a database from the front end (XHTML).