Groovy Documentation

griffon.plugins.hibernate4
[Java] Interface Hibernate4Provider


public interface Hibernate4Provider

Authors:
Andres Almiray


Method Summary
R withHibernate4(Closure closure)

R withHibernate4(String sessionFactoryName, Closure closure)

R withHibernate4(CallableWithArgs callable)

R withHibernate4(String sessionFactoryName, CallableWithArgs callable)

 

Method Detail

withHibernate4

public R withHibernate4(Closure closure)


withHibernate4

public R withHibernate4(String sessionFactoryName, Closure closure)


withHibernate4

public R withHibernate4(CallableWithArgs callable)


withHibernate4

public R withHibernate4(String sessionFactoryName, CallableWithArgs callable)


 

Groovy Documentation