Represents a data source in Grails.
Type Params | Return Type | Name and description |
---|---|---|
|
java.lang.Class |
getConfigurationClass() @return The configuration class to use when setting up the database. |
|
java.lang.String |
getDbCreate() Whether to generate the database with HBM 2 DDL, values can be "create", "create-drop" or "update". |
|
java.lang.Class |
getDialect() The dialect implementation to use. |
|
java.lang.String |
getDriverClassName() The driver class name for the data source. |
|
java.util.Properties |
getOtherProperties() Other properties for this data source. |
|
java.lang.String |
getPassword() The password for the data source. |
|
java.lang.String |
getUrl() The URL for the data source. |
|
java.lang.String |
getUsername() The username for the data source. |
|
boolean |
isLoggingSql() Whether SQL logging is enabled |
|
boolean |
isPooled() True is connection pooling is enabled. |
Methods inherited from class | Name |
---|---|
interface InjectableGrailsClass |
byName, byType, getAvailable |
interface GrailsClass |
getClazz, getFullName, getGrailsApplication, getLogicalPropertyName, getMetaClass, getName, getNaturalName, getPackageName, getPropertyName, getPropertyValue, getPropertyValue, getReference, getReferenceInstance, getShortName, hasProperty, isAbstract, newInstance |
interface GrailsApplicationAware |
setGrailsApplication |
Whether to generate the database with HBM 2 DDL, values can be "create", "create-drop" or "update".
The dialect implementation to use.
The driver class name for the data source.
Other properties for this data source.
The password for the data source.
The URL for the data source.
The username for the data source.
Whether SQL logging is enabled
True is connection pooling is enabled.