Uses of Class
net.smartlab.web.BusinessObjectFactory

Packages that use BusinessObjectFactory
net.smartlab.web   
net.smartlab.web.config   
net.smartlab.web.history   
 

Uses of BusinessObjectFactory in net.smartlab.web
 

Methods in net.smartlab.web with parameters of type BusinessObjectFactory
protected  org.hibernate.Transaction Domain.begin(BusinessObjectFactory factory)
          Starts a new transaction, allowing all the operations performed in the same context to be atomically applied (commit) or reverted (rollback).
 

Uses of BusinessObjectFactory in net.smartlab.web.config
 

Methods in net.smartlab.web.config with parameters of type BusinessObjectFactory
 org.hibernate.SessionFactory TomcatConfigurationStrategy.getSessionFactory(BusinessObjectFactory bof)
           
 org.hibernate.SessionFactory JNDIConfigurationStrategy.getSessionFactory(BusinessObjectFactory factory)
           
 org.hibernate.SessionFactory ConfigurationStrategy.getSessionFactory(BusinessObjectFactory bof)
          Deprecated.  
 org.hibernate.SessionFactory FactoryConfigurationStrategy.getSessionFactory(BusinessObjectFactory bof)
           
 

Uses of BusinessObjectFactory in net.smartlab.web.history
 

Subclasses of BusinessObjectFactory in net.smartlab.web.history
 class HistorizedBusinessObjectFactory
          TODO documentation
 

Methods in net.smartlab.web.history that return BusinessObjectFactory
protected abstract  BusinessObjectFactory HistorizedBusinessObjectFactory.getBaseFactory()
           
 



Copyright © 2004-2009 The SmartWeb Team. All Rights Reserved.