Which is best data access options available for Play framework with Scala and PostgreSQL?
We have earlier experiences and lots of reusable code/components mostly done using Spring MVC, Hibernate, PostgreSQL database. But recently we are planning to start a new project. We decided to use Play framework with Scala. We are new in Play framework with Scala. Thus we couldn't decided what ORM (Object-relational mapping) framework to use. Because of many reusable code, we wish to select Hibernate. We found scary words regarding Hibernate as "JPA using Hibernate in Scala with play it is probably not the best way, and it should be considered as legacy and deprecated". We are really confused