|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hibernate3.Hibernate3ContributionAdapter
public class Hibernate3ContributionAdapter extends Object
| 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 |
|---|
private static final String DEFAULT
private Hibernate3Provider provider
| Constructor Detail |
|---|
Hibernate3ContributionAdapter()
| Method Detail |
|---|
public Hibernate3Provider getHibernate3Provider()
public void setHibernate3Provider(Hibernate3Provider provider)
public R withHibernate3(Closure closure)
public R withHibernate3(String sessionFactoryName, Closure closure)
public R withHibernate3(CallableWithArgs callable)
public R withHibernate3(String sessionFactoryName, CallableWithArgs callable)
Groovy Documentation