Groovy Documentation

griffon.plugins.hibernate3
[Java] Class AbstractHibernate3Provider

java.lang.Object
  griffon.plugins.hibernate3.AbstractHibernate3Provider
All Implemented Interfaces:
Hibernate3Provider

public abstract class AbstractHibernate3Provider
extends Object

Authors:
Andres Almiray


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

DEFAULT

private static final String DEFAULT


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractHibernate3Provider

AbstractHibernate3Provider()


 
Method Detail

getSessionFactory

protected org.hibernate.SessionFactory getSessionFactory(String sessionFactoryName)


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