iBATIS « JDBC « JPA Q&A





1. Abstract Hibernate, JDBC, iBatis etc...    forum.hibernate.org

I am working on a designing a core framework/common components that abstract the details of the underlying persistence mechanism from the client code. For example, the client code would configure a datasource and then request from framework for connections (may hand back a Hibernate Session, may hand back a JDBC connection etc...). I am curious if there are any risks or ...