Class that provides utility methods for obtaining SessionFactory objects.
author: manningr
Method Summary
public static Dialect
getHibernateDialectForSession(ISession session) Returns the Hibernate dialect for the specified session.
Parameters: session - the SQuirreL ISession implementation an instance of Dialect.
Returns the Hibernate dialect for the specified session.
Parameters: session - the SQuirreL ISession implementation an instance of Dialect. throws: SQLException -