Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JPA vs JDBC #21

Open
hackjutsu opened this issue Apr 25, 2017 · 1 comment
Open

JPA vs JDBC #21

hackjutsu opened this issue Apr 25, 2017 · 1 comment

Comments

@hackjutsu
Copy link
Member

http://stackoverflow.com/q/11881548/3697757

@bittiger-java
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants