public interface DialectFactory extends Service
Modifier and Type | Method and Description |
---|---|
Dialect |
buildDialect(java.util.Map configValues,
java.sql.Connection connection)
Builds an appropriate Dialect instance.
|
Dialect buildDialect(java.util.Map configValues, java.sql.Connection connection) throws HibernateException
configValues
- The configuration properties.connection
- The configured connection.HibernateException
- No dialect specified and no resolver could make the determination.Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.