|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |