|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD | |||||||
public interface Hibernate3Provider
| Method Summary | |
|---|---|
R
|
withHibernate3(Closure closure)
|
R
|
withHibernate3(String sessionFactoryName, Closure closure)
|
R
|
withHibernate3(CallableWithArgs callable)
|
R
|
withHibernate3(String sessionFactoryName, CallableWithArgs callable)
|
| Method Detail |
|---|
public R withHibernate3(Closure closure)
public R withHibernate3(String sessionFactoryName, Closure closure)
public R withHibernate3(CallableWithArgs callable)
public R withHibernate3(String sessionFactoryName, CallableWithArgs callable)
Groovy Documentation