Groovy Documentation

griffon.plugins.hibernate4
[Java] Class AbstractHibernate4Provider

java.lang.Object
  griffon.plugins.hibernate4.AbstractHibernate4Provider
All Implemented Interfaces:
Hibernate4Provider

public abstract class AbstractHibernate4Provider
extends Object

Authors:
Andres Almiray


Field Summary
private static String DEFAULT

private static org.slf4j.Logger LOG

 
Constructor Summary
AbstractHibernate4Provider()

 
Method Summary
protected org.hibernate.SessionFactory getSessionFactory(String sessionFactoryName)

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

DEFAULT

private static final String DEFAULT


LOG

private static final org.slf4j.Logger LOG


 
Constructor Detail

AbstractHibernate4Provider

AbstractHibernate4Provider()


 
Method Detail

getSessionFactory

protected org.hibernate.SessionFactory getSessionFactory(String sessionFactoryName)


withHibernate4

public R withHibernate4(Closure closure)


withHibernate4

public R withHibernate4(String sessionFactoryName, Closure closure)


withHibernate4

public R withHibernate4(CallableWithArgs callable)


withHibernate4

public R withHibernate4(String sessionFactoryName, CallableWithArgs callable)


 

Groovy Documentation