What uses Play Framework 1 to implement ORM?

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.

+3
source share
1 answer

Play Framework 1.x Hibernate. Play Model, , Play . Play, Hibernate JPA: - .

+6

All Articles