// get deallocate lock on page so that the GC won't attempt to
// free and re-allocate it until the transaction commits
RawTransaction tran = handle.getTransaction();
LockingPolicy lp =
tran.newLockingPolicy(
LockingPolicy.MODE_RECORD,
TransactionController.ISOLATION_REPEATABLE_READ,
true); // striterOK
PageKey pkey = new PageKey(identity, deallocLock.getPageNumber());