JPQL query convert to SQL query
Is it possible to convert JPQL query to SQL and save this query to database?
I want to write JPQL queries when developing program. But whet will deploy
application to server I need compile querys to native SQL depends on DB.
No comments:
Post a Comment