org.broadleafcommerce.openadmin.server.dao
Class SessionFactoryChangeListener
java.lang.Object
org.broadleafcommerce.openadmin.server.dao.SessionFactoryChangeListener
- All Implemented Interfaces:
- Serializable, org.hibernate.SessionFactoryObserver
public class SessionFactoryChangeListener
- extends Object
- implements org.hibernate.SessionFactoryObserver
Clear the static entity metadata caches from DynamicEntityDao
upon recycling of the session factory.
- Author:
- jfischer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionFactoryChangeListener
public SessionFactoryChangeListener()
sessionFactoryClosed
public void sessionFactoryClosed(org.hibernate.SessionFactory factory)
- Specified by:
sessionFactoryClosed in interface org.hibernate.SessionFactoryObserver
sessionFactoryCreated
public void sessionFactoryCreated(org.hibernate.SessionFactory factory)
- Specified by:
sessionFactoryCreated in interface org.hibernate.SessionFactoryObserver
Copyright © 2013. All Rights Reserved.