|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.activejdbc.ActivejdbcConnector
@Singleton final class ActivejdbcConnector extends Object
| Field Summary | |
|---|---|
private def |
bootstrap
|
| Constructor Summary | |
ActivejdbcConnector()
|
|
| Method Summary | |
|---|---|
void
|
connect(GriffonApplication app, String dataSourceName = 'default')
|
void
|
disconnect(GriffonApplication app, String dataSourceName = 'default')
|
Object
|
withActivejdbc(String dataSourceName = 'default', Closure closure)
|
Object
|
withActivejdbc(String dataSourceName = 'default', CallableWithArgs callable)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private def bootstrap
| Constructor Detail |
|---|
ActivejdbcConnector()
| Method Detail |
|---|
void connect(GriffonApplication app, String dataSourceName = 'default')
void disconnect(GriffonApplication app, String dataSourceName = 'default')
Object withActivejdbc(String dataSourceName = 'default', Closure closure)
Object withActivejdbc(String dataSourceName = 'default', CallableWithArgs callable)
Groovy Documentation