|
Groovy Documentation | |||||||
| FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectgriffon.plugins.hibernate3.Hibernate3Holder
class Hibernate3Holder extends Object
| Field Summary | |
|---|---|
private static String |
DEFAULT
|
private static Hibernate3Holder |
INSTANCE
|
private static Object[] |
LOCK
|
private static org.slf4j.Logger |
LOG
|
private Map |
sessionFactories
|
| Constructor Summary | |
Hibernate3Holder()
|
|
| Method Summary | |
|---|---|
void
|
disconnectSessionFactory(String sessionFactoryName)
|
org.hibernate.SessionFactory
|
fetchSessionFactory(String sessionFactoryName)
|
static Hibernate3Holder
|
getInstance()
|
org.hibernate.SessionFactory
|
getSessionFactory(String sessionFactoryName = DEFAULT)
|
String[]
|
getSessionFactoryNames()
|
boolean
|
isSessionFactoryAvailable(String sessionFactoryName)
|
private org.hibernate.SessionFactory
|
retrieveSessionFactory(String sessionFactoryName)
|
void
|
setSessionFactory(String sessionFactoryName = DEFAULT, org.hibernate.SessionFactory sf)
|
private void
|
storeSessionFactory(String sessionFactoryName, org.hibernate.SessionFactory sf)
|
| Methods inherited from class Object | |
|---|---|
| wait, wait, wait, equals, toString, hashCode, getClass, notify, notifyAll |
| Field Detail |
|---|
private static final String DEFAULT
private static final Hibernate3Holder INSTANCE
private static final Object[] LOCK
private static final org.slf4j.Logger LOG
private final Map sessionFactories
| Constructor Detail |
|---|
Hibernate3Holder()
| Method Detail |
|---|
void disconnectSessionFactory(String sessionFactoryName)
org.hibernate.SessionFactory fetchSessionFactory(String sessionFactoryName)
static Hibernate3Holder getInstance()
org.hibernate.SessionFactory getSessionFactory(String sessionFactoryName = DEFAULT)
String[] getSessionFactoryNames()
boolean isSessionFactoryAvailable(String sessionFactoryName)
private org.hibernate.SessionFactory retrieveSessionFactory(String sessionFactoryName)
void setSessionFactory(String sessionFactoryName = DEFAULT, org.hibernate.SessionFactory sf)
private void storeSessionFactory(String sessionFactoryName, org.hibernate.SessionFactory sf)
Groovy Documentation