Groovy Documentation

griffon.plugins.activejdbc
[Groovy] Class ActivejdbcHolder

java.lang.Object
  griffon.plugins.activejdbc.ActivejdbcHolder
All Implemented Interfaces:
ActivejdbcProvider

@Singleton
class ActivejdbcHolder
extends Object

Authors:
Andres Almiray


Constructor Summary
ActivejdbcHolder()

 
Method Summary
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
 

Constructor Detail

ActivejdbcHolder

ActivejdbcHolder()


 
Method Detail

withActivejdbc

Object withActivejdbc(String dataSourceName = 'default', Closure closure)


withActivejdbc

Object withActivejdbc(String dataSourceName = 'default', CallableWithArgs callable)


 

Groovy Documentation