org.jboss.dashboard.database.hibernate
Class HibernateSessionFactoryProvider
java.lang.Object
org.jboss.dashboard.database.hibernate.HibernateSessionFactoryProvider
@ApplicationScoped
public class HibernateSessionFactoryProvider
- extends Object
Class that holds the Hibernate SessionFactory initialized during the application start-up time.
- See Also:
HibernateInitializer
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
HibernateSessionFactoryProvider
public HibernateSessionFactoryProvider()
getSessionFactory
public org.hibernate.SessionFactory getSessionFactory()
setSessionFactory
public void setSessionFactory(org.hibernate.SessionFactory sessionFactory)
Copyright © 2012-2014 JBoss by Red Hat. All Rights Reserved.