|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hibernate3.AbstractHibernate3Provider
public abstract class AbstractHibernate3Provider extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private static org.slf4j.Logger |
LOG
|
| Constructor Summary | |
AbstractHibernate3Provider()
|
|
| Method Summary | |
|---|---|
protected org.hibernate.SessionFactory
|
getSessionFactory(String sessionFactoryName)
|
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 static final org.slf4j.Logger LOG
| Constructor Detail |
|---|
AbstractHibernate3Provider()
| Method Detail |
|---|
protected org.hibernate.SessionFactory getSessionFactory(String sessionFactoryName)
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