what ORM does Play Framework version 1 use? From what I read from the site, it mentions JPA, when I search JPA I couldn't find the download site for the ORM framework. CMIIW, JPA seems to be a feature from Java and not a ready to use ORM framework.
does Play uses Hibernate? If yes, how could I create the model class in Java and the table in the database is automatically created? How do I use the .find() method in Hibernate?
Thank you.