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