List of usage examples for org.hibernate SessionFactory interface-usage
From source file org.nanocontainer.hibernate3.SessionFactoryDelegator.java
/**
* Delegates everything to session factory obtained from confiuration. this class is necessary
* because component adapters are really ugly when it comes to scripting.
*
* @author Jose Peleteiro <juzepeleteiro@intelli.biz>
* @version $Revision$
From source file org.nanocontainer.persistence.hibernate.annotations.SessionFactoryDelegator.java
/**
* Delegates everything to session factory obtained from confiuration. this class is necessary
* because component adapters are really ugly when it comes to scripting.
*
* @version $Id: SessionFactoryDelegator.java 2158 2005-07-08 02:13:36Z juze $
*/
From source file org.nanocontainer.persistence.hibernate.SessionFactoryDelegator.java
/**
* Delegates everything to session factory obtained from confiuration. this class is necessary
* because component adapters are really ugly when it comes to scripting.
*
* @version $Id: SessionFactoryDelegator.java 2158 2005-07-08 02:13:36Z juze $
*/
From source file org.openbravo.dal.core.DalSessionFactory.java
/**
* The DalSessionFactory directly delegates all calls to a real SessionFactory except for the calls
* to open a session in that case an extra action is done to set session information in the database
* (and then the call is forwarded to the 'real' SessionFactory).
*
* @author mtaal
From source file org.picocontainer.persistence.hibernate.ConfigurableSessionFactory.java
/**
* Session factory implementation that uses a delegate session factory
* created from configuration.
*
* @author Jose Peleteiro
* @author Mauro Talevi