Groovy Documentation

griffon.plugins.mongodb
[Java] Interface MongodbProvider


public interface MongodbProvider

Authors:
Andres Almiray


Method Summary
Object withMongodb(Closure closure)

Object withMongodb(String serverName, Closure closure)

Object withMongodb(CallableWithArgs callable)

Object withMongodb(String serverName, CallableWithArgs callable)

 

Method Detail

withMongodb

public Object withMongodb(Closure closure)


withMongodb

public Object withMongodb(String serverName, Closure closure)


withMongodb

public Object withMongodb(CallableWithArgs callable)


withMongodb

public Object withMongodb(String serverName, CallableWithArgs callable)


 

Groovy Documentation