I read in the FAQs:
If you are trying to connect to a SQL database and you have no pre-existing, large amount of
code designed around Hibernate, we recommend the SQLDataSource connector.
Why? Are there any special reasons to recommend using a SQLDataSource instead of a HibernateDataSource?
Thanks!
If you are trying to connect to a SQL database and you have no pre-existing, large amount of
code designed around Hibernate, we recommend the SQLDataSource connector.
Why? Are there any special reasons to recommend using a SQLDataSource instead of a HibernateDataSource?
Thanks!
Comment