public interface BulkTransaction
Modifier and Type | Method and Description |
---|---|
<T> boolean |
beginTransaction(T... reattachObjects) |
<T> boolean |
commitTransaciton() |
<T> boolean |
rollbackTransaciton() |
boolean |
shouldStartTransaction() |
boolean shouldStartTransaction() throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
<T> boolean beginTransaction(T... reattachObjects) throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
<T> boolean commitTransaciton() throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
<T> boolean rollbackTransaciton() throws net.sf.hibernate.HibernateException
net.sf.hibernate.HibernateException
Copyright © 2003–2019 Atlassian. All rights reserved.