Can anybody provide detailed advantages and disadvantages of each ORM? First of all I'm interested in things that Hibernate provides, and Torquay not.
Hibernate:
Those should be enough to prefer Hibernate. Torque doesn't have any news since 07 September 2008
One benefit I see using torque is that you can have of generated code (can also be customized based on the application needs) and fits well if your operations directly map to the database tables. With Torque you don't need to write code for beans/pojos and annotations (most of them are generated). Most of the SQL code are all in the ORM classes. No configurations need to handle POJOs. You can also achieve this by doing reverse engineering with hibernate, but you need to understand how the a bean property is mapped to table column and so on. Yes, hibernate is popular and most used.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With