Interface ITransaction


public interface ITransaction
This interface is kept for databases that are able to run transactions.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final int
     
    static final int
     
    static final int
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Rollback the transaction, forgetting the changed items
    void
    addResource(Object res, int status)
    Adds a resource to the list of resources encompassed by this transaction
    void
    Complete the transaction by making its changes persistent.