After doing some more research the following is my suggestion to improve
performance. I am not sure how easily it's possible, if its' really
possible.
I would recommend using "HQL with Spring JDBC".
Spring JDBC basically makes using JDBC easier but still uses JDBC, so we
can get good performance.
HQL helps us write standard queries which mean we can get cross platform
flexibility as well.
What do you think? Is this combination possible?
performance. I am not sure how easily it's possible, if its' really
possible.
I would recommend using "HQL with Spring JDBC".
Spring JDBC basically makes using JDBC easier but still uses JDBC, so we
can get good performance.
HQL helps us write standard queries which mean we can get cross platform
flexibility as well.
What do you think? Is this combination possible?
No comments:
Post a Comment