Class SimpleTransaction

  • All Implemented Interfaces:
    ITransaction, AutoCloseable

    public final class SimpleTransaction
    extends Object
    implements ITransaction
    Simple implementation of a transaction service, taking cues from JEE but without the overhead. No distributed transaction support.