Groovy Documentation

griffon.plugins.hibernate3
[Java] Interface Hibernate3Provider


public interface Hibernate3Provider

Authors:
Andres Almiray


Method Summary
R withHibernate3(Closure closure)

R withHibernate3(String sessionFactoryName, Closure closure)

R withHibernate3(CallableWithArgs callable)

R withHibernate3(String sessionFactoryName, CallableWithArgs callable)

 

Method Detail

withHibernate3

public R withHibernate3(Closure closure)


withHibernate3

public R withHibernate3(String sessionFactoryName, Closure closure)


withHibernate3

public R withHibernate3(CallableWithArgs callable)


withHibernate3

public R withHibernate3(String sessionFactoryName, CallableWithArgs callable)


 

Groovy Documentation