hi,
i might not be able to fully describe it to you nor will i try to convince against hibernate
so the thing is as u mentioned about ibatis/mybatis and assuming that you have worked on ibatis/mybatis and hibernate as well
yes there are other things that are very simple; and if the things are simple they are easier to implement right ? so in hibernate here has much more things; try to explore it from the docs like sharding, search, .... which i guess are not in ibatis/mybatis
my point is that it totally depends upon your requirements and how you want to do it;
for example in a small project using simple mvc framework and with less complex database and architecture i will definitely go for hibernate alternatives (like ibatis) to make my project simple; since there is no need of hifi orm, sharding, ...
but if my project involve some complex db structure like sharding (cant think of any other example right now) i will definitely use hibernate to make my life easier and develop faster by concentrating on the application/business side.
hope that helps
|