|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hibernate4.Hibernate4ContributionAdapter
public class Hibernate4ContributionAdapter extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private Hibernate4Provider |
provider
|
| Constructor Summary | |
Hibernate4ContributionAdapter()
|
|
| Method Summary | |
|---|---|
Hibernate4Provider
|
getHibernate4Provider()
|
void
|
setHibernate4Provider(Hibernate4Provider provider)
|
R
|
withHibernate4(Closure closure)
|
R
|
withHibernate4(String sessionFactoryName, Closure closure)
|
R
|
withHibernate4(CallableWithArgs callable)
|
R
|
withHibernate4(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 Hibernate4Provider provider
| Constructor Detail |
|---|
Hibernate4ContributionAdapter()
| Method Detail |
|---|
public Hibernate4Provider getHibernate4Provider()
public void setHibernate4Provider(Hibernate4Provider provider)
public R withHibernate4(Closure closure)
public R withHibernate4(String sessionFactoryName, Closure closure)
public R withHibernate4(CallableWithArgs callable)
public R withHibernate4(String sessionFactoryName, CallableWithArgs callable)
Groovy Documentation