I’m using the most recent version of Play (v.1.2.3) and my system need to read data from one database and persist it to another one.
I found on Play documentation there’s a method called play.db.JPA.getJPAConfig() to do this job (I’ll need to make native sql queries at the source database), but I’m not finding this method in the JPA class.
Am I using a wrong version or is this method placed at other class the documentation doesn’t say?
Best regards,
Rex
When packing the 1.2.3 release some documentation from the 1.3 (master) branch leaked in. This documentation-error should be fixed now in the upcoming 1.2.4 release.