What ORM uses Play Framework version 1? From what I read from the site, it mentions JPA, when I search for JPA, I could not find the download site for the ORM framework. CMIIW, JPA seems to be a Java feature, not a ready-to-use ORM framework.
Does the game use Hibernate? If so, how can I create a model class in Java and the table in the database will be automatically created? How to use .find () method in Hibernate?
Thank.
source
share