Interface UserTransaction

All Known Implementing Classes:
DefaultUserTransaction

public interface UserTransaction
The UserTransaction API.
Author:
Manfred Riem ([email protected])
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Begin the transaction.
    void
    Commit the transaction.
    int
    Returns the status.
    void
    Rollback the transaction.
    void
    Set to rollback only.
    void
    setTransactionTimeout​(int seconds)
    Set the transaction timeout.