Groovy Documentation

griffon.plugins.hibernate3
[Java] Interface Hibernate3ContributionHandler


public interface Hibernate3ContributionHandler

Authors:
Andres Almiray


Method Summary
Hibernate3Provider getHibernate3Provider()

void setHibernate3Provider(Hibernate3Provider provider)

R withHibernate3(Closure closure)

R withHibernate3(String sessionFactoryName, Closure closure)

R withHibernate3(CallableWithArgs callable)

R withHibernate3(String sessionFactoryName, CallableWithArgs callable)

 

Method Detail

getHibernate3Provider

public Hibernate3Provider getHibernate3Provider()


setHibernate3Provider

public void setHibernate3Provider(Hibernate3Provider provider)


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