What is essential difference between these methods?
query() of JdbcTemplate and createQuery() of EntityManager?
As I understand, both execute query?
|
What is essential difference between these methods? query() of JdbcTemplate and createQuery() of EntityManager? As I understand, both execute query? |
|||
|
|
|
Same end result, very different mechanism. |
|||
|