ibatis « Key « JPA Q&A





1. Does iBatis enforce a primary key on my table?    stackoverflow.com

I'm working on a legacy project. The database is poorly designed. I want to change the DB layer now. The first think go through my mind is hibernate, but I hibernate ...