Java SQL database independence.

Posted by Paul on Stack Overflow See other posts from Stack Overflow or by Paul
Published on 2010-03-30T09:28:52Z Indexed on 2010/03/30 9:33 UTC
Read the original article Hit count: 488

Filed under:
|
|

Hello,

I have been looking for an alternative to Hibernate for various reasons. I came across Liquibase and i like the idea so i am willing to try it. Liquibase will cater for database creation/modification in a SQL independent fashion. My main question is how does my code in my application execute SQL statements without being database dependent? Is there some other project that acts like Hibernates Dialect classes?

Thanks,

Paul

© Stack Overflow or respective owner

Related posts about liquibase

Related posts about java