|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface OrmliteProvider
| Method Summary | |
|---|---|
Object
|
withOrmlite(Closure closure)
|
Object
|
withOrmlite(String databaseName, Closure closure)
|
Object
|
withOrmlite(CallableWithArgs callable)
|
Object
|
withOrmlite(String databaseName, CallableWithArgs callable)
|
| Method Detail |
|---|
public Object withOrmlite(Closure closure)
public Object withOrmlite(String databaseName, Closure closure)
public Object withOrmlite(CallableWithArgs callable)
public Object withOrmlite(String databaseName, CallableWithArgs callable)
Groovy Documentation