public class DatabaseFactory
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static org.hibernate.SessionFactory |
getSessionFactory()
Returns a static copy of the SessionFactory object from Hibernate, so
other classes can use it.
|