Class TransactorYes<O extends Objectify>


  • public class TransactorYes<O extends Objectify>
    extends Transactor<O>
    Implementation for when we start a transaction. Maintains a separate session, but then copies all data into the original session on successful commit.
    Author:
    Jeff Schnitzer