You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't agree JPA is a standard for Object Relational Mapping. JPA is doing more than that. Like typed query in JPQL. Also "Mostly, XML mapping files or annotations on getters, setters can be used to tell the JPA provider which fields on your object map to which fields in the DB" is not accurate. Most of ORM is done by annotation now.
http://stackoverflow.com/q/11881548/3697757
The text was updated successfully, but these errors were encountered: