why we need db access layer

阅读更多
i got a conclusion after i have tried hibernate, ibatis and write some code for database connection. here i will list some reasons for orm framework.

1. database connnection pool
2. cache pool
3. portable, sometime it sounds
4. simply design model, reduce codes

object oriented style always does not help. but the above advantages always work

你可能感兴趣的:(Access,iBATIS,Hibernate,ORM,Cache)