|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hibernate4.internal.DialectDetector
public class DialectDetector extends Object
| Field Summary | |
|---|---|
private DataSource |
dataSource
|
private org.hibernate.service.jdbc.dialect.spi.DialectResolver |
dialectResolver
|
| Constructor Summary | |
DialectDetector(DataSource dataSource)
|
|
| Method Summary | |
|---|---|
String
|
getDialect()
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private final DataSource dataSource
private final org.hibernate.service.jdbc.dialect.spi.DialectResolver dialectResolver
| Constructor Detail |
|---|
public DialectDetector(DataSource dataSource)
| Method Detail |
|---|
public String getDialect()
Groovy Documentation