Instead of using standard JDBC connections and prepared statements, the JLCP will now use the latest Hibernate to handle all data access objects and database connectivity. This will help us abstract away any database code and allow us to use many different types of databases without worrying about the underyling database.
Matt