Uses of Class
net.smartlab.web.BusinessException

Packages that use BusinessException
net.smartlab.web   
 

Uses of BusinessException in net.smartlab.web
 

Methods in net.smartlab.web that throw BusinessException
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).
protected  void Domain.commit(org.hibernate.Transaction transaction)
          Commits the specified transaction applying all the changes happened since its beginning.
protected  void Domain.rollback(org.hibernate.Transaction transaction)
          Rollbacks the specified transaction reverting all the changes happened since its beginning.
 



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