org.nanocontainer.persistence.hibernate
Class SessionFactoryLifecycle
java.lang.Object
org.nanocontainer.persistence.hibernate.SessionFactoryLifecycle
- All Implemented Interfaces:
- org.picocontainer.Startable
public class SessionFactoryLifecycle
- extends Object
- implements org.picocontainer.Startable
Component organising lifecycle for session factory.
- Version:
- $Revision: 2043 $
- Author:
- Jose Peleteiro
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SessionFactoryLifecycle
public SessionFactoryLifecycle(org.hibernate.SessionFactory sessionFactory)
start
public void start()
- Specified by:
start in interface org.picocontainer.Startable
stop
public void stop()
- Specified by:
stop in interface org.picocontainer.Startable
Copyright 2003-2003-2006 Codehaus. All Rights Reserved.