Generated by
JDiff

Class org.springframework.orm.jpa.vendor.HibernateJpaDialect

Added Methods
Object doPrepareTransaction(Session, boolean, Integer)  
void setPrepareConnection(boolean) Set whether to prepare the underlying JDBC Connection of a transactional Hibernate Session, that is, whether to apply a transaction-specific isolation level and/or the transaction's read-only flag to the underlying JDBC Connection.