ibatis « Database « JPA Q&A





1. Hibernate or iBatis or something else?    stackoverflow.com

In my project i need to switch between databases during runtime. I tried to use Hibernate, but stuck in a place, where i need to map object with table in database. ...

2. Question about solution - Access to database. Hibernate? iBatis? or what?    stackoverflow.com

my project has a lot of time restrictions on access to functionality. Layer view, I have a very fast, but I have a problem with DAO layer. Currently my DAO layer ...