| Author |
Newbie in EJB need help ?
|
gurpeet singh
Ranch Hand
Joined: Apr 04, 2012
Posts: 869
|
|
the following lines are from EJB 3 IN ACTION
Since JPA standardizes ORM frameworks for the Java platform, you can plug in
ORM products like JBoss Hibernate, Oracle TopLink, or BEA Kodo as the underlying
JPA “persistence provider” for your application.
does it mean that we can use JPA AND HIBERNATE together ?
|
OCPJP 6(100 %) OCEWCD 6(91 %)
|
 |
Marcin Strzyz
Greenhorn
Joined: Feb 25, 2012
Posts: 5
|
|
|
JPA is a specification and Hibernate is one of the implementations of this specification. So yes you can use JPA and Hibernate together.
|
 |
 |
|
|
subject: Newbie in EJB need help ?
|
|
|