Package io.realm

Interface DynamicRealm.Transaction

  • Enclosing class:
    DynamicRealm

    public static interface DynamicRealm.Transaction
    Encapsulates a Realm transaction.

    Using this class will automatically handle BaseRealm.beginTransaction() and BaseRealm.commitTransaction() If any exception is thrown during the transaction BaseRealm.cancelTransaction() will be called instead of BaseRealm.commitTransaction().