@groovy.transform.CompileStatic class GormDatabase extends HibernateDatabase
Modifiers | Name | Description |
---|---|---|
class |
GormDatabase.1 |
Type | Name and description |
---|---|
java.lang.String |
DefaultDatabaseProductName |
DatabaseConnection |
connection |
java.lang.String |
shortName |
Constructor and description |
---|
GormDatabase() |
GormDatabase(Dialect dialect, ServiceRegistry serviceRegistry, HibernateDatastore hibernateDatastore) |
Type Params | Return Type | Name and description |
---|---|---|
|
protected void |
configureSources(MetadataSources sources) |
|
Dialect |
getDialect() |
|
Metadata |
getMetadata() Return the hibernate Metadata used by this database. |
|
boolean |
isCorrectDatabaseImplementation(DatabaseConnection conn) |
Return the hibernate Metadata used by this database.
Groovy Documentation