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 vs. Apache Torque
4.2k Views Asked by Pavel Vyazankin At
2
There are 2 best solutions below
0

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.
Hibernate:
Those should be enough to prefer Hibernate. Torque doesn't have any news since 07 September 2008