@Override
public LockOptions getLockOptions() {
//We could return a default LockOptions, but that would expose mutable setters
//so better implement those setters first.
throw new NotSupportedException( "TBD", "AbstractQueryImplQuery#getLockOptions not implemented" );
}