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