[hibernate-dev] Transaction API

Emmanuel Bernard emmanuel at hibernate.org
Tue Sep 28 05:20:46 EDT 2010


Getting the underlying tx state is more useful to me.

On 28 sept. 2010, at 05:49, Steve Ebersole wrote:

> Currently there is a big discrepancy between the documentation for some
> of the methods on org.hibernate.Transaction and the actual code.
> Specifically the methods isActive(), wasRolledBack() and wasCommitted()
> explicitly state that they only account for the "local state" of the
> transaction object, not the underlying transaction.
> 
> However, the code explicitly checks the current status of JTA
> transactions to responded to these methods.
> 
> We need to fix one or the other.  Personally I do not follow the use of
> these methods too much, so asking for feedback on which way is more
> useful.
> 
> -- 
> Steve Ebersole <steve at hibernate.org>
> http://hibernate.org
> 
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev at lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev




More information about the hibernate-dev mailing list