Groovy Documentation

griffon.plugins.hibernate3
[Java] Class Hibernate3ContributionAdapter

java.lang.Object
  griffon.plugins.hibernate3.Hibernate3ContributionAdapter
All Implemented Interfaces:
Hibernate3ContributionHandler

public class Hibernate3ContributionAdapter
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private Hibernate3Provider provider

 
Constructor Summary
Hibernate3ContributionAdapter()

 
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)

 
Methods inherited from class Object
wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll
 

Field Detail

DEFAULT

private static final String DEFAULT


provider

private Hibernate3Provider provider


 
Constructor Detail

Hibernate3ContributionAdapter

Hibernate3ContributionAdapter()


 
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